@convertkit/cloudkit
Advanced tools
Comparing version 0.0.0 to 0.0.1
@@ -1,1 +0,1 @@ | ||
{"version":"0.0.0","commands":{"console":{"id":"console","description":"Describe the command here\n...\nExtra documentation goes here\n","pluginName":"@convertkit/cloudkit","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name to print"}},"args":[]}}} | ||
{"version":"0.0.1","commands":{"console":{"id":"console","description":"Describe the command here\n...\nExtra documentation goes here\n","pluginName":"@convertkit/cloudkit","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name to print"}},"args":[]},"migrate":{"id":"migrate","description":"Describe the command here\n...\nExtra documentation goes here\n","pluginName":"@convertkit/cloudkit","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name to print"}},"args":[]}}} |
{ | ||
"name": "@convertkit/cloudkit", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"author": "Brendan Carney @brendancarney", | ||
@@ -5,0 +5,0 @@ "bin": { |
@@ -22,3 +22,3 @@ @convertkit/cloudkit | ||
$ cloudkit (-v|--version|version) | ||
@convertkit/cloudkit/0.0.0 darwin-x64 node-v11.9.0 | ||
@convertkit/cloudkit/0.0.1 darwin-x64 node-v11.9.0 | ||
$ cloudkit --help [COMMAND] | ||
@@ -34,2 +34,3 @@ USAGE | ||
* [`cloudkit help [COMMAND]`](#cloudkit-help-command) | ||
* [`cloudkit migrate`](#cloudkit-migrate) | ||
@@ -52,3 +53,3 @@ ## `cloudkit console` | ||
_See code: [src/commands/console.js](https://github.com/brendancarney/cloudkit-cli/blob/v0.0.0/src/commands/console.js)_ | ||
_See code: [src/commands/console.js](https://github.com/brendancarney/cloudkit-cli/blob/v0.0.1/src/commands/console.js)_ | ||
@@ -71,2 +72,20 @@ ## `cloudkit help [COMMAND]` | ||
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.2.2/src/commands/help.ts)_ | ||
## `cloudkit migrate` | ||
Describe the command here | ||
``` | ||
USAGE | ||
$ cloudkit migrate | ||
OPTIONS | ||
-n, --name=name name to print | ||
DESCRIPTION | ||
... | ||
Extra documentation goes here | ||
``` | ||
_See code: [src/commands/migrate.js](https://github.com/brendancarney/cloudkit-cli/blob/v0.0.1/src/commands/migrate.js)_ | ||
<!-- commandsstop --> |
const { Command, flags } = require("@oclif/command"); | ||
const { cli } = require("cli-ux"); | ||
@@ -19,2 +20,4 @@ async function getIP() { | ||
cli.action.start("Getting console"); | ||
const shell = spawn( | ||
@@ -21,0 +24,0 @@ "ssh", |
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
5986
8
71
88
2