0.0.1 • Published 3 years ago

sonic-cli-2 v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

sonic-cli-2

oclif Version Downloads/week License

Usage

$ npm install -g sonic-cli-2
$ sonic COMMAND
running command...
$ sonic (-v|--version|version)
sonic-cli-2/0.0.1 darwin-x64 node-v14.15.1
$ sonic --help [COMMAND]
USAGE
  $ sonic COMMAND
...

Commands

sonic deploy

Describe the command here

USAGE
  $ sonic deploy

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

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/deploy.js

sonic generate

Describe the command here

USAGE
  $ sonic generate

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

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/generate.js

sonic help [COMMAND]

display help for sonic

USAGE
  $ sonic help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help