1.3.0 • Published 8 years ago

subkit-cli v1.3.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

SubKit CLI

Command line tool for using SubKit to create microservices in seconds.

Setup

npm install -g subkit-cli

Usage

Sign in

subkit signin [username] [apikey]

Connect to remote HTTP log stream

subkit logs

Connect to remote debug log stream

subkit debug

Connect to remote usage statistics stream

subkit usage

Create a HTTP task

  • -p/--public Make code public
  • -d/--desc Set a description
subkit add task my-task-1 -d "My first HTTP task"

Create a background job

  • -p/--public Make code public
  • -d/--desc Set a description
subkit add job my-job-1 -d "My first background job"

Create a HTML/EJS template

  • -p/--public Make code public
  • -d/--desc Set a description
subkit add task my-template-1 -d "My first HTML/EJS template"

Start the local development environment

subkit dev [id]

List remote codes by optional ID

  • -b/--blueprints List blueprints
subkit ls [id] -b

Pull code from remote

subkit pull [id]

Run code from remote by ID and optional name

subkit run [id] [name]

Push and deploy code changes to remote

  • -p/--public Make code public
subkit push [id]

Delete local code by ID

  • -a/--all Delete from remote
subkit delete [id] --all
1.7.3

8 years ago

1.7.2

8 years ago

1.7.1

8 years ago

1.7.0

8 years ago

1.6.0

8 years ago

1.5.0

8 years ago

1.4.0

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago

0.0.17

10 years ago

0.0.16

10 years ago

0.0.15

10 years ago

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago