diff --git a/jfrog-applications/jfrog-cli/binaries-management-with-jfrog-artifactory/release-lifecycle-management.md b/jfrog-applications/jfrog-cli/binaries-management-with-jfrog-artifactory/release-lifecycle-management.md index 26fe248..3fddd10 100644 --- a/jfrog-applications/jfrog-cli/binaries-management-with-jfrog-artifactory/release-lifecycle-management.md +++ b/jfrog-applications/jfrog-cli/binaries-management-with-jfrog-artifactory/release-lifecycle-management.md @@ -94,20 +94,20 @@ The file spec may be of one of the following creation sources: ### Commands Params -| | | -|------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| Command-name | release-bundle-create | -| Abbreviation | rbc | -| **Command arguments:** | | -| release bundle name | Name of the newly created Release Bundle. | -| release bundle version | Version of the newly created Release Bundle. | -| **Command options:** | | -| `--project` |

[Optional]
Project key associated with the created Release Bundle version.

| -| `--server-id` |

[Optional]
Platform Server ID configured using the 'jf config' command.

| -| `--signing-key` |

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

| -| `--spec` |

[Optional]
Path to a File Spec.

| +| | | +|------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| Command-name | release-bundle-create | +| Abbreviation | rbc | +| **Command arguments:** | | +| release bundle name | Name of the newly created Release Bundle. | +| release bundle version | Version of the newly created Release Bundle. | +| **Command options:** | | +| `--project` |

[Optional]
Project key associated with the created Release Bundle version.

| +| `--server-id` |

[Optional]
Platform Server ID configured using the 'jf config' command.

| +| `--signing-key` |

[Optional]
The GPG/RSA key-pair name given in Artifactory. If the key isn't provided, the command creates or uses the default key.

| +| `--spec` |

[Optional]
Path to a File Spec.

| | `--spec-vars` |

[Optional]
List of semicolon-separated(;) variables in the form of "key1=value1;key2=value2;..." (wrapped by quotes) to be replaced in the File Spec. In the File Spec, the variables should be used as follows: ${key1}.

| -| `--sync` |

[Default: false]
Set to true to run synchronously.

| | +| `--sync` |

[Default: false]
Set to true to run synchronously.

| | ### Examples #### Example 1 @@ -153,7 +153,7 @@ This command allows promoting a release bundle to a target environment. | `--exclude-repos` |

[Optional]
A list of semicolon-separated(;) repositories to exclude from the promotion.

| | `--project` |

[Optional]
Project key associated with the Release Bundle version.

| | `--server-id` |

[Optional]
Platform Server ID configured using the 'jf config' command.

| -| `--signing-key` |

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

| +| `--signing-key` |

[Optional]
The GPG/RSA key-pair name given in Artifactory. If the key isn't provided, the command creates or uses the default key

| | `--sync` |

[Default: false]
Set to true to run synchronously.

| | ### Examples