Comparing version 0.1.5 to 0.1.6
(function() { | ||
var Bintray, auth, die, error, log, printObj, program, readFile, _, _ref; | ||
var Bintray, auth, die, error, fileExists, log, printObj, program, readFile, _, _ref; | ||
@@ -12,3 +12,3 @@ _ = require('lodash'); | ||
_ref = require('../common'), readFile = _ref.readFile, printObj = _ref.printObj, log = _ref.log, die = _ref.die, error = _ref.error; | ||
_ref = require('../common'), readFile = _ref.readFile, fileExists = _ref.fileExists, printObj = _ref.printObj, log = _ref.log, die = _ref.die, error = _ref.error; | ||
@@ -15,0 +15,0 @@ program.command('package-version <action> <organization> <repository> <pkgname> [versionfile]').description('\n Get, create, delete or update package versions. Authentication required'.cyan).usage('<get|create|delete|update> <organization> <repository> <pkgname>').option('-n, --version <version>', 'Use a specific package version'.cyan).option('-c, --release-notes <notes>', '[create] Add release note comment'.cyan).option('-w, --url <url>', '[create] Add a releases URL notes/changelog'.cyan).option('-t, --date <date>', '\n [create] Released date in ISO8601 format (optional)'.cyan).option('-f, --file <path>', '\n [create|update] Path to JSON package version manifest file'.cyan).option('-u, --username <username>', 'Defines the authentication username'.cyan).option('-k, --apikey <apikey>', 'Defines the authentication API key'.cyan).option('-r, --raw', 'Outputs the raw response (JSON)'.cyan).option('-d, --debug', 'Enables the verbose/debug output mode'.cyan).on('--help', function() { |
{ | ||
"name": "bintray", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "CLI and programmatic interface for Bintray", | ||
@@ -5,0 +5,0 @@ "preferGlobal": true, |
86100