0.1.1 • Published 5 years ago

@postshift/cli v0.1.1

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

@postshift/cli

oclif Version Downloads/week License

Usage

$ npm install -g @postshift/cli
$ postshift COMMAND
running command...
$ postshift (-v|--version|version)
@postshift/cli/0.1.1 darwin-x64 node-v14.8.0
$ postshift --help [COMMAND]
USAGE
  $ postshift COMMAND
...

Commands

postshift build

Describe the command here

USAGE
  $ postshift build

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/build.js

postshift dev

Describe the command here

USAGE
  $ postshift dev

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/dev.js

postshift help [COMMAND]

display help for postshift

USAGE
  $ postshift help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

postshift start

Describe the command here

USAGE
  $ postshift start

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/start.js