Skip to content

Commit 119260f

Browse files
authored
Added new flag overwrite for build publish command (#188)
1 parent 7a32f93 commit 119260f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jfrog-applications/jfrog-cli/binaries-management-with-jfrog-artifactory/build-integration.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,8 @@ For example, the following command publishes all the build-info collected for bu
221221
| `--env-include` | <p>[Default: *]<br>List of semicolon-separated(;) patterns in the form of "value1;value2;..." Only environment variables that match those patterns will be included in the build info.</p> |
222222
| `--env-exclude` | <p>[Default: *password*;*secret*;*key*]<br>List of semicolon-separated(;) case insensitive patterns in the form of "value1;value2;..." environment variables match those patterns will be excluded.</p> |
223223
| `--dry-run` | <p>[Default: false]<br>Set to true to disable communication with Artifactory.</p> |
224-
| `--insecure-tls` | <p>[Default: false]<br>Set to true to skip TLS certificates verification.</p> | |
224+
| `--insecure-tls` | <p>[Default: false]<br>Set to true to skip TLS certificates verification.</p> |
225+
| `--overwrite` | <p>[Default: false]<br>Overwrites all existing occurrences of build infos with the provided name and number. Build artifacts will not be deleted.</p> | |
225226
226227
### Example
227228

0 commit comments

Comments
 (0)