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, dry-run preview of what would be deployed, and a --force flag to override branch restrictions.
#Flags
| Name | Short | Type | Default | Env | Description |
|---|---|---|---|---|---|
--target | str | Target a specific registry | |||
--dry-run | bool | Show what would be deployed | |||
--force | bool | Override branch restrictions |
#Arguments
| Name | Required | Description |
|---|---|---|
target_name | no | Deploy target name |