Updated
On this page
Run the project configured deploy pipeline against a named target, with dry-run preview and --force to override branch and safety guards.
#rlsbl deploy
Run the configured deployment pipeline for the project. Supports named deploy targets and dry-run preview of what would be deployed. Branch restrictions are always enforced.
Effect: mutating ยท consequential (prompts before running; --approve-consequential skips)
#Flags
| Name | Short | Type | Default | Env | Description |
|---|---|---|---|---|---|
--target | str | Registry whose deploy pipeline to run (auto-detected if omitted) |
#Arguments
| Name | Required | Description |
|---|---|---|
target_name | no | Named deploy target from the project's deploy configuration to execute |