diff --git a/jfrog-applications/jfrog-cli/cli-for-jfrog-artifactory/release-lifecycle-management.md b/jfrog-applications/jfrog-cli/cli-for-jfrog-artifactory/release-lifecycle-management.md index 5730abd8..f5847d6a 100644 --- a/jfrog-applications/jfrog-cli/cli-for-jfrog-artifactory/release-lifecycle-management.md +++ b/jfrog-applications/jfrog-cli/cli-for-jfrog-artifactory/release-lifecycle-management.md @@ -203,6 +203,81 @@ Promote a Release Bundle, using promotion type flag. jf rbp --signing-key=myKeyPair --promotion-type="move" myApp 1.0.0 PROD ``` +# Annotate a Release Bundle v2 + +This command allows you to add a single tag to a Release Bundle v2 version, and/or set or delete one or more properties. + +### Commands Params + +| | | +|------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| Command-name | release-bundle-annotate | +| Abbreviation | rba | +| **Command arguments:** | | +| release bundle name | Name of the Release Bundle to annotate. | +| `--tag` |
[Optional]
The tag is a single free-text value limited to 128 characters, beginning and ending with an alphanumeric character ([a-z0-9A-Z]), with dashes (-), underscores (_), dots (.),and alphanumerics between.
| +| `--properties` |
[Optional]
Key-value pairs separated by a semicolon (;). Keys are limited to 255 characters. Values are limited to 2400 characters.
[Optional]
Removes a key and all its associated values.
[Default: true]
Set to false(0) to don't run recursively.