Skip to content

Commit d2aed6b

Browse files
committed
Remove decommissioned property
1 parent 77008ab commit d2aed6b

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

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

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -111,20 +111,19 @@ This commands allows promoting a release bundle to a target environment.
111111
112112
#### Commands Params
113113
114-
| | |
115-
| ---------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
116-
| Command-name | release-bundle-promote |
117-
| Abbreviation | rbp |
118-
| Command options | |
119-
| --overwrite | <p>[Default: false]<br><br>Set to true to replace artifacts with the same name but a different checksum if such already exist at the promotion targets. By default, the promotion is stopped in a case of such conflict</p> |
120-
| --project | <p>[Optional]<br><br>Project key associated with the Release Bundle version.</p> |
121-
| --server-id | <p>[Optional]<br><br>Platform server ID configured using the config command.</p> |
122-
| --signing-key | <p>[Mandatory]<br><br>The GPG/RSA key-pair name given in Artifactory.</p> |
123-
| --sync | <p>[Default: false]<br><br>Set to true to run synchronously.</p> |
124-
| Command arguments | |
125-
| release bundle name | Name of the Release Bundle to promote. |
126-
| release bundle version | Version of the Release Bundle to promote. |
127-
| environment | Name of the target environment for the promotion. |
114+
| | |
115+
|------------------------|----------------------------------------------------------------------------------|
116+
| Command-name | release-bundle-promote |
117+
| Abbreviation | rbp |
118+
| Command options | |
119+
| --project | <p>[Optional]<br><br>Project key associated with the Release Bundle version.</p> |
120+
| --server-id | <p>[Optional]<br><br>Platform server ID configured using the config command.</p> |
121+
| --signing-key | <p>[Mandatory]<br><br>The GPG/RSA key-pair name given in Artifactory.</p> |
122+
| --sync | <p>[Default: false]<br><br>Set to true to run synchronously.</p> |
123+
| Command arguments | |
124+
| release bundle name | Name of the Release Bundle to promote. |
125+
| release bundle version | Version of the Release Bundle to promote. |
126+
| environment | Name of the target environment for the promotion. |
128127
129128
130129
#### Example 1
@@ -137,10 +136,10 @@ jf rbp --signing-key=myKeyPair myApp 1.0.0 PROD
137136
138137
#### Example 2
139138
140-
Promote a release bundle synchronously to environment "PROD". The release bundle is named "myApp", version "1.0.0", of project "project0". Use signing key pair "myKeyPair" and overwrite at conflict.
139+
Promote a release bundle synchronously to environment "PROD". The release bundle is named "myApp", version "1.0.0", of project "project0". Use signing key pair "myKeyPair".
141140
142141
```
143-
jf rbp --signing-key=myKeyPair --project=project0 --overwrite=true --sync=true myApp 1.0.0 PROD
142+
jf rbp --signing-key=myKeyPair --project=project0 --sync=true myApp 1.0.0 PROD
144143
```
145144
146145
### Distributing a release bundle

0 commit comments

Comments
 (0)