Skip to content

Instantly share code, notes, and snippets.

@rubyroobs
Last active April 23, 2019 14:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rubyroobs/73e6cb72182bcab91812419502453e1d to your computer and use it in GitHub Desktop.
Save rubyroobs/73e6cb72182bcab91812419502453e1d to your computer and use it in GitHub Desktop.
export ARTIFACTORY_USERNAME="<REDACTED>"
export ARTIFACTORY_API_KEY="<REDACTED>"
curl -i -u $ARTIFACTORY_USERNAME:$ARTIFACTORY_API_KEY https://<REDACTED>/<REDACTED>/artifactory/api/
{
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment