File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
jfrog-applications/jfrog-cli/cli-for-jfrog-artifactory Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff 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.
194195jf 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
199208This command distributes a Release Bundle to an Edge node.
You can’t perform that action at this time.
0 commit comments