https://github.com/md-command-line/plugin-release
Plugin for Release Metrics about your Heroku App
https://github.com/md-command-line/plugin-release
Last synced: 9 months ago
JSON representation
Plugin for Release Metrics about your Heroku App
- Host: GitHub
- URL: https://github.com/md-command-line/plugin-release
- Owner: md-command-line
- License: mit
- Created: 2018-06-22T22:31:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T00:38:44.000Z (over 4 years ago)
- Last Synced: 2025-08-24T13:56:49.277Z (10 months ago)
- Language: TypeScript
- Homepage:
- Size: 476 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
plugin-release
==============
Releasing Plugin to Heroku
[](https://oclif.io)
[](https://npmjs.org/package/plugin-release)
[](https://circleci.com/gh/MichaelDimmitt/plugin-release/tree/master)
[](https://ci.appveyor.com/project/MichaelDimmitt/plugin-release/branch/master)
[](https://codecov.io/gh/MichaelDimmitt/plugin-release)
[](https://npmjs.org/package/plugin-release)
[](https://github.com/MichaelDimmitt/plugin-release/blob/master/package.json)
* [Usage](#usage)
* [Commands](#commands)
# Usage
```sh-session
$ 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
...
```
# Commands
* [`plugin-release ask`](#plugin-release-ask)
* [`plugin-release help [COMMAND]`](#plugin-release-help-command)
* [`plugin-release releases:show`](#plugin-release-releasesshow)
## `plugin-release ask`
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](https://github.com/MichaelDimmitt/plugin-release/blob/v0.1.5/src/commands/ask.ts)_
## `plugin-release help [COMMAND]`
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](https://github.com/oclif/plugin-help/blob/v3.2.0/src/commands/help.ts)_
## `plugin-release releases:show`
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](https://github.com/MichaelDimmitt/plugin-release/blob/v0.1.5/src/commands/releases/show.ts)_