Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sverdlov93 authored Feb 20, 2024
1 parent 0cada52 commit 0d7503a
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,17 @@ The Artifactory upload command makes use of the following environment variable:
| -------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Variable Name** | **Description** |
| **JFROG\_CLI\_MIN\_CHECKSUM\_DEPLOY\_SIZE\_KB** | <p>[Default: 10]<br><br>Minimum file size in KB for which JFrog CLI performs checksum deploy optimization.</p> |
| **JFROG\_CLI\_RELEASES\_REPO** | <p>Configured Artifactory repository name from which to download the jar needed by the mvn/gradle command.<br>This environment variable's value format should be <code>&#x3C;server ID configured by the 'jf c add' command>/&#x3C;repo name></code>.<br>The repository should proxy https://releases.jfrog.io.<br>This environment variable is used by the 'jf mvn' and 'jf gradle' commands, and also by the 'jf audit' command, when used for maven or gradle projects.</p> |
| **JFROG\_CLI\_RELEASES\_REPO** | <p>Configured Artifactory repository name to download the jar needed by the mvn/gradle command.<br>This environment variable's value format should be <code>&#x3C;server ID configured by the 'jf c add' command>/&#x3C;repo name></code>.<br>The repository should proxy https://releases.jfrog.io.<br>This environment variable is used by the 'jf mvn' and 'jf gradle' commands, and also by the 'jf audit' command, when used for maven or gradle projects.</p> |
| **JFROG\_CLI\_DEPENDENCIES\_DIR** | <p>[Default: $JFROG_CLI_HOME_DIR/dependencies]<br><br>Defines the directory to which JFrog CLI's internal dependencies are downloaded.</p> |
| **JFROG\_CLI\_REPORT\_USAGE** | <p>[Default: true]<br><br>Set to false to block JFrog CLI from sending usage statistics to Artifactory.</p> |
| **JFROG\_CLI\_SERVER\_ID** | Server ID configured using the config command, unless sent as a command argument or option. |
| **JFROG\_CLI\_BUILD\_NAME** | Build name to be used by commands which expect a build name, unless sent as a command argument or option. |
| **JFROG\_CLI\_BUILD\_NUMBER** | Build number to be used by commands which expect a build number, unless sent as a command argument or option. |
| **JFROG\_CLI\_BUILD\_PROJECT** | JFrog project key to be used by commands which expect build name and build number. Determines the project of the published build. |
| **JFROG\_CLI\_BUILD\_URL** | Sets the CI server build URL in the build-info. The "jf rt build-publish" command uses the value of this environment variable, unless the --build-url command option is sent. |
| **JFROG\_CLI\_BUILD\_PROJECT** | JFrog project key to be used by commands that expect build name and build number. Determines the project of the published build. |
| **JFROG\_CLI\_BUILD\_URL** | Sets the CI server build URL in the build-info. The "jf rt build-publish" command uses the value of this environment variable unless the --build-url command option is sent. |
| **JFROG\_CLI\_ENV\_EXCLUDE** | <p>[Default: *password*;*secret*;*key*;*token*]<br><br>List of case insensitive patterns in the form of "value1;value2;...". Environment variables match those patterns will be excluded. This environment variable is used by the "jf rt build-publish" command, in case the --env-exclude command option is not sent.</p> |
| **JFROG\_CLI\_TRANSITIVE\_DOWNLOAD\_EXPERIMENTAL** | <p>[Default: false]<br><br>Used by the "jf rt download" command. Set to true to download artifacts also from remote repositories. This feature is experimental and available on Artifactory version 7.17.0 or higher.`</p> |
| **JFROG\_CLI\_TRANSITIVE\_DOWNLOAD\_EXPERIMENTAL** | <p>[Default: false]<br><br>Used by the "jf rt download" command. Set to true to download artifacts also from remote repositories. This feature is experimental and available on Artifactory version 7.17.0 or higher.</p> |
| **JFROG\_CLI\_UPLOAD\_EMPTY\_ARCHIVE** | <p>[Default: false]<br><br>Used by the "jf rt upload" command. Set to true if you'd like to upload an empty archive when '--archive' is set but all files were excluded by exclusions pattern.</p> |

***

Expand Down

0 comments on commit 0d7503a

Please sign in to comment.