1.0.1 • Published 4 years ago

heroku-cli-plugin v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

heroku-cli-plugin

oclif Version Downloads/week License

Usage

$ npm install -g heroku-cli-plugin
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
heroku-cli-plugin/0.0.1-0 darwin-x64 node-v14.5.0
$ oclif-example --help [COMMAND]
USAGE
  $ oclif-example COMMAND
...

Commands

oclif-example hello [FILE]

describe the command here

USAGE
  $ oclif-example hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ oclif-example hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

oclif-example mycommand

This is my specific command

USAGE
  $ oclif-example mycommand

See code: src/commands/mycommand.ts