Skip to content

Commit 7a32f93

Browse files
authored
Update release-lifecycle-management.md (#189)
1 parent 1bc7bfa commit 7a32f93

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

jfrog-applications/jfrog-cli/cli-for-jfrog-artifactory/release-lifecycle-management.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ This command allows promoting a Release Bundle to a target environment.
145145
### Commands Params
146146
147147
| | |
148-
| ---------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
148+
|------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
149149
| Command-name | release-bundle-promote |
150150
| Abbreviation | rbp |
151151
| **Command arguments:** | |
@@ -159,7 +159,8 @@ This command allows promoting a Release Bundle to a target environment.
159159
| `--server-id` | <p>[Optional]<br>Platform Server ID configured using the 'jf config' command.</p> |
160160
| `--signing-key` | <p>[Mandatory]<br>The GPG/RSA key-pair name given in Artifactory.</p> |
161161
| `--sync` | <p>[Default: true]<br>Set to false to run asynchronously.</p> |
162-
162+
| `--promootion-type` | <p>[Default: copy]<br>Specifies the promotion type. (Valid values: move / copy) .</p> |
163+
163164
### Examples
164165
165166
#### Example 1
@@ -194,6 +195,14 @@ Promote a Release Bundle while excluding certain repositories.
194195
jf rbp --signing-key=myKeyPair --exclude-repos="generic-local;my-repo" myApp 1.0.0 PROD
195196
```
196197
198+
#### Example 4
199+
200+
Promote a Release Bundle, using promotion type flag.
201+
202+
```
203+
jf rbp --signing-key=myKeyPair --promotion-type="move" myApp 1.0.0 PROD
204+
```
205+
197206
## Distribute a Release Bundle v2
198207
199208
This command distributes a Release Bundle to an Edge node.

0 commit comments

Comments
 (0)