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 <string>
Account name or ID (default: $RELEASE_ACCOUNT or "account" in config file)
--app <string>
App name or ID (default: $RELEASE_APP or "app" in config file)
--environment <string>
Environment handle or ID
-o
, --output <string>
Set the output format (table | json | json-pretty)
--setup
Force the "Setup" workflow
--verbose
Verbose log output
--wait
Wait for environment deploy to complete before exiting
--workflow <string>
Name of custom workflow to run.
Options inherited from parent commands
--config <string>
config file (default is $HOME/.release.yaml)
--debug
enable debug logging
Related
release deploys - Manage deploys
Last updated