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

@convertkit/cloudkit

Package Overview
Dependencies
Maintainers
6
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.0 to 0.0.1

src/commands/migrate.js

2

oclif.manifest.json

@@ -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",

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