Skip to content

Commit

Permalink
add details about promote deployment in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Nov 3, 2023
1 parent 01ec997 commit a03f876
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public-site/docs/src/docs/topic-radix-cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ An option `job` of commands `create`, `get logs` is replaced with `pipeline-job`
```shell
rx restart pipeline-job --application your-app-name --job radix-pipeline-20231019122020-mhwif
```
* Promote active deployment in one environment to another:
```shell
rx create job promote --application your-app-name --from-environment dev --to-environment prod --use-active-deployment
```
* Get list of pipeline jobs for a Radix application. `jq` helps to filter returned `json` output
```shell
rx get application -a your-app-name | jq -r '.jobs'
Expand Down

0 comments on commit a03f876

Please sign in to comment.