| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A CLI that extends the original stitch cli and allows developers do more
[
](https://github.com/[object Object]/blob/master/package.json)
$ 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
...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
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
Login programatically using your API key
USAGE $ msp login OPTIONS -n, --name=name name to print
See code: src/commands/login.js
Logout
USAGE $ msp logout OPTIONS -n, --name=name name to print
See code: src/commands/logout.js
set an active Stitch project
USAGE $ msp use OPTIONS -n, --name=name name to print
See code: src/commands/use.js
| Back | FazBrowse Home | New Git URL |