release builds create
Command reference doc for the Release CLI
Creates a new build for the given branch or tag
Description
If the --wait flag is passed, the command will exit with a non-zero exit code if the build fails.
Only one of --branch or --tag can be specified. If neither is specified, the repository default branch is used.
Any environments configured to auto-deploy that are tracking the build's branch or tag will be deployed when the build completes.
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) |
| Branch to build |
| Set the output format (table | json | json-pretty) |
| Tag to build |
| Verbose log output |
| Wait for build to complete before exiting |
Options inherited from parent commands
| config file (default is $HOME/.release.yaml) |
| enable debug logging |
Related
release builds - Manage builds
Last updated