CLI Reference
Install and requirements
Requires Node >= 18 on macOS and pnpm.
Install globally:
pnpm add -g @hungrimind/hungrimind-cli
Verify the install:
hungrimind --version
Basic usage
Get help:
hungrimind --helphungrimind kubernetes --help
Check the version:
hungrimind --version
Authentication
Log in with GitHub:
hungrimind login
This starts the GitHub device flow in your browser and stores the token at ~/.hungrimind/auth.json
.
Log out manually:
rm -f ~/.hungrimind/auth.json
Kubernetes
Create a new Kubernetes project and fill the required placeholders. This will also ask you to run the install script:
hungrimind kubernetes create NAME
Configure
When you create a project, you will be asked questions to fill in placeholders; these will only cover the required placeholders. To be asked about all placeholders you can run:
hungrimind kubernetes configure
See the Kubernetes Kit Guided Tour for a walkthrough.