heroku-cli-plugin

1.0.1 • Public • Published

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/1.0.1 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

Readme

Keywords

Package Sidebar

Install

npm i heroku-cli-plugin

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

130 kB

Total Files

13

Last publish

Collaborators

  • hongxiaops