Skip to content

Commit

Permalink
Remove decommissioned property
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNino committed Jan 31, 2024
1 parent 77008ab commit d2aed6b
Showing 1 changed file with 15 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,20 +111,19 @@ This commands allows promoting a release bundle to a target environment.
#### Commands Params
| | |
| ---------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Command-name | release-bundle-promote |
| Abbreviation | rbp |
| Command options | |
| --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> |
| --project | <p>[Optional]<br><br>Project key associated with the Release Bundle version.</p> |
| --server-id | <p>[Optional]<br><br>Platform server ID configured using the config command.</p> |
| --signing-key | <p>[Mandatory]<br><br>The GPG/RSA key-pair name given in Artifactory.</p> |
| --sync | <p>[Default: false]<br><br>Set to true to run synchronously.</p> |
| Command arguments | |
| release bundle name | Name of the Release Bundle to promote. |
| release bundle version | Version of the Release Bundle to promote. |
| environment | Name of the target environment for the promotion. |
| | |
|------------------------|----------------------------------------------------------------------------------|
| Command-name | release-bundle-promote |
| Abbreviation | rbp |
| Command options | |
| --project | <p>[Optional]<br><br>Project key associated with the Release Bundle version.</p> |
| --server-id | <p>[Optional]<br><br>Platform server ID configured using the config command.</p> |
| --signing-key | <p>[Mandatory]<br><br>The GPG/RSA key-pair name given in Artifactory.</p> |
| --sync | <p>[Default: false]<br><br>Set to true to run synchronously.</p> |
| Command arguments | |
| release bundle name | Name of the Release Bundle to promote. |
| release bundle version | Version of the Release Bundle to promote. |
| environment | Name of the target environment for the promotion. |
#### Example 1
Expand All @@ -137,10 +136,10 @@ jf rbp --signing-key=myKeyPair myApp 1.0.0 PROD
#### Example 2
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.
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".
```
jf rbp --signing-key=myKeyPair --project=project0 --overwrite=true --sync=true myApp 1.0.0 PROD
jf rbp --signing-key=myKeyPair --project=project0 --sync=true myApp 1.0.0 PROD
```
### Distributing a release bundle
Expand Down

0 comments on commit d2aed6b

Please sign in to comment.