Skip to content

Commit

Permalink
v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
amanmibra committed Aug 3, 2018
1 parent 96d5588 commit 9ed5860
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 7 deletions.
43 changes: 37 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ Heroku CLI plugin to help Heroku add-on providers integrate their services with
# Usage
<!-- usage -->
```sh-session
$ npm install -g @heroku-cli/plugin-addons-admin
$ heroku COMMAND
running command...
$ heroku (-v|--version|version)
@heroku-cli/plugin-addons-admin/0.1.4 darwin-x64 node-v10.3.0
@heroku-cli/plugin-addons-admin/0.1.5 darwin-x64 node-v10.3.0
$ heroku --help [COMMAND]
USAGE
$ heroku COMMAND
Expand All @@ -29,12 +30,42 @@ USAGE
<!-- usagestop -->
# Commands
<!-- commands -->
* [`heroku addons:admin`](#heroku-addonsadmin)
* [`heroku addons:admin:manifest`](#heroku-addonsadminmanifest)
* [`heroku addons:admin:manifest:diff`](#heroku-addonsadminmanifestdiff)
* [`heroku addons:admin:manifest:generate`](#heroku-addonsadminmanifestgenerate)
* [`heroku addons:admin:manifest:pull [SLUG]`](#heroku-addonsadminmanifestpull-slug)
* [`heroku addons:admin:manifest:push`](#heroku-addonsadminmanifestpush)
* [`heroku addons:admin:open [SLUG]`](#heroku-addonsadminopen-slug)

## `heroku addons:admin`

create and manage add-ons

```
USAGE
$ heroku addons:admin
OPTIONS
-h, --help show CLI help
```

_See code: [src/commands/addons/admin.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v0.1.5/src/commands/addons/admin.ts)_

## `heroku addons:admin:manifest`

manage add-on manifests

```
USAGE
$ heroku addons:admin:manifest
OPTIONS
-h, --help show CLI help
```

_See code: [src/commands/addons/admin/manifest.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v0.1.5/src/commands/addons/admin/manifest.ts)_

## `heroku addons:admin:manifest:diff`

compares remote manifest to local manifest and finds differences
Expand All @@ -44,7 +75,7 @@ USAGE
$ heroku addons:admin:manifest:diff
```

_See code: [src/commands/addons/admin/manifest/diff.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v0.1.4/src/commands/addons/admin/manifest/diff.ts)_
_See code: [src/commands/addons/admin/manifest/diff.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v0.1.5/src/commands/addons/admin/manifest/diff.ts)_

## `heroku addons:admin:manifest:generate`

Expand All @@ -64,7 +95,7 @@ EXAMPLE
The file has been saved!
```

_See code: [src/commands/addons/admin/manifest/generate.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v0.1.4/src/commands/addons/admin/manifest/generate.ts)_
_See code: [src/commands/addons/admin/manifest/generate.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v0.1.5/src/commands/addons/admin/manifest/generate.ts)_

## `heroku addons:admin:manifest:pull [SLUG]`

Expand All @@ -87,7 +118,7 @@ EXAMPLE
Updating addon_manifest.json... done
```

_See code: [src/commands/addons/admin/manifest/pull.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v0.1.4/src/commands/addons/admin/manifest/pull.ts)_
_See code: [src/commands/addons/admin/manifest/pull.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v0.1.5/src/commands/addons/admin/manifest/pull.ts)_

## `heroku addons:admin:manifest:push`

Expand All @@ -107,7 +138,7 @@ EXAMPLE
Updating addon_manifest.json... done
```

_See code: [src/commands/addons/admin/manifest/push.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v0.1.3/src/commands/addons/admin/manifest/push.ts)_
_See code: [src/commands/addons/admin/manifest/push.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v0.1.5/src/commands/addons/admin/manifest/push.ts)_

## `heroku addons:admin:open [SLUG]`

Expand All @@ -126,5 +157,5 @@ EXAMPLE
Opening https://addons-next.heroku.com/addons/testing-123... done
```

_See code: [src/commands/addons/admin/open.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v0.1.3/src/commands/addons/admin/open.ts)_
_See code: [src/commands/addons/admin/open.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v0.1.5/src/commands/addons/admin/open.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-addons-admin",
"description": "Heroku CLI plugin to help Heroku add-on providers integrate their services with Heroku.",
"version": "0.1.4",
"version": "0.1.5",
"author": "Aman Ibrahim @amanmibra",
"bugs": "https://github.com/heroku/heroku-cli-addons-admin/issues",
"dependencies": {
Expand Down

0 comments on commit 9ed5860

Please sign in to comment.