CLI Reference

CLI Reference

Install and requirements

Requires Node >= 18 on macOS and pnpm.

Install globally:

Terminal window
pnpm add -g @hungrimind/hungrimind-cli

Verify the install:

Terminal window
hungrimind --version

Basic usage

Get help:

Terminal window
hungrimind --help
hungrimind kubernetes --help

Check the version:

Terminal window
hungrimind --version

Authentication

Log in with GitHub:

Terminal window
hungrimind login

This starts the GitHub device flow in your browser and stores the token at ~/.hungrimind/auth.json.

Log out manually:

Terminal window
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:

Terminal window
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:

Terminal window
hungrimind kubernetes configure

See the Kubernetes Kit Guided Tour for a walkthrough.