Skip to content

Instantly share code, notes, and snippets.

@mh0w
Last active May 23, 2025 10:29
Show Gist options
  • Save mh0w/0c81a075ceee244d7d112b4ab47050d6 to your computer and use it in GitHub Desktop.
Save mh0w/0c81a075ceee244d7d112b4ab47050d6 to your computer and use it in GitHub Desktop.
jfrog jf.exe CLI for artifactory
# 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