Config
View and update local CLI configuration (URLs for app, inference, and web UI).
View and update local CLI configuration (URLs for app, inference, and web UI).
Command
cosmicac config <subcommand> [options]Subcommands
config set
Updates the local CLI configuration. Changes take effect on the next CLI invocation. Use --env to name an environment and pass URLs to create or update it.
Usage
cosmicac config set [options]Options
| Option | Description |
|---|---|
--env | Environment name to create, update, or switch to |
--app-url | Set APP_NODE_URL |
--inference-url | Set INFERENCE_APP_NODE_URL |
--web-url | Set WEB_UI_URL |
config show
Shows the active CLI configuration including resolved URLs and their source.
Usage
cosmicac config show