You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| release bundle name | Name of the newly created Release Bundle. |
166
+
| release bundle name | Name of the newly created Release Bundle. |
104
167
| release bundle version | Version of the newly created Release Bundle. |
105
-
| **Command options:** | |
106
-
| `--project` | <p>[Optional]<br>Project key associated with the created Release Bundle version.</p> |
107
-
| `--server-id` | <p>[Optional]<br>Platform Server ID configured using the 'jf config' command.</p> |
108
-
| `--signing-key` | <p>[Optional]<br>The GPG/RSA key-pair name defined in Artifactory. The <code>signing-key</code> can also be configured as an environment variable. If no key is specified, Artifactory uses a default key.</p> |
109
-
| `--spec` | <p>[Optional]<br>Path to a File Spec. If you do not define the spec, you must include the <code>build-name</code> and <code>build-number</code> as environment variables, flags, or a combination of both (flags override environment variables).</p> |
110
-
| `--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> |
111
-
| `--build-name` | <p>[Optional]<br>The name of the build from which to create the Release Bundle.</p> |
112
-
| `--build-number` | <p>[Optional]<br>The number of the build from which to create the Release Bundle.</p> |
113
-
| `--sync` | <p>[Default: true]<br>Set to false to run asynchronously.</p> |
168
+
| **Command options:** | |
169
+
| `--project` | <p>[Optional]<br>Project key associated with the created Release Bundle version.</p> |
170
+
| `--server-id` | <p>[Optional]<br>Platform Server ID configured using the 'jf config' command.</p> |
171
+
| `--signing-key` | <p>[Optional]<br>The GPG/RSA key-pair name defined in Artifactory. The <code>signing-key</code> can also be configured as an environment variable. If no key is specified, Artifactory uses a default key.</p> |
172
+
| `--spec` | <p>[Optional]<br>Path to a File Spec. If you do not define the spec, you must include the <code>build-name</code> and <code>build-number</code> as environment variables, flags, or a combination of both (flags override environment variables).</p> |
173
+
| `--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> |
174
+
| `--build-name` | <p>[Optional]<br>The name of the build from which to create the Release Bundle.</p> |
175
+
| `--build-number` | <p>[Optional]<br>The number of the build from which to create the Release Bundle.</p> |
176
+
| `--source-type-release-bundles`| <p>[Optional]<br>One or more Release Bundles to include in the new Release Bundle in the form of "name=[rb-name], version=[rb-version];..." .</p> |
177
+
| `--source-type-builds` | <p>[Optional]<br>One or more builds to include in the new Release Bundle in the form of "name=[build-name], id=[build-id], include-deps=[true/false];...".</p> |
178
+
| `--sync` | <p>[Default: true]<br>Set to false to run asynchronously.</p> |
179
+
114
180
115
181
### Examples
116
182
@@ -138,6 +204,32 @@ Create a Release Bundle using build name and build number variables.
0 commit comments