Skip to content

Commit

Permalink
Add --bypass-archive-inspection flag to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi committed Oct 10, 2023
1 parent 5102592 commit 97c54c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions documentation/CLI-for-JFrog-Artifactory.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ This command is used to upload files to Artifactory.
| --symlinks | \[Default: false\]<br><br>If true, the command will preserve the soft links structure in Artifactory. The `symlink` file representation will contain the symbolic link and checksum properties. |
| --explode | \[Default: false\]<br><br>If true, the command will extract an archive containing multiple artifacts after it is deployed to Artifactory, while maintaining the archive's file structure. |
| --include-dirs | \[Default: false\]<br><br>If true, the source path applies to bottom-chain directories and not only to files. Bottom-chain directories are either empty or do not include other directories that match the source path. |
| --bypass-archive-inspection | \[Default: false\]<br><br>Set to true to bypass the archive security inspection before it is unarchived. Used with the 'explode' option.|
| --exclusions | \[Optional\]<br><br>A list of Semicolon-separated exclude patterns. Allows using wildcards, regular expressions or ANT patterns, according to the value of the **--regexp** and **--ant** options. Please read the **--regexp** and **--ant** options description for more information. |
| --sync-deletes | \[Optional\]<br><br>Specific path in Artifactory, under which to sync artifacts after the upload. After the upload, this path will include only the artifacts uploaded during this upload operation. The other files under this path will be deleted. |
| --quiet | \[Default: false\]<br><br>If true, the delete confirmation message is skipped. |
Expand Down

0 comments on commit 97c54c3

Please sign in to comment.