Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@convertkit/cloudkit

Package Overview
Dependencies
Maintainers
9
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@convertkit/cloudkit - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

2

oclif.manifest.json

@@ -1,1 +0,1 @@

{"version":"0.0.10","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":[]},"puma:restart":{"id":"puma:restart","description":"\nRestarts puma.\n","pluginName":"@convertkit/cloudkit","pluginType":"core","aliases":[],"flags":{"environment":{"name":"environment","type":"option","char":"e","description":"environment","default":"production"}},"args":[]},"release":{"id":"release","description":"\nGet the current release for ckapp\n","pluginName":"@convertkit/cloudkit","pluginType":"core","aliases":[],"flags":{"environment":{"name":"environment","type":"option","char":"e","description":"environment","default":"production"},"target":{"name":"target","type":"option","char":"t","description":"target","default":"sidekiq"}},"args":[]},"schema:dump":{"id":"schema:dump","description":"\nRuns db:schema:dump on a remote machine.\n","pluginName":"@convertkit/cloudkit","pluginType":"core","aliases":[],"flags":{"environment":{"name":"environment","type":"option","char":"e","description":"environment","default":"production"}},"args":[]},"shell":{"id":"shell","description":"\nSSH into 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.11","commands":{"console":{"id":"console","description":"\nStarts a remote Rails console.\n","pluginName":"@convertkit/cloudkit","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"environment","default":"staging"}]},"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":"staging"}},"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":"staging"}},"args":[]},"puma:restart":{"id":"puma:restart","description":"\nRestarts puma.\n","pluginName":"@convertkit/cloudkit","pluginType":"core","aliases":[],"flags":{"environment":{"name":"environment","type":"option","char":"e","description":"environment","default":"staging"}},"args":[]},"release":{"id":"release","description":"\nGet the current release for ckapp\n","pluginName":"@convertkit/cloudkit","pluginType":"core","aliases":[],"flags":{"environment":{"name":"environment","type":"option","char":"e","description":"environment","default":"staging"},"target":{"name":"target","type":"option","char":"t","description":"target","default":"sidekiq"}},"args":[]},"schema:dump":{"id":"schema:dump","description":"\nRuns db:schema:dump on a remote machine.\n","pluginName":"@convertkit/cloudkit","pluginType":"core","aliases":[],"flags":{"environment":{"name":"environment","type":"option","char":"e","description":"environment","default":"staging"}},"args":[]},"shell":{"id":"shell","description":"\nSSH into a remote machine.\n","pluginName":"@convertkit/cloudkit","pluginType":"core","aliases":[],"flags":{"environment":{"name":"environment","type":"option","char":"e","description":"environment","default":"staging"}},"args":[]}}}
{
"name": "@convertkit/cloudkit",
"version": "0.0.10",
"version": "0.0.11",
"author": "Brendan Carney @brendancarney",

@@ -5,0 +5,0 @@ "bin": {

@@ -22,3 +22,3 @@ @convertkit/cloudkit

$ cloudkit (-v|--version|version)
@convertkit/cloudkit/0.0.10 darwin-x64 node-v10.15.3
@convertkit/cloudkit/0.0.11 darwin-x64 node-v10.16.0
$ cloudkit --help [COMMAND]

@@ -53,3 +53,3 @@ USAGE

_See code: [src/commands/console.js](https://github.com/ConvertKit/cloudkit-cli/blob/v0.0.10/src/commands/console.js)_
_See code: [src/commands/console.js](https://github.com/ConvertKit/cloudkit-cli/blob/v0.0.11/src/commands/console.js)_

@@ -71,3 +71,3 @@ ## `cloudkit help [COMMAND]`

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.2.3/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.2.2/src/commands/help.ts)_

@@ -83,3 +83,3 @@ ## `cloudkit migrate [VERSION]`

OPTIONS
-e, --environment=environment [default: production] environment
-e, --environment=environment [default: staging] environment

@@ -90,3 +90,3 @@ DESCRIPTION

_See code: [src/commands/migrate/index.js](https://github.com/ConvertKit/cloudkit-cli/blob/v0.0.10/src/commands/migrate/index.js)_
_See code: [src/commands/migrate/index.js](https://github.com/ConvertKit/cloudkit-cli/blob/v0.0.11/src/commands/migrate/index.js)_

@@ -102,3 +102,3 @@ ## `cloudkit migrate:status`

OPTIONS
-e, --environment=environment [default: production] environment
-e, --environment=environment [default: staging] environment

@@ -109,3 +109,3 @@ DESCRIPTION

_See code: [src/commands/migrate/status.js](https://github.com/ConvertKit/cloudkit-cli/blob/v0.0.10/src/commands/migrate/status.js)_
_See code: [src/commands/migrate/status.js](https://github.com/ConvertKit/cloudkit-cli/blob/v0.0.11/src/commands/migrate/status.js)_

@@ -121,3 +121,3 @@ ## `cloudkit puma:restart`

OPTIONS
-e, --environment=environment [default: production] environment
-e, --environment=environment [default: staging] environment

@@ -128,3 +128,3 @@ DESCRIPTION

_See code: [src/commands/puma/restart.js](https://github.com/ConvertKit/cloudkit-cli/blob/v0.0.10/src/commands/puma/restart.js)_
_See code: [src/commands/puma/restart.js](https://github.com/ConvertKit/cloudkit-cli/blob/v0.0.11/src/commands/puma/restart.js)_

@@ -140,3 +140,3 @@ ## `cloudkit release`

OPTIONS
-e, --environment=environment [default: production] environment
-e, --environment=environment [default: staging] environment
-t, --target=target [default: sidekiq] target

@@ -148,3 +148,3 @@

_See code: [src/commands/release/index.js](https://github.com/ConvertKit/cloudkit-cli/blob/v0.0.10/src/commands/release/index.js)_
_See code: [src/commands/release/index.js](https://github.com/ConvertKit/cloudkit-cli/blob/v0.0.11/src/commands/release/index.js)_

@@ -160,3 +160,3 @@ ## `cloudkit schema:dump`

OPTIONS
-e, --environment=environment [default: production] environment
-e, --environment=environment [default: staging] environment

@@ -167,3 +167,3 @@ DESCRIPTION

_See code: [src/commands/schema/dump.js](https://github.com/ConvertKit/cloudkit-cli/blob/v0.0.10/src/commands/schema/dump.js)_
_See code: [src/commands/schema/dump.js](https://github.com/ConvertKit/cloudkit-cli/blob/v0.0.11/src/commands/schema/dump.js)_

@@ -179,3 +179,3 @@ ## `cloudkit shell`

OPTIONS
-e, --environment=environment [default: production] environment
-e, --environment=environment [default: staging] environment

@@ -186,3 +186,3 @@ DESCRIPTION

_See code: [src/commands/shell/index.js](https://github.com/ConvertKit/cloudkit-cli/blob/v0.0.10/src/commands/shell/index.js)_
_See code: [src/commands/shell/index.js](https://github.com/ConvertKit/cloudkit-cli/blob/v0.0.11/src/commands/shell/index.js)_
<!-- commandsstop -->

@@ -40,3 +40,3 @@ const { Command, flags } = require("@oclif/command");

name: "environment",
default: "production"
default: "staging"
}

@@ -43,0 +43,0 @@ ];

@@ -36,3 +36,3 @@ const { Command, flags } = require("@oclif/command");

description: "environment",
default: "production"
default: "staging"
})

@@ -39,0 +39,0 @@ };

@@ -36,3 +36,3 @@ const { Command, flags } = require("@oclif/command");

description: "environment",
default: "production"
default: "staging"
})

@@ -39,0 +39,0 @@ };

@@ -37,3 +37,3 @@ const { Command, flags } = require("@oclif/command");

description: "environment",
default: "production"
default: "staging"
})

@@ -40,0 +40,0 @@ };

@@ -39,3 +39,3 @@ const { Command, flags } = require("@oclif/command");

description: "environment",
default: "production"
default: "staging"
}),

@@ -42,0 +42,0 @@ target: flags.string({

@@ -54,3 +54,3 @@ const { Command, flags } = require("@oclif/command");

description: "environment",
default: "production"
default: "staging"
})

@@ -57,0 +57,0 @@ };

@@ -39,3 +39,3 @@ const { Command, flags } = require("@oclif/command");

description: "environment",
default: "production"
default: "staging"
})

@@ -42,0 +42,0 @@ };

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc