README
sliclili
stoplight.io cli
Usage
$ npm install -g slicli
$ slicli COMMAND
running command...
$ slicli (-v|--version|version)
slicli/0.0.1 darwin-x64 node-v10.15.3
$ slicli --help [COMMAND]
USAGE
$ slicli COMMAND
...
Commands
slicli autocomplete [SHELL]
slicli files [PROJECT]
slicli get [PROJECT] [FILE]
slicli help [COMMAND]
slicli list [NAMESPACE]
slicli view [PROJECT]
slicli autocomplete [SHELL]
display autocomplete installation instructions
USAGE
$ slicli autocomplete [SHELL]
ARGUMENTS
SHELL shell type
OPTIONS
-r, --refresh-cache Refresh cache (ignores displaying instructions)
EXAMPLES
$ slicli autocomplete
$ slicli autocomplete bash
$ slicli autocomplete zsh
$ slicli autocomplete --refresh-cache
See code: @oclif/plugin-autocomplete
slicli files [PROJECT]
Describe the command here
USAGE
$ slicli files [PROJECT]
OPTIONS
-d, --download download
-o, --output=output [default: .] directory to output
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/files.js
slicli get [PROJECT] [FILE]
Describe the command here
USAGE
$ slicli get [PROJECT] [FILE]
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/get.js
slicli help [COMMAND]
display help for slicli
USAGE
$ slicli help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
slicli list [NAMESPACE]
Describe the command here
USAGE
$ slicli list [NAMESPACE]
OPTIONS
-s, --wns with namespace
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/list.js
slicli view [PROJECT]
Describe the command here
USAGE
$ slicli view [PROJECT]
OPTIONS
-n, --name=name name to print
-s, --wns with namespace
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/view.js