artifactory-push

simple command line tool for publishing to artifactory

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
artifactory-push
000.0.38 years ago8 years agoMinified + gzip package size for artifactory-push in KB

Readme

artifactory-push
simple command line tool for publishing to artifactory

Installation

sudo npm install -g artifactory-push

Options

Options:
  --help          Show help [boolean]
  -v, --version   Show version number [boolean]
  -c              Path to JSON config file
  -f, --file      A path to a file to publish [string] [required]
  -t, --target    Fully qualified url of artifact. (https://example.com/repository/artifact.pkg) [required]
  -u, --user      Artifactory user name
  -p, --password  Artifactory user password
  --proxy         A proxy url to use for sending http requests

Example

artifactory-push -f awesome.pkg -t https://artifactory.example.com/artifactory/my-repo/test.pkg -u john -p swordfish