Skip to content

CLI Installation

The CLI is packaged separately from the server. It is a thin HTTP client.

Terminal window
pip install -e packages/cli
genaug --help
Terminal window
genaug auth login --api-key gaadmlive_your_key_here
genaug auth whoami

The CLI stores config in:

~/.genaug/config.yaml

Next: commands and configuration.