Skip to content

Commit 4005751

Browse files
committed
v2.3.0
1 parent 17b3492 commit 4005751

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Heroku CLI plugin to help Heroku add-on providers integrate their services with
77
[![License](https://img.shields.io/npm/l/@heroku-cli/plugin-addons-admin.svg)](https://github.com/heroku/heroku-cli-addons-admin/blob/master/package.json)
88

99
<!-- toc -->
10+
* [Heroku CLI Addons Admin Plugin](#heroku-cli-addons-admin-plugin)
1011
* [Installation](#installation)
1112
* [Usage](#usage)
1213
* [Development](#development)
@@ -25,7 +26,7 @@ $ npm install -g @heroku-cli/plugin-addons-admin
2526
$ heroku COMMAND
2627
running command...
2728
$ heroku (-v|--version|version)
28-
@heroku-cli/plugin-addons-admin/2.2.1 linux-x64 node-v11.1.0
29+
@heroku-cli/plugin-addons-admin/2.3.0 darwin-x64 node-v16.20.2
2930
$ heroku --help [COMMAND]
3031
USAGE
3132
$ heroku COMMAND
@@ -56,7 +57,7 @@ USAGE
5657
$ heroku addons:admin:manifest:diff
5758
```
5859

59-
_See code: [src/commands/addons/admin/manifest/diff.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v2.2.1/src/commands/addons/admin/manifest/diff.ts)_
60+
_See code: [src/commands/addons/admin/manifest/diff.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v2.3.0/src/commands/addons/admin/manifest/diff.ts)_
6061

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

@@ -75,7 +76,7 @@ EXAMPLE
7576
The file has been saved!
7677
```
7778

78-
_See code: [src/commands/addons/admin/manifest/generate.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v2.2.1/src/commands/addons/admin/manifest/generate.ts)_
79+
_See code: [src/commands/addons/admin/manifest/generate.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v2.3.0/src/commands/addons/admin/manifest/generate.ts)_
7980

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

@@ -95,7 +96,7 @@ EXAMPLE
9596
Updating addon-manifest.json... done
9697
```
9798

98-
_See code: [src/commands/addons/admin/manifest/pull.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v2.2.1/src/commands/addons/admin/manifest/pull.ts)_
99+
_See code: [src/commands/addons/admin/manifest/pull.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v2.3.0/src/commands/addons/admin/manifest/pull.ts)_
99100

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

@@ -112,7 +113,7 @@ EXAMPLE
112113
Updating addon-manifest.json... done
113114
```
114115

115-
_See code: [src/commands/addons/admin/manifest/push.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v2.2.1/src/commands/addons/admin/manifest/push.ts)_
116+
_See code: [src/commands/addons/admin/manifest/push.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v2.3.0/src/commands/addons/admin/manifest/push.ts)_
116117

117118
## `heroku addons:admin:manifests [SLUG]`
118119

@@ -123,7 +124,7 @@ USAGE
123124
$ heroku addons:admin:manifests [SLUG]
124125
```
125126

126-
_See code: [src/commands/addons/admin/manifests.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v2.2.1/src/commands/addons/admin/manifests.ts)_
127+
_See code: [src/commands/addons/admin/manifests.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v2.3.0/src/commands/addons/admin/manifests.ts)_
127128

128129
## `heroku addons:admin:manifests:info [SLUG]`
129130

@@ -137,7 +138,7 @@ OPTIONS
137138
-m, --manifest=manifest (required) manifest history id
138139
```
139140

140-
_See code: [src/commands/addons/admin/manifests/info.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v2.2.1/src/commands/addons/admin/manifests/info.ts)_
141+
_See code: [src/commands/addons/admin/manifests/info.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v2.3.0/src/commands/addons/admin/manifests/info.ts)_
141142

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

@@ -156,5 +157,5 @@ EXAMPLE
156157
Opening https://addons-next.heroku.com/addons/testing-123... done
157158
```
158159

159-
_See code: [src/commands/addons/admin/open.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v2.2.1/src/commands/addons/admin/open.ts)_
160+
_See code: [src/commands/addons/admin/open.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v2.3.0/src/commands/addons/admin/open.ts)_
160161
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@heroku-cli/plugin-addons-admin",
33
"description": "Heroku CLI plugin to help Heroku add-on providers integrate their services with Heroku.",
4-
"version": "2.2.1",
4+
"version": "2.3.0",
55
"author": "Heroku",
66
"bugs": "https://github.com/heroku/heroku-cli-addons-admin/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)