CosmicAC Logo

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

SubcommandDescription
setSet local configuration values
showDisplay current configuration

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

OptionDescription
--envEnvironment name to create, update, or switch to
--app-urlSet APP_NODE_URL
--inference-urlSet INFERENCE_APP_NODE_URL
--web-urlSet WEB_UI_URL

config show

Shows the active CLI configuration including resolved URLs and their source.

Usage

cosmicac config show

On this page