Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
amanmibra committed Aug 3, 2018
1 parent 73e13c8 commit 70239b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ npm install -g @heroku-cli/plugin-addons-admin
$ heroku COMMAND
running command...
$ heroku (-v|--version|version)
@heroku-cli/plugin-addons-admin/0.1.3 darwin-x64 node-v10.3.0
@heroku-cli/plugin-addons-admin/0.1.4 darwin-x64 node-v10.3.0
$ heroku --help [COMMAND]
USAGE
$ heroku COMMAND
Expand All @@ -44,7 +44,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.3/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.4/src/commands/addons/admin/manifest/diff.ts)_

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

Expand All @@ -64,7 +64,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.3/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.4/src/commands/addons/admin/manifest/generate.ts)_

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

Expand All @@ -84,7 +84,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.3/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.4/src/commands/addons/admin/manifest/pull.ts)_

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

Expand All @@ -104,5 +104,5 @@ 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.4/src/commands/addons/admin/manifest/push.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.3",
"version": "0.1.4",
"author": "Aman Ibrahim @amanmibra",
"bugs": "https://github.com/heroku/heroku-cli-addons-admin/issues",
"dependencies": {
Expand Down

0 comments on commit 70239b5

Please sign in to comment.