Releasing Plugin to Heroku
$ npm install -g plugin-release
$ plugin-release COMMAND
running command...
$ plugin-release (-v|--version|version)
plugin-release/0.1.5 darwin-x64 node-v10.22.0
$ plugin-release --help [COMMAND]
USAGE
$ plugin-release COMMAND
...
show application name if found
USAGE
$ plugin-release ask
OPTIONS
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use
See code: src/commands/ask.ts
display help for plugin-release
USAGE
$ plugin-release help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
show latest releases for an app
USAGE
$ plugin-release releases:show
OPTIONS
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use
See code: src/commands/releases/show.ts