$ npm install -g heroku-cli-plugin
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
heroku-cli-plugin/1.0.1 darwin-x64 node-v14.5.0
$ oclif-example --help [COMMAND]
USAGE
$ oclif-example COMMAND
...
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
This is my specific command
USAGE
$ oclif-example mycommand
See code: src/commands/mycommand.ts