Skip to content

Commit

Permalink
Rename Artifactory's JFROG_CLI_TRANSITIVE_DOWNLOAD variable
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalbe4 committed Aug 22, 2024
1 parent 70faabb commit ca06cf4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Some of the Artifactory commands make use of the following environment variable:
| **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>List of semicolon-separated(;) 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>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** | <p>[Default: false]<br>Set this option to true to include remote repositories in artifact searches when using the 'rt download' command. The search will target the first five remote repositories within the virtual repository. This feature is available starting from Artifactory version 7.17.0. **NOTE:** Enabling this option may increase the load on Artifactory instances that are proxied by multiple remote repositories..</p> |
| **JFROG\_CLI\_UPLOAD\_EMPTY\_ARCHIVE** | <p>[Default: false]<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 ca06cf4

Please sign in to comment.