CLI Installation
The CLI is packaged separately from the server. It is a thin HTTP client for GA developer and operator workflows.
Install
Section titled “Install”Source-checkout path:
uv run --project packages/cli genaug --versionuv run --project packages/cli genaug --helpPyPI currently exposes 0.1.0 for general-augment-cli while this source checkout
targets 0.1.1.
Published package path after registry readiness confirms the expected version:
pip install general-augment-cligenaug --versiongenaug --helpUntil PyPI 0.1.1 is published, keep using uv run --project packages/cli genaug ...
from the General Augment repository and record package-index access as the environment
issue.
Authenticate
Section titled “Authenticate”genaug auth login --api-key gaadmlive_your_key_heregenaug doctor --jsongenaug auth whoamiUse the same repo-local prefix for these commands when you are working from a source checkout.
The CLI stores config in:
~/.genaug/config.yamlNext: commands and configuration.