Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release-lifecycle-management.md #172

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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` | <p>[Optional]<br>Project key associated with the created Release Bundle version.</p> |
| `--server-id` | <p>[Optional]<br>Platform Server ID configured using the 'jf config' command.</p> |
| `--signing-key` | <p>[Mandatory]<br>The GPG/RSA key-pair name given in Artifactory.</p> |
| `--spec` | <p>[Optional]<br>Path to a File Spec.</p> |
| | |
|------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 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` | <p>[Optional]<br>Project key associated with the created Release Bundle version.</p> |
| `--server-id` | <p>[Optional]<br>Platform Server ID configured using the 'jf config' command.</p> |
| `--signing-key` | <p>[Optional]<br>The GPG/RSA key-pair name given in Artifactory. If the key isn't provided, the command creates or uses the default key.</p> |
| `--spec` | <p>[Optional]<br>Path to a File Spec.</p> |
| `--spec-vars` | <p>[Optional]<br>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}.</p> |
| `--sync` | <p>[Default: false]<br>Set to true to run synchronously.</p> | |
| `--sync` | <p>[Default: false]<br>Set to true to run synchronously.</p> | |

### Examples
#### Example 1
Expand Down Expand Up @@ -153,7 +153,7 @@ This command allows promoting a release bundle to a target environment.
| `--exclude-repos` | <p>[Optional]<br>A list of semicolon-separated(;) repositories to exclude from the promotion.</p> |
| `--project` | <p>[Optional]<br>Project key associated with the Release Bundle version.</p> |
| `--server-id` | <p>[Optional]<br>Platform Server ID configured using the 'jf config' command.</p> |
| `--signing-key` | <p>[Mandatory]<br>The GPG/RSA key-pair name given in Artifactory.</p> |
| `--signing-key` | <p>[Optional]<br>The GPG/RSA key-pair name given in Artifactory. If the key isn't provided, the command creates or uses the default key</p> |
| `--sync` | <p>[Default: false]<br>Set to true to run synchronously.</p> | |

### Examples
Expand Down
Loading