CLI Reference
Install and requirements
Requires Node >= 18 on macOS and pnpm.
Install globally:
pnpm add -g @hungrimind/hungrimind-cliVerify the install:
hungrimind --versionBasic usage
Get help:
hungrimind --helphungrimind kubernetes --helpCheck the version:
hungrimind --versionAuthentication
Log in with GitHub:
hungrimind loginThis starts the GitHub device flow in your browser and stores the token at ~/.hungrimind/auth.json.
Log out manually:
rm -f ~/.hungrimind/auth.jsonKubernetes
Create a new Kubernetes project and fill the required placeholders. This will also ask you to run the install script:
hungrimind kubernetes create NAMEConfigure
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 configureSee the Kubernetes Kit Guided Tour for a walkthrough.