release deploys create
Command reference doc for the Release CLI
Deploys the latest changes from the tracking branch to the given environment
Description
If the --wait flag is passed, the command will exit with a non-zero exit code if the deploy fails.
If --force-setup is passed, the command will force the "Setup" workflow to run. Otherwise, it will run a "Patch" workflow if the environment has had a successful setup in the past and a "Setup" if not.
Examples
Options
| Account name or ID (default: $RELEASE_ACCOUNT or "account" in config file) |
| App name or ID (default: $RELEASE_APP or "app" in config file) |
| Environment handle or ID |
| Set the output format (table | json | json-pretty) |
| Force the "Setup" workflow |
| Verbose log output |
| Wait for environment deploy to complete before exiting |
| Name of custom workflow to run. |
Options inherited from parent commands
| config file (default is $HOME/.release.yaml) |
| enable debug logging |
Related
release deploys - Manage deploys
Last updated