CLI Configuration
The beta CLI reads ~/.genaug/config.yaml.
base_url: https://api.generalaugment.comapi_key: gaadmlive_your_key_hereactive_project: dayplan-agentprofile: defaultmetadata: {}Use an alternate base URL for local development:
genaug auth login \ --api-key test-key \ --base-url http://localhost:8000Use a separate config file when you want isolated local and production profiles:
genaug --config ~/.genaug/dev.yaml auth login \ --api-key test-key \ --base-url http://localhost:8000The CLI is intentionally independent from server internals. It should keep working as the backend package changes.