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

@convertkit/cloudkit ====================

  • 0.0.10
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-25%
Maintainers
9
Weekly downloads
 
Created
Source

@convertkit/cloudkit

oclif Version Downloads/week License

Usage

$ npm install -g @convertkit/cloudkit
$ cloudkit COMMAND
running command...
$ cloudkit (-v|--version|version)
@convertkit/cloudkit/0.0.10 darwin-x64 node-v10.15.3
$ cloudkit --help [COMMAND]
USAGE
  $ cloudkit COMMAND
...

Commands

cloudkit console [ENVIRONMENT]

Starts a remote Rails console.

USAGE
  $ cloudkit console [ENVIRONMENT]

DESCRIPTION
  Starts a remote Rails console.

See code: src/commands/console.js

cloudkit help [COMMAND]

display help for cloudkit

USAGE
  $ cloudkit help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

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

cloudkit migrate:status

Runs db:migrate:status on a remote machine.

USAGE
  $ cloudkit migrate:status

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

DESCRIPTION
  Runs db:migrate:status on a remote machine.

See code: src/commands/migrate/status.js

cloudkit puma:restart

Restarts puma.

USAGE
  $ cloudkit puma:restart

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

DESCRIPTION
  Restarts puma.

See code: src/commands/puma/restart.js

cloudkit release

Get the current release for ckapp

USAGE
  $ cloudkit release

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

DESCRIPTION
  Get the current release for ckapp

See code: src/commands/release/index.js

cloudkit schema:dump

Runs db:schema:dump on a remote machine.

USAGE
  $ cloudkit schema:dump

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

DESCRIPTION
  Runs db:schema:dump on a remote machine.

See code: src/commands/schema/dump.js

cloudkit shell

SSH into a remote machine.

USAGE
  $ cloudkit shell

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

DESCRIPTION
  SSH into a remote machine.

See code: src/commands/shell/index.js

Keywords

FAQs

Package last updated on 01 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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