release environments create
Command reference doc for the Release CLI
Create an ephemeral environment and automatically deploy it (by default)
Description
Create an ephemeral environment for the given application.
Unless the --skip-deploy flag is passed, the environment will be automatically deployed.
If the --wait flag is passed, the command will exit with a non-zero exit code if the deploy fails.
If image overrides are specified, they will be used instead of the default built images for the service.
It is possible to override the default environment variables by using the --env-vars flag.
Environment variables may be set by using the --env-vars flag. To set an environment variable for all jobs and services, use the syntax "KEY=VALUE". To override a variable for a specific service use the syntax "services.my-service-name.KEY=VALUE".
Examples
Options
Options inherited from parent commands
Related
release environments - Manage environments
Last updated