envs
ancla envs
Section titled “ancla envs”Manage environments
Synopsis
Section titled “Synopsis”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.
Examples
Section titled “Examples” ancla envs list my-ws/my-proj ancla envs get my-ws/my-proj/staging ancla envs create my-ws/my-proj productionOptions
Section titled “Options” -h, --help help for envsOptions inherited from parent commands
Section titled “Options inherited from parent commands” --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 outputSEE ALSO
Section titled “SEE ALSO”- ancla - Ancla CLI — manage your Ancla PaaS deployments
- ancla envs create - Create a new environment
- ancla envs get - Get environment details
- ancla envs list - List environments in a project