From d2aed6b0804c343b03fab98552e3b1992573b395 Mon Sep 17 00:00:00 2001 From: Robi Nino Date: Wed, 31 Jan 2024 10:21:36 +0200 Subject: [PATCH] Remove decommissioned property --- ...-for-jfrog-release-lifecycle-management.md | 31 +++++++++---------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/jfrog-applications/jfrog-cli/cli-for-jfrog-release-lifecycle-management.md b/jfrog-applications/jfrog-cli/cli-for-jfrog-release-lifecycle-management.md index 9b95539..0320354 100644 --- a/jfrog-applications/jfrog-cli/cli-for-jfrog-release-lifecycle-management.md +++ b/jfrog-applications/jfrog-cli/cli-for-jfrog-release-lifecycle-management.md @@ -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 |

[Default: false]

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

| -| --project |

[Optional]

Project key associated with the Release Bundle version.

| -| --server-id |

[Optional]

Platform server ID configured using the config command.

| -| --signing-key |

[Mandatory]

The GPG/RSA key-pair name given in Artifactory.

| -| --sync |

[Default: false]

Set to true to run synchronously.

| -| 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 |

[Optional]

Project key associated with the Release Bundle version.

| +| --server-id |

[Optional]

Platform server ID configured using the config command.

| +| --signing-key |

[Mandatory]

The GPG/RSA key-pair name given in Artifactory.

| +| --sync |

[Default: false]

Set to true to run synchronously.

| +| 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 @@ -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