Comparing version 0.3.1 to 0.3.2
@@ -6,2 +6,6 @@ # Change Log | ||
## [0.3.2](https://github.com/spaship/cli/compare/v0.3.1...v0.3.2) (2019-10-21) | ||
**Note:** Version bump only for package @rhcp/cli | ||
## [0.3.1](https://github.com/spaship/cli/compare/v0.3.0...v0.3.1) (2019-10-21) | ||
@@ -8,0 +12,0 @@ |
@@ -1,1 +0,1 @@ | ||
{"version":"0.3.1","commands":{"deploy":{"id":"deploy","description":"deploy to a SPAship host\nSend an archive containing a SPA to a SPAship host for deployment. Supports .tar.gz/.tgz, .zip, and .tar.bz2.\n","pluginName":"@rhcp/cli","pluginType":"core","aliases":[],"flags":{"ref":{"name":"ref","type":"option","char":"r","description":"a version tag, commit hash, or branch to identify this release","required":false,"default":"undefined"}},"args":[{"name":"archive","description":"SPA archive file","required":true}]},"init":{"id":"init","description":"Initialize a SPAship config file for your app.\nWithout arguments, init will ask you a few questions and generate a spaship.yaml config file. The answers can also be passed in as CLI options.\n","pluginName":"@rhcp/cli","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"a human-friendly title for your app","required":true},"path":{"name":"path","type":"option","char":"p","description":"the URL path for your app under the SPAship domain. ex: /my/app","required":true},"single":{"name":"single","type":"boolean","char":"s","description":"route all non-asset requests to index.html","allowNo":true},"overwrite":{"name":"overwrite","type":"boolean","description":"overwrite existing spaship.yaml","allowNo":false}},"args":[]}}} | ||
{"version":"0.3.2","commands":{"deploy":{"id":"deploy","description":"deploy to a SPAship host\nSend an archive containing a SPA to a SPAship host for deployment. Supports .tar.gz/.tgz, .zip, and .tar.bz2.\n","pluginName":"@rhcp/cli","pluginType":"core","aliases":[],"flags":{"ref":{"name":"ref","type":"option","char":"r","description":"a version tag, commit hash, or branch to identify this release","required":false,"default":"undefined"}},"args":[{"name":"archive","description":"SPA archive file","required":true}]},"init":{"id":"init","description":"Initialize a SPAship config file for your app.\nWithout arguments, init will ask you a few questions and generate a spaship.yaml config file. The answers can also be passed in as CLI options.\n","pluginName":"@rhcp/cli","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"a human-friendly title for your app","required":true},"path":{"name":"path","type":"option","char":"p","description":"the URL path for your app under the SPAship domain. ex: /my/app","required":true},"single":{"name":"single","type":"boolean","char":"s","description":"route all non-asset requests to index.html","allowNo":true},"overwrite":{"name":"overwrite","type":"boolean","description":"overwrite existing spaship.yaml","allowNo":false}},"args":[]}}} |
{ | ||
"name": "@rhcp/cli", | ||
"description": "A command line interface for SPAship!", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"author": "mclayton@redhat.com", | ||
@@ -22,3 +22,3 @@ "bin": { | ||
"test": "nyc mocha --forbid-only \"test/**/*.test.js\"", | ||
"version": "oclif-dev readme && git add README.md" | ||
"preversion": "oclif-dev readme && git add README.md" | ||
}, | ||
@@ -62,3 +62,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "fc35db08abcc458d9eb3b0a87814496e3b5737d3" | ||
"gitHead": "f49100ba033ad92b9cd06e7ee4d0e560890c7932" | ||
} |
@@ -24,3 +24,3 @@ # @spaship/cli | ||
$ spaship (-v|--version|version) | ||
@rhcp/cli/0.3.1 linux-x64 node-v11.14.0 | ||
@rhcp/cli/0.3.2 linux-x64 node-v11.14.0 | ||
$ spaship --help [COMMAND] | ||
@@ -58,3 +58,3 @@ USAGE | ||
_See code: [src/commands/deploy.js](https://github.com/spaship/cli/blob/v0.3.1/src/commands/deploy.js)_ | ||
_See code: [src/commands/deploy.js](https://github.com/spaship/cli/blob/v0.3.2/src/commands/deploy.js)_ | ||
@@ -97,3 +97,3 @@ ## `spaship help [COMMAND]` | ||
_See code: [src/commands/init.js](https://github.com/spaship/cli/blob/v0.3.1/src/commands/init.js)_ | ||
_See code: [src/commands/init.js](https://github.com/spaship/cli/blob/v0.3.2/src/commands/init.js)_ | ||
<!-- commandsstop --> |
12129