@vgs/netlify-cli-plugin
Advanced tools
Comparing version 0.0.0 to 0.0.1
@@ -1,1 +0,1 @@ | ||
{"version":"0.0.0","commands":{"auth":{"id":"auth","description":"Describe the command here\n...\nExtra documentation goes here\n","pluginName":"@vgs/netlify-cli-plugin","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name to print"}},"args":[]}}} | ||
{"version":"0.0.1","commands":{"vgs-auth":{"id":"vgs-auth","description":"Describe the command here\n...\nExtra documentation goes here\n","pluginName":"@vgs/netlify-cli-plugin","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name to print"}},"args":[]}}} |
{ | ||
"name": "@vgs/netlify-cli-plugin", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"author": "Dima Marynych @dmarynych", | ||
@@ -5,0 +5,0 @@ "bugs": "https://github.com/verygoodsecurity/netlify-cli-plugin/issues", |
@@ -22,3 +22,3 @@ oclif-plugin-oauth | ||
$ vgs-auth (-v|--version|version) | ||
@vgs/netlify-cli-plugin/0.0.0 darwin-x64 node-v9.11.2 | ||
@vgs/netlify-cli-plugin/0.0.1 darwin-x64 node-v9.11.2 | ||
$ vgs-auth --help [COMMAND] | ||
@@ -32,5 +32,5 @@ USAGE | ||
<!-- commands --> | ||
* [`vgs-auth auth`](#vgs-auth-auth) | ||
* [`vgs-auth vgs-auth`](#vgs-auth-vgs-auth) | ||
## `vgs-auth auth` | ||
## `vgs-auth vgs-auth` | ||
@@ -41,3 +41,3 @@ Describe the command here | ||
USAGE | ||
$ vgs-auth auth | ||
$ vgs-auth vgs-auth | ||
@@ -52,3 +52,3 @@ OPTIONS | ||
_See code: [src/commands/auth.js](https://github.com/verygoodsecurity/netlify-cli-plugin/blob/v0.0.0/src/commands/auth.js)_ | ||
_See code: [src/commands/vgs-auth.js](https://github.com/verygoodsecurity/netlify-cli-plugin/blob/v0.0.1/src/commands/vgs-auth.js)_ | ||
<!-- commandsstop --> |
3285