Comparing version 0.7.1 to 0.7.2
@@ -27,2 +27,3 @@ Usage: $0 build <platform> | ||
$0 local build <platform> | ||
$0 remote build <platform> |
@@ -11,2 +11,3 @@ Usage: $0 [options] [commands] | ||
build <platform> build a specific platform | ||
run <platform> build and install a specific platform | ||
local [command] development on local system | ||
@@ -13,0 +14,0 @@ remote [command] development in cloud with phonegap/build |
@@ -25,4 +25,5 @@ /*! | ||
CLI.prototype.argv = require('./cli/argv'); | ||
CLI.prototype.create = require('./cli/create'); | ||
CLI.prototype.build = require('./cli/build'); | ||
CLI.prototype.create = require('./cli/create'); | ||
CLI.prototype.run = require('./cli/run'); | ||
CLI.prototype.help = require('./cli/help'); | ||
@@ -29,0 +30,0 @@ CLI.prototype.local = require('./cli/local'); |
@@ -33,7 +33,10 @@ /*! | ||
this.create = require('./phonegap/create').init(this); | ||
this.run = require('./phonegap/run').init(this); | ||
this.local.build = require('./phonegap/local.build').init(this); | ||
this.local.run = require('./phonegap/local.run').init(this); | ||
this.remote.build = require('./phonegap/remote.build').init(this); | ||
this.remote.login = require('./phonegap/remote.login').init(this); | ||
this.remote.logout = require('./phonegap/remote.logout').init(this); | ||
this.remote.build = require('./phonegap/remote.build').init(this); | ||
this.remote.run = require('./phonegap/remote.run').init(this); | ||
@@ -40,0 +43,0 @@ } |
{ | ||
"name": "phonegap", | ||
"description": "PhoneGap command-line interface and node.js library.", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"homepage": "http://github.com/mwbrooks/phonegap-cli", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -23,2 +23,3 @@ # PhoneGap CLI [![Build Status][travis-ci-img]][travis-ci-url] | ||
build <platform> build a specific platform | ||
run <platform> build and install a specific platform | ||
local [command] development on local system | ||
@@ -25,0 +26,0 @@ remote [command] development in cloud with phonegap/build |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
176072
88
4654
95