Skip to content

Commit 5b68f34

Browse files
committed
v2.3.2
1 parent e2de005 commit 5b68f34

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ $ npm install -g @heroku-cli/plugin-addons-admin
2626
$ heroku COMMAND
2727
running command...
2828
$ heroku (-v|--version|version)
29-
@heroku-cli/plugin-addons-admin/2.3.1 darwin-x64 node-v16.20.2
29+
@heroku-cli/plugin-addons-admin/2.3.2 darwin-x64 node-v16.20.2
3030
$ heroku --help [COMMAND]
3131
USAGE
3232
$ heroku COMMAND
@@ -57,7 +57,7 @@ USAGE
5757
$ heroku addons:admin:manifest:diff
5858
```
5959

60-
_See code: [src/commands/addons/admin/manifest/diff.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v2.3.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.2/src/commands/addons/admin/manifest/diff.ts)_
6161

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

@@ -76,7 +76,7 @@ EXAMPLE
7676
The file has been saved!
7777
```
7878

79-
_See code: [src/commands/addons/admin/manifest/generate.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v2.3.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.2/src/commands/addons/admin/manifest/generate.ts)_
8080

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

@@ -96,7 +96,7 @@ EXAMPLE
9696
Updating addon-manifest.json... done
9797
```
9898

99-
_See code: [src/commands/addons/admin/manifest/pull.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v2.3.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.2/src/commands/addons/admin/manifest/pull.ts)_
100100

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

@@ -113,7 +113,7 @@ EXAMPLE
113113
Updating addon-manifest.json... done
114114
```
115115

116-
_See code: [src/commands/addons/admin/manifest/push.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v2.3.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.2/src/commands/addons/admin/manifest/push.ts)_
117117

118118
## `heroku addons:admin:manifests [SLUG]`
119119

@@ -124,7 +124,7 @@ USAGE
124124
$ heroku addons:admin:manifests [SLUG]
125125
```
126126

127-
_See code: [src/commands/addons/admin/manifests.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v2.3.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.2/src/commands/addons/admin/manifests.ts)_
128128

129129
## `heroku addons:admin:manifests:info [SLUG]`
130130

@@ -138,7 +138,7 @@ OPTIONS
138138
-m, --manifest=manifest (required) manifest history id
139139
```
140140

141-
_See code: [src/commands/addons/admin/manifests/info.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v2.3.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.2/src/commands/addons/admin/manifests/info.ts)_
142142

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

@@ -157,5 +157,5 @@ EXAMPLE
157157
Opening https://addons-next.heroku.com/addons/testing-123... done
158158
```
159159

160-
_See code: [src/commands/addons/admin/open.ts](https://github.com/heroku/heroku-cli-addons-admin/blob/v2.3.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.2/src/commands/addons/admin/open.ts)_
161161
<!-- 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.3.1",
4+
"version": "2.3.2",
55
"author": "Heroku",
66
"bugs": "https://github.com/heroku/heroku-cli-addons-admin/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)