Skip to content

Commit 65eb66a

Browse files
authored
release v9.3.0 (#3017)
* v9.3.0
1 parent 5883f91 commit 65eb66a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+362
-270
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [9.3.0](https://github.com/heroku/cli/compare/v9.2.1...v9.3.0) (2024-09-24)
7+
8+
**Note:** Version bump only for package heroku
9+
10+
11+
12+
13+
14+
## [9.2.2](https://github.com/heroku/cli/compare/v9.2.1...v9.2.2) (2024-09-24)
15+
16+
**Note:** Version bump only for package heroku
17+
18+
19+
20+
21+
622
## [9.2.1](https://github.com/heroku/cli/compare/v9.2.0...v9.2.1) (2024-09-05)
723

824
**Note:** Version bump only for package heroku

docs/access.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ DESCRIPTION
2525
list who has access to an app
2626
```
2727

28-
_See code: [src/commands/access/index.ts](https://github.com/heroku/cli/blob/v9.2.1/packages/cli/src/commands/access/index.ts)_
28+
_See code: [src/commands/access/index.ts](https://github.com/heroku/cli/blob/v9.3.0/packages/cli/src/commands/access/index.ts)_
2929

3030
## `heroku access:add EMAIL`
3131

@@ -49,7 +49,7 @@ EXAMPLES
4949
$ heroku access:add user@email.com --app APP --permissions deploy,manage,operate # permissions must be comma separated
5050
```
5151

52-
_See code: [src/commands/access/add.ts](https://github.com/heroku/cli/blob/v9.2.1/packages/cli/src/commands/access/add.ts)_
52+
_See code: [src/commands/access/add.ts](https://github.com/heroku/cli/blob/v9.3.0/packages/cli/src/commands/access/add.ts)_
5353

5454
## `heroku access:remove`
5555

@@ -70,7 +70,7 @@ EXAMPLES
7070
$ heroku access:remove user@email.com --app APP
7171
```
7272

73-
_See code: [src/commands/access/remove.ts](https://github.com/heroku/cli/blob/v9.2.1/packages/cli/src/commands/access/remove.ts)_
73+
_See code: [src/commands/access/remove.ts](https://github.com/heroku/cli/blob/v9.3.0/packages/cli/src/commands/access/remove.ts)_
7474

7575
## `heroku access:update EMAIL`
7676

@@ -89,4 +89,4 @@ DESCRIPTION
8989
update existing collaborators on an team app
9090
```
9191

92-
_See code: [src/commands/access/update.ts](https://github.com/heroku/cli/blob/v9.2.1/packages/cli/src/commands/access/update.ts)_
92+
_See code: [src/commands/access/update.ts](https://github.com/heroku/cli/blob/v9.3.0/packages/cli/src/commands/access/update.ts)_

docs/addons.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ EXAMPLES
4747
$ heroku addons --app acme-inc-www
4848
```
4949

50-
_See code: [src/commands/addons/index.ts](https://github.com/heroku/cli/blob/v9.2.1/packages/cli/src/commands/addons/index.ts)_
50+
_See code: [src/commands/addons/index.ts](https://github.com/heroku/cli/blob/v9.3.0/packages/cli/src/commands/addons/index.ts)_
5151

5252
## `heroku addons:attach ADDON_NAME`
5353

@@ -69,7 +69,7 @@ DESCRIPTION
6969
attach an existing add-on resource to an app
7070
```
7171

72-
_See code: [src/commands/addons/attach.ts](https://github.com/heroku/cli/blob/v9.2.1/packages/cli/src/commands/addons/attach.ts)_
72+
_See code: [src/commands/addons/attach.ts](https://github.com/heroku/cli/blob/v9.3.0/packages/cli/src/commands/addons/attach.ts)_
7373

7474
## `heroku addons:create SERVICE:PLAN`
7575

@@ -101,7 +101,7 @@ EXAMPLES
101101
$heroku addons:create heroku-postgresql:standard-0 --app my-app -- --fork DATABASE
102102
```
103103

104-
_See code: [src/commands/addons/create.ts](https://github.com/heroku/cli/blob/v9.2.1/packages/cli/src/commands/addons/create.ts)_
104+
_See code: [src/commands/addons/create.ts](https://github.com/heroku/cli/blob/v9.3.0/packages/cli/src/commands/addons/create.ts)_
105105

106106
## `heroku addons:destroy ADDONNAME`
107107

@@ -125,7 +125,7 @@ EXAMPLES
125125
addons:destroy [ADDON]... [flags]
126126
```
127127

128-
_See code: [src/commands/addons/destroy.ts](https://github.com/heroku/cli/blob/v9.2.1/packages/cli/src/commands/addons/destroy.ts)_
128+
_See code: [src/commands/addons/destroy.ts](https://github.com/heroku/cli/blob/v9.3.0/packages/cli/src/commands/addons/destroy.ts)_
129129

130130
## `heroku addons:detach ATTACHMENT_NAME`
131131

@@ -143,7 +143,7 @@ DESCRIPTION
143143
detach an existing add-on resource from an app
144144
```
145145

146-
_See code: [src/commands/addons/detach.ts](https://github.com/heroku/cli/blob/v9.2.1/packages/cli/src/commands/addons/detach.ts)_
146+
_See code: [src/commands/addons/detach.ts](https://github.com/heroku/cli/blob/v9.3.0/packages/cli/src/commands/addons/detach.ts)_
147147

148148
## `heroku addons:docs ADDON`
149149

@@ -162,7 +162,7 @@ DESCRIPTION
162162
open an add-on's Dev Center documentation in your browser
163163
```
164164

165-
_See code: [src/commands/addons/docs.ts](https://github.com/heroku/cli/blob/v9.2.1/packages/cli/src/commands/addons/docs.ts)_
165+
_See code: [src/commands/addons/docs.ts](https://github.com/heroku/cli/blob/v9.3.0/packages/cli/src/commands/addons/docs.ts)_
166166

167167
## `heroku addons:downgrade ADDON [PLAN]`
168168

@@ -212,7 +212,7 @@ DESCRIPTION
212212
show detailed add-on resource and attachment information
213213
```
214214

215-
_See code: [src/commands/addons/info.ts](https://github.com/heroku/cli/blob/v9.2.1/packages/cli/src/commands/addons/info.ts)_
215+
_See code: [src/commands/addons/info.ts](https://github.com/heroku/cli/blob/v9.3.0/packages/cli/src/commands/addons/info.ts)_
216216

217217
## `heroku addons:open ADDON`
218218

@@ -231,7 +231,7 @@ DESCRIPTION
231231
open an add-on's dashboard in your browser
232232
```
233233

234-
_See code: [src/commands/addons/open.ts](https://github.com/heroku/cli/blob/v9.2.1/packages/cli/src/commands/addons/open.ts)_
234+
_See code: [src/commands/addons/open.ts](https://github.com/heroku/cli/blob/v9.3.0/packages/cli/src/commands/addons/open.ts)_
235235

236236
## `heroku addons:plans SERVICE`
237237

@@ -248,7 +248,7 @@ DESCRIPTION
248248
list all available plans for an add-on service
249249
```
250250

251-
_See code: [src/commands/addons/plans.ts](https://github.com/heroku/cli/blob/v9.2.1/packages/cli/src/commands/addons/plans.ts)_
251+
_See code: [src/commands/addons/plans.ts](https://github.com/heroku/cli/blob/v9.3.0/packages/cli/src/commands/addons/plans.ts)_
252252

253253
## `heroku addons:rename ADDON_NAME NEW_NAME`
254254

@@ -262,7 +262,7 @@ DESCRIPTION
262262
rename an add-on
263263
```
264264

265-
_See code: [src/commands/addons/rename.ts](https://github.com/heroku/cli/blob/v9.2.1/packages/cli/src/commands/addons/rename.ts)_
265+
_See code: [src/commands/addons/rename.ts](https://github.com/heroku/cli/blob/v9.3.0/packages/cli/src/commands/addons/rename.ts)_
266266

267267
## `heroku addons:services`
268268

@@ -279,7 +279,7 @@ DESCRIPTION
279279
list all available add-on services
280280
```
281281

282-
_See code: [src/commands/addons/services.ts](https://github.com/heroku/cli/blob/v9.2.1/packages/cli/src/commands/addons/services.ts)_
282+
_See code: [src/commands/addons/services.ts](https://github.com/heroku/cli/blob/v9.3.0/packages/cli/src/commands/addons/services.ts)_
283283

284284
## `heroku addons:upgrade ADDON [PLAN]`
285285

@@ -313,7 +313,7 @@ EXAMPLES
313313
$ heroku addons:upgrade swimming-briskly-123 heroku-redis:premium-2
314314
```
315315

316-
_See code: [src/commands/addons/upgrade.ts](https://github.com/heroku/cli/blob/v9.2.1/packages/cli/src/commands/addons/upgrade.ts)_
316+
_See code: [src/commands/addons/upgrade.ts](https://github.com/heroku/cli/blob/v9.3.0/packages/cli/src/commands/addons/upgrade.ts)_
317317

318318
## `heroku addons:wait [ADDON]`
319319

@@ -332,4 +332,4 @@ DESCRIPTION
332332
show provisioning status of the add-ons on the app
333333
```
334334

335-
_See code: [src/commands/addons/wait.ts](https://github.com/heroku/cli/blob/v9.2.1/packages/cli/src/commands/addons/wait.ts)_
335+
_See code: [src/commands/addons/wait.ts](https://github.com/heroku/cli/blob/v9.3.0/packages/cli/src/commands/addons/wait.ts)_

docs/apps.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ EXAMPLES
4343
$ heroku apps
4444
```
4545

46-
_See code: [src/commands/apps/index.ts](https://github.com/heroku/cli/blob/v9.2.1/packages/cli/src/commands/apps/index.ts)_
46+
_See code: [src/commands/apps/index.ts](https://github.com/heroku/cli/blob/v9.3.0/packages/cli/src/commands/apps/index.ts)_
4747

4848
## `heroku apps:create [APP]`
4949

@@ -89,7 +89,7 @@ EXAMPLES
8989
$ heroku apps:create --region eu
9090
```
9191

92-
_See code: [src/commands/apps/create.ts](https://github.com/heroku/cli/blob/v9.2.1/packages/cli/src/commands/apps/create.ts)_
92+
_See code: [src/commands/apps/create.ts](https://github.com/heroku/cli/blob/v9.3.0/packages/cli/src/commands/apps/create.ts)_
9393

9494
## `heroku apps:destroy`
9595

@@ -108,7 +108,7 @@ DESCRIPTION
108108
permanently destroy an app
109109
```
110110

111-
_See code: [src/commands/apps/destroy.ts](https://github.com/heroku/cli/blob/v9.2.1/packages/cli/src/commands/apps/destroy.ts)_
111+
_See code: [src/commands/apps/destroy.ts](https://github.com/heroku/cli/blob/v9.3.0/packages/cli/src/commands/apps/destroy.ts)_
112112

113113
## `heroku apps:errors`
114114

@@ -130,7 +130,7 @@ DESCRIPTION
130130
view app errors
131131
```
132132

133-
_See code: [src/commands/apps/errors.ts](https://github.com/heroku/cli/blob/v9.2.1/packages/cli/src/commands/apps/errors.ts)_
133+
_See code: [src/commands/apps/errors.ts](https://github.com/heroku/cli/blob/v9.3.0/packages/cli/src/commands/apps/errors.ts)_
134134

135135
## `heroku apps:favorites`
136136

@@ -147,7 +147,7 @@ DESCRIPTION
147147
list favorited apps
148148
```
149149

150-
_See code: [src/commands/apps/favorites/index.ts](https://github.com/heroku/cli/blob/v9.2.1/packages/cli/src/commands/apps/favorites/index.ts)_
150+
_See code: [src/commands/apps/favorites/index.ts](https://github.com/heroku/cli/blob/v9.3.0/packages/cli/src/commands/apps/favorites/index.ts)_
151151

152152
## `heroku apps:favorites:add`
153153

@@ -165,7 +165,7 @@ DESCRIPTION
165165
favorites an app
166166
```
167167

168-
_See code: [src/commands/apps/favorites/add.ts](https://github.com/heroku/cli/blob/v9.2.1/packages/cli/src/commands/apps/favorites/add.ts)_
168+
_See code: [src/commands/apps/favorites/add.ts](https://github.com/heroku/cli/blob/v9.3.0/packages/cli/src/commands/apps/favorites/add.ts)_
169169

170170
## `heroku apps:favorites:remove`
171171

@@ -183,7 +183,7 @@ DESCRIPTION
183183
unfavorites an app
184184
```
185185

186-
_See code: [src/commands/apps/favorites/remove.ts](https://github.com/heroku/cli/blob/v9.2.1/packages/cli/src/commands/apps/favorites/remove.ts)_
186+
_See code: [src/commands/apps/favorites/remove.ts](https://github.com/heroku/cli/blob/v9.3.0/packages/cli/src/commands/apps/favorites/remove.ts)_
187187

188188
## `heroku apps:info`
189189

@@ -208,7 +208,7 @@ EXAMPLES
208208
$ heroku apps:info --shell
209209
```
210210

211-
_See code: [src/commands/apps/info.ts](https://github.com/heroku/cli/blob/v9.2.1/packages/cli/src/commands/apps/info.ts)_
211+
_See code: [src/commands/apps/info.ts](https://github.com/heroku/cli/blob/v9.3.0/packages/cli/src/commands/apps/info.ts)_
212212

213213
## `heroku apps:join`
214214

@@ -229,7 +229,7 @@ ALIASES
229229
$ heroku join
230230
```
231231

232-
_See code: [src/commands/apps/join.ts](https://github.com/heroku/cli/blob/v9.2.1/packages/cli/src/commands/apps/join.ts)_
232+
_See code: [src/commands/apps/join.ts](https://github.com/heroku/cli/blob/v9.3.0/packages/cli/src/commands/apps/join.ts)_
233233

234234
## `heroku apps:leave`
235235

@@ -253,7 +253,7 @@ EXAMPLES
253253
$ heroku apps:leave -a APP
254254
```
255255

256-
_See code: [src/commands/apps/leave.ts](https://github.com/heroku/cli/blob/v9.2.1/packages/cli/src/commands/apps/leave.ts)_
256+
_See code: [src/commands/apps/leave.ts](https://github.com/heroku/cli/blob/v9.3.0/packages/cli/src/commands/apps/leave.ts)_
257257

258258
## `heroku apps:lock`
259259

@@ -274,7 +274,7 @@ ALIASES
274274
$ heroku lock
275275
```
276276

277-
_See code: [src/commands/apps/lock.ts](https://github.com/heroku/cli/blob/v9.2.1/packages/cli/src/commands/apps/lock.ts)_
277+
_See code: [src/commands/apps/lock.ts](https://github.com/heroku/cli/blob/v9.3.0/packages/cli/src/commands/apps/lock.ts)_
278278

279279
## `heroku apps:open [PATH]`
280280

@@ -297,7 +297,7 @@ EXAMPLES
297297
$ heroku open -a myapp /foo
298298
```
299299

300-
_See code: [src/commands/apps/open.ts](https://github.com/heroku/cli/blob/v9.2.1/packages/cli/src/commands/apps/open.ts)_
300+
_See code: [src/commands/apps/open.ts](https://github.com/heroku/cli/blob/v9.3.0/packages/cli/src/commands/apps/open.ts)_
301301

302302
## `heroku apps:rename NEWNAME`
303303

@@ -318,7 +318,7 @@ EXAMPLES
318318
$ heroku apps:rename --app oldname newname
319319
```
320320

321-
_See code: [src/commands/apps/rename.ts](https://github.com/heroku/cli/blob/v9.2.1/packages/cli/src/commands/apps/rename.ts)_
321+
_See code: [src/commands/apps/rename.ts](https://github.com/heroku/cli/blob/v9.3.0/packages/cli/src/commands/apps/rename.ts)_
322322

323323
## `heroku apps:stacks`
324324

@@ -336,7 +336,7 @@ DESCRIPTION
336336
show the list of available stacks
337337
```
338338

339-
_See code: [src/commands/apps/stacks/index.ts](https://github.com/heroku/cli/blob/v9.2.1/packages/cli/src/commands/apps/stacks/index.ts)_
339+
_See code: [src/commands/apps/stacks/index.ts](https://github.com/heroku/cli/blob/v9.3.0/packages/cli/src/commands/apps/stacks/index.ts)_
340340

341341
## `heroku apps:stacks:set STACK`
342342

@@ -360,7 +360,7 @@ EXAMPLES
360360
Run git push heroku main to trigger a new build on myapp.
361361
```
362362

363-
_See code: [src/commands/apps/stacks/set.ts](https://github.com/heroku/cli/blob/v9.2.1/packages/cli/src/commands/apps/stacks/set.ts)_
363+
_See code: [src/commands/apps/stacks/set.ts](https://github.com/heroku/cli/blob/v9.3.0/packages/cli/src/commands/apps/stacks/set.ts)_
364364

365365
## `heroku apps:transfer RECIPIENT`
366366

@@ -391,7 +391,7 @@ EXAMPLES
391391
...
392392
```
393393

394-
_See code: [src/commands/apps/transfer.ts](https://github.com/heroku/cli/blob/v9.2.1/packages/cli/src/commands/apps/transfer.ts)_
394+
_See code: [src/commands/apps/transfer.ts](https://github.com/heroku/cli/blob/v9.3.0/packages/cli/src/commands/apps/transfer.ts)_
395395

396396
## `heroku apps:unlock`
397397

@@ -412,4 +412,4 @@ ALIASES
412412
$ heroku unlock
413413
```
414414

415-
_See code: [src/commands/apps/unlock.ts](https://github.com/heroku/cli/blob/v9.2.1/packages/cli/src/commands/apps/unlock.ts)_
415+
_See code: [src/commands/apps/unlock.ts](https://github.com/heroku/cli/blob/v9.3.0/packages/cli/src/commands/apps/unlock.ts)_

docs/auth.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ALIASES
2626
$ heroku twofactor
2727
```
2828

29-
_See code: [src/commands/auth/2fa/index.ts](https://github.com/heroku/cli/blob/v9.2.1/packages/cli/src/commands/auth/2fa/index.ts)_
29+
_See code: [src/commands/auth/2fa/index.ts](https://github.com/heroku/cli/blob/v9.3.0/packages/cli/src/commands/auth/2fa/index.ts)_
3030

3131
## `heroku auth:2fa:disable`
3232

@@ -47,7 +47,7 @@ EXAMPLES
4747
$ heroku auth:2fa:disable
4848
```
4949

50-
_See code: [src/commands/auth/2fa/disable.ts](https://github.com/heroku/cli/blob/v9.2.1/packages/cli/src/commands/auth/2fa/disable.ts)_
50+
_See code: [src/commands/auth/2fa/disable.ts](https://github.com/heroku/cli/blob/v9.3.0/packages/cli/src/commands/auth/2fa/disable.ts)_
5151

5252
## `heroku auth:login`
5353

@@ -69,7 +69,7 @@ ALIASES
6969
$ heroku login
7070
```
7171

72-
_See code: [src/commands/auth/login.ts](https://github.com/heroku/cli/blob/v9.2.1/packages/cli/src/commands/auth/login.ts)_
72+
_See code: [src/commands/auth/login.ts](https://github.com/heroku/cli/blob/v9.3.0/packages/cli/src/commands/auth/login.ts)_
7373

7474
## `heroku auth:logout`
7575

@@ -86,7 +86,7 @@ ALIASES
8686
$ heroku logout
8787
```
8888

89-
_See code: [src/commands/auth/logout.ts](https://github.com/heroku/cli/blob/v9.2.1/packages/cli/src/commands/auth/logout.ts)_
89+
_See code: [src/commands/auth/logout.ts](https://github.com/heroku/cli/blob/v9.3.0/packages/cli/src/commands/auth/logout.ts)_
9090

9191
## `heroku auth:token`
9292

@@ -105,7 +105,7 @@ DESCRIPTION
105105
authorizations:create
106106
```
107107

108-
_See code: [src/commands/auth/token.ts](https://github.com/heroku/cli/blob/v9.2.1/packages/cli/src/commands/auth/token.ts)_
108+
_See code: [src/commands/auth/token.ts](https://github.com/heroku/cli/blob/v9.3.0/packages/cli/src/commands/auth/token.ts)_
109109

110110
## `heroku auth:whoami`
111111

@@ -122,4 +122,4 @@ ALIASES
122122
$ heroku whoami
123123
```
124124

125-
_See code: [src/commands/auth/whoami.ts](https://github.com/heroku/cli/blob/v9.2.1/packages/cli/src/commands/auth/whoami.ts)_
125+
_See code: [src/commands/auth/whoami.ts](https://github.com/heroku/cli/blob/v9.3.0/packages/cli/src/commands/auth/whoami.ts)_

0 commit comments

Comments
 (0)