heroku-awesome-cli-plugin

A awesome Heroku CLI plugin

Usage no npm install needed!

<script type="module">
  import herokuAwesomeCliPlugin from 'https://cdn.skypack.dev/heroku-awesome-cli-plugin';
</script>

README

heroku-awsome-cli-plugin

A awsome Heroku CLI plugin

oclif Version Downloads/week License

Usage

$ npm install -g heroku-awesome-cli-plugin
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
heroku-awesome-cli-plugin/0.0.2 darwin-x64 node-v10.16.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