Skip to content

envs

Manage environments

Manage environments within a project.

Environments represent deployment targets (e.g. staging, production) for the services in a project. Each environment can have its own configuration, releases, and scaling settings. Use sub-commands to list, inspect, or create environments.

ancla envs list my-ws/my-proj
ancla envs get my-ws/my-proj/staging
ancla envs create my-ws/my-proj production
-h, --help help for envs
--api-key string API key for authentication
--config string config file (default: ~/.ancla/config.yaml)
--json Shorthand for --output json
-o, --output string Output format: table or json (default "table")
-q, --quiet Suppress non-essential output