Docs
Config

Config

Read and write CLI defaults.

geni config stores defaults the CLI uses when nothing more specific is set. Mainly useful for pointing the CLI at a self-hosted or local-dev server without re-passing --server on every command.

Settable keys

KeyEffect
apiUrlOverride for the cloud API base URL used at geni login time.
dashboardUrlOverride for the dashboard base URL used by browser-opening commands like connect.

Both keys are optional. Anything you don't set falls back to a sensible default.

On this page