Skip to content

summitech/stitch-cli-plus

Repository files navigation

stitch-cli-plus

A CLI that extends the original stitch cli and allows developers do more

oclif Version Downloads/week [License](https://github.com/[object Object]/blob/master/package.json)

Usage

$ npm install -g stitch-cli-plus
$ msp COMMAND
running command...
$ msp (-v|--version|version)
stitch-cli-plus/1.0.0 darwin-x64 node-v12.13.0
$ msp --help [COMMAND]
USAGE
  $ msp COMMAND
...

Commands

msp functions:test

Describe the command here

USAGE
  $ msp functions:test

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/functions/test.js

msp help [COMMAND]

display help for msp

USAGE
  $ msp help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

msp login

Login programatically using your API key

USAGE
  $ msp login

OPTIONS
  -n, --name=name  name to print

See code: src/commands/login.js

msp logout

Logout

USAGE
  $ msp logout

OPTIONS
  -n, --name=name  name to print

See code: src/commands/logout.js

msp use

set an active Stitch project

USAGE
  $ msp use

OPTIONS
  -n, --name=name  name to print

See code: src/commands/use.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published