@@ -46,7 +46,7 @@ EXAMPLES
4646 $ heroku apps
4747```
4848
49- _ See code: [ src/commands/apps/index.ts] ( https://github.com/heroku/cli/blob/v11.0.0-beta.0 /src/commands/apps/index.ts ) _
49+ _ See code: [ src/commands/apps/index.ts] ( https://github.com/heroku/cli/blob/v11.0.0-beta.4 /src/commands/apps/index.ts ) _
5050
5151## ` heroku apps:create [APP] `
5252
@@ -101,7 +101,7 @@ EXAMPLES
101101 $ heroku apps:create --region eu
102102```
103103
104- _ See code: [ src/commands/apps/create.ts] ( https://github.com/heroku/cli/blob/v11.0.0-beta.0 /src/commands/apps/create.ts ) _
104+ _ See code: [ src/commands/apps/create.ts] ( https://github.com/heroku/cli/blob/v11.0.0-beta.4 /src/commands/apps/create.ts ) _
105105
106106## ` heroku apps:destroy `
107107
@@ -123,7 +123,7 @@ DESCRIPTION
123123 permanently destroy an app
124124```
125125
126- _ See code: [ src/commands/apps/destroy.ts] ( https://github.com/heroku/cli/blob/v11.0.0-beta.0 /src/commands/apps/destroy.ts ) _
126+ _ See code: [ src/commands/apps/destroy.ts] ( https://github.com/heroku/cli/blob/v11.0.0-beta.4 /src/commands/apps/destroy.ts ) _
127127
128128## ` heroku apps:errors `
129129
@@ -148,7 +148,7 @@ DESCRIPTION
148148 view app errors
149149```
150150
151- _ See code: [ src/commands/apps/errors.ts] ( https://github.com/heroku/cli/blob/v11.0.0-beta.0 /src/commands/apps/errors.ts ) _
151+ _ See code: [ src/commands/apps/errors.ts] ( https://github.com/heroku/cli/blob/v11.0.0-beta.4 /src/commands/apps/errors.ts ) _
152152
153153## ` heroku apps:favorites `
154154
@@ -168,7 +168,7 @@ DESCRIPTION
168168 list favorited apps
169169```
170170
171- _ See code: [ src/commands/apps/favorites/index.ts] ( https://github.com/heroku/cli/blob/v11.0.0-beta.0 /src/commands/apps/favorites/index.ts ) _
171+ _ See code: [ src/commands/apps/favorites/index.ts] ( https://github.com/heroku/cli/blob/v11.0.0-beta.4 /src/commands/apps/favorites/index.ts ) _
172172
173173## ` heroku apps:favorites:add `
174174
@@ -189,7 +189,7 @@ DESCRIPTION
189189 favorites an app
190190```
191191
192- _ See code: [ src/commands/apps/favorites/add.ts] ( https://github.com/heroku/cli/blob/v11.0.0-beta.0 /src/commands/apps/favorites/add.ts ) _
192+ _ See code: [ src/commands/apps/favorites/add.ts] ( https://github.com/heroku/cli/blob/v11.0.0-beta.4 /src/commands/apps/favorites/add.ts ) _
193193
194194## ` heroku apps:favorites:remove `
195195
@@ -210,7 +210,7 @@ DESCRIPTION
210210 unfavorites an app
211211```
212212
213- _ See code: [ src/commands/apps/favorites/remove.ts] ( https://github.com/heroku/cli/blob/v11.0.0-beta.0 /src/commands/apps/favorites/remove.ts ) _
213+ _ See code: [ src/commands/apps/favorites/remove.ts] ( https://github.com/heroku/cli/blob/v11.0.0-beta.4 /src/commands/apps/favorites/remove.ts ) _
214214
215215## ` heroku apps:info `
216216
@@ -238,7 +238,7 @@ EXAMPLES
238238 $ heroku apps:info --shell
239239```
240240
241- _ See code: [ src/commands/apps/info.ts] ( https://github.com/heroku/cli/blob/v11.0.0-beta.0 /src/commands/apps/info.ts ) _
241+ _ See code: [ src/commands/apps/info.ts] ( https://github.com/heroku/cli/blob/v11.0.0-beta.4 /src/commands/apps/info.ts ) _
242242
243243## ` heroku apps:join `
244244
@@ -262,7 +262,7 @@ ALIASES
262262 $ heroku join
263263```
264264
265- _ See code: [ src/commands/apps/join.ts] ( https://github.com/heroku/cli/blob/v11.0.0-beta.0 /src/commands/apps/join.ts ) _
265+ _ See code: [ src/commands/apps/join.ts] ( https://github.com/heroku/cli/blob/v11.0.0-beta.4 /src/commands/apps/join.ts ) _
266266
267267## ` heroku apps:leave `
268268
@@ -289,7 +289,7 @@ EXAMPLES
289289 $ heroku apps:leave -a APP
290290```
291291
292- _ See code: [ src/commands/apps/leave.ts] ( https://github.com/heroku/cli/blob/v11.0.0-beta.0 /src/commands/apps/leave.ts ) _
292+ _ See code: [ src/commands/apps/leave.ts] ( https://github.com/heroku/cli/blob/v11.0.0-beta.4 /src/commands/apps/leave.ts ) _
293293
294294## ` heroku apps:lock `
295295
@@ -313,7 +313,7 @@ ALIASES
313313 $ heroku lock
314314```
315315
316- _ See code: [ src/commands/apps/lock.ts] ( https://github.com/heroku/cli/blob/v11.0.0-beta.0 /src/commands/apps/lock.ts ) _
316+ _ See code: [ src/commands/apps/lock.ts] ( https://github.com/heroku/cli/blob/v11.0.0-beta.4 /src/commands/apps/lock.ts ) _
317317
318318## ` heroku apps:open [PATH] `
319319
@@ -342,7 +342,7 @@ EXAMPLES
342342 $ heroku open -a myapp /foo
343343```
344344
345- _ See code: [ src/commands/apps/open.ts] ( https://github.com/heroku/cli/blob/v11.0.0-beta.0 /src/commands/apps/open.ts ) _
345+ _ See code: [ src/commands/apps/open.ts] ( https://github.com/heroku/cli/blob/v11.0.0-beta.4 /src/commands/apps/open.ts ) _
346346
347347## ` heroku apps:rename NEWNAME `
348348
@@ -369,7 +369,7 @@ EXAMPLES
369369 $ heroku apps:rename --app oldname newname
370370```
371371
372- _ See code: [ src/commands/apps/rename.ts] ( https://github.com/heroku/cli/blob/v11.0.0-beta.0 /src/commands/apps/rename.ts ) _
372+ _ See code: [ src/commands/apps/rename.ts] ( https://github.com/heroku/cli/blob/v11.0.0-beta.4 /src/commands/apps/rename.ts ) _
373373
374374## ` heroku apps:stacks `
375375
@@ -390,7 +390,7 @@ DESCRIPTION
390390 show the list of available stacks
391391```
392392
393- _ See code: [ src/commands/apps/stacks/index.ts] ( https://github.com/heroku/cli/blob/v11.0.0-beta.0 /src/commands/apps/stacks/index.ts ) _
393+ _ See code: [ src/commands/apps/stacks/index.ts] ( https://github.com/heroku/cli/blob/v11.0.0-beta.4 /src/commands/apps/stacks/index.ts ) _
394394
395395## ` heroku apps:stacks:set STACK `
396396
@@ -420,7 +420,7 @@ EXAMPLES
420420 Run git push heroku main to trigger a new build on myapp.
421421```
422422
423- _ See code: [ src/commands/apps/stacks/set.ts] ( https://github.com/heroku/cli/blob/v11.0.0-beta.0 /src/commands/apps/stacks/set.ts ) _
423+ _ See code: [ src/commands/apps/stacks/set.ts] ( https://github.com/heroku/cli/blob/v11.0.0-beta.4 /src/commands/apps/stacks/set.ts ) _
424424
425425## ` heroku apps:transfer RECIPIENT `
426426
@@ -456,7 +456,7 @@ EXAMPLES
456456 ...
457457```
458458
459- _ See code: [ src/commands/apps/transfer.ts] ( https://github.com/heroku/cli/blob/v11.0.0-beta.0 /src/commands/apps/transfer.ts ) _
459+ _ See code: [ src/commands/apps/transfer.ts] ( https://github.com/heroku/cli/blob/v11.0.0-beta.4 /src/commands/apps/transfer.ts ) _
460460
461461## ` heroku apps:unlock `
462462
@@ -480,4 +480,4 @@ ALIASES
480480 $ heroku unlock
481481```
482482
483- _ See code: [ src/commands/apps/unlock.ts] ( https://github.com/heroku/cli/blob/v11.0.0-beta.0 /src/commands/apps/unlock.ts ) _
483+ _ See code: [ src/commands/apps/unlock.ts] ( https://github.com/heroku/cli/blob/v11.0.0-beta.4 /src/commands/apps/unlock.ts ) _
0 commit comments