@convertkit/cloudkit
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -1,1 +0,1 @@ | ||
{"version":"0.0.4","commands":{"console":{"id":"console","description":"\nStarts a remote Rails console.\n","pluginName":"@convertkit/cloudkit","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"environment","default":"production"}]},"migrate:status":{"id":"migrate:status","description":"\nRuns db:migrate:status on a remote machine.\n","pluginName":"@convertkit/cloudkit","pluginType":"core","aliases":[],"flags":{"environment":{"name":"environment","type":"option","char":"e","description":"environment","default":"production"}},"args":[]}}} | ||
{"version":"0.0.5","commands":{"console":{"id":"console","description":"\nStarts a remote Rails console.\n","pluginName":"@convertkit/cloudkit","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"environment","default":"production"}]},"migrate":{"id":"migrate","description":"\nRuns db:migrate on a remote machine.\n","pluginName":"@convertkit/cloudkit","pluginType":"core","aliases":[],"flags":{"environment":{"name":"environment","type":"option","char":"e","description":"environment","default":"production"}},"args":[{"name":"version"}]},"migrate:status":{"id":"migrate:status","description":"\nRuns db:migrate:status on a remote machine.\n","pluginName":"@convertkit/cloudkit","pluginType":"core","aliases":[],"flags":{"environment":{"name":"environment","type":"option","char":"e","description":"environment","default":"production"}},"args":[]}}} |
{ | ||
"name": "@convertkit/cloudkit", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"author": "Brendan Carney @brendancarney", | ||
@@ -5,0 +5,0 @@ "bin": { |
@@ -22,3 +22,3 @@ @convertkit/cloudkit | ||
$ cloudkit (-v|--version|version) | ||
@convertkit/cloudkit/0.0.4 darwin-x64 node-v11.9.0 | ||
@convertkit/cloudkit/0.0.5 darwin-x64 node-v11.9.0 | ||
$ cloudkit --help [COMMAND] | ||
@@ -34,2 +34,3 @@ USAGE | ||
* [`cloudkit help [COMMAND]`](#cloudkit-help-command) | ||
* [`cloudkit migrate [VERSION]`](#cloudkit-migrate-version) | ||
* [`cloudkit migrate:status`](#cloudkit-migratestatus) | ||
@@ -49,3 +50,3 @@ | ||
_See code: [src/commands/console.js](https://github.com/ConvertKit/cloudkit-cli/blob/v0.0.4/src/commands/console.js)_ | ||
_See code: [src/commands/console.js](https://github.com/ConvertKit/cloudkit-cli/blob/v0.0.5/src/commands/console.js)_ | ||
@@ -69,2 +70,19 @@ ## `cloudkit help [COMMAND]` | ||
## `cloudkit migrate [VERSION]` | ||
Runs db:migrate on a remote machine. | ||
``` | ||
USAGE | ||
$ cloudkit migrate [VERSION] | ||
OPTIONS | ||
-e, --environment=environment [default: production] environment | ||
DESCRIPTION | ||
Runs db:migrate on a remote machine. | ||
``` | ||
_See code: [src/commands/migrate/index.js](https://github.com/ConvertKit/cloudkit-cli/blob/v0.0.5/src/commands/migrate/index.js)_ | ||
## `cloudkit migrate:status` | ||
@@ -85,3 +103,3 @@ | ||
_See code: [src/commands/migrate/status.js](https://github.com/ConvertKit/cloudkit-cli/blob/v0.0.4/src/commands/migrate/status.js)_ | ||
_See code: [src/commands/migrate/status.js](https://github.com/ConvertKit/cloudkit-cli/blob/v0.0.5/src/commands/migrate/status.js)_ | ||
<!-- commandsstop --> |
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
8192
12
121
101
3