Last active
May 23, 2025 10:29
-
-
Save mh0w/0c81a075ceee244d7d112b4ab47050d6 to your computer and use it in GitHub Desktop.
jfrog jf.exe CLI for artifactory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Make sure set environment variables [example values in brackets]: | |
# JF_URL [https://internalurl or https://external-art-url.example.com] | |
# AND EITHER | |
# (a) user and password | |
# JF_USER [my-user-name] | |
# JF_PASSWORD [MySuperSecretPassword] | |
# (b) | |
# JF_ACCESS_TOKEN [my.access-t0ken] | |
# May also need to download the artifactory certificate to $home/.jfrog/security/certs | |
# Enable use of environment variables | |
set CI=true | |
# Download all 'LR_DataEng_pypi/plumb_etl/*' files from artifactory | |
"C:\Users\hawkem\Downloads\jf.exe" rt download 'LR_DataEng_pypi/plumb_etl/*' 'C:\Users\hawkem\Downloads\' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment