@@ -43,7 +43,7 @@ EXAMPLES
4343 $ heroku apps
4444```
4545
46- _ See code: [ src/commands/apps/index.ts] ( https://github.com/heroku/cli/blob/v10.13.1 /packages/cli/src/commands/apps/index.ts ) _
46+ _ See code: [ src/commands/apps/index.ts] ( https://github.com/heroku/cli/blob/v10.13.2 /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/v10.13.1 /packages/cli/src/commands/apps/create.ts ) _
92+ _ See code: [ src/commands/apps/create.ts] ( https://github.com/heroku/cli/blob/v10.13.2 /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/v10.13.1 /packages/cli/src/commands/apps/destroy.ts ) _
111+ _ See code: [ src/commands/apps/destroy.ts] ( https://github.com/heroku/cli/blob/v10.13.2 /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/v10.13.1 /packages/cli/src/commands/apps/errors.ts ) _
133+ _ See code: [ src/commands/apps/errors.ts] ( https://github.com/heroku/cli/blob/v10.13.2 /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/v10.13.1 /packages/cli/src/commands/apps/favorites/index.ts ) _
150+ _ See code: [ src/commands/apps/favorites/index.ts] ( https://github.com/heroku/cli/blob/v10.13.2 /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/v10.13.1 /packages/cli/src/commands/apps/favorites/add.ts ) _
168+ _ See code: [ src/commands/apps/favorites/add.ts] ( https://github.com/heroku/cli/blob/v10.13.2 /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/v10.13.1 /packages/cli/src/commands/apps/favorites/remove.ts ) _
186+ _ See code: [ src/commands/apps/favorites/remove.ts] ( https://github.com/heroku/cli/blob/v10.13.2 /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/v10.13.1 /packages/cli/src/commands/apps/info.ts ) _
211+ _ See code: [ src/commands/apps/info.ts] ( https://github.com/heroku/cli/blob/v10.13.2 /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/v10.13.1 /packages/cli/src/commands/apps/join.ts ) _
232+ _ See code: [ src/commands/apps/join.ts] ( https://github.com/heroku/cli/blob/v10.13.2 /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/v10.13.1 /packages/cli/src/commands/apps/leave.ts ) _
256+ _ See code: [ src/commands/apps/leave.ts] ( https://github.com/heroku/cli/blob/v10.13.2 /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/v10.13.1 /packages/cli/src/commands/apps/lock.ts ) _
277+ _ See code: [ src/commands/apps/lock.ts] ( https://github.com/heroku/cli/blob/v10.13.2 /packages/cli/src/commands/apps/lock.ts ) _
278278
279279## ` heroku apps:open [PATH] `
280280
@@ -300,7 +300,7 @@ EXAMPLES
300300 $ heroku open -a myapp /foo
301301```
302302
303- _ See code: [ src/commands/apps/open.ts] ( https://github.com/heroku/cli/blob/v10.13.1 /packages/cli/src/commands/apps/open.ts ) _
303+ _ See code: [ src/commands/apps/open.ts] ( https://github.com/heroku/cli/blob/v10.13.2 /packages/cli/src/commands/apps/open.ts ) _
304304
305305## ` heroku apps:rename NEWNAME `
306306
@@ -324,7 +324,7 @@ EXAMPLES
324324 $ heroku apps:rename --app oldname newname
325325```
326326
327- _ See code: [ src/commands/apps/rename.ts] ( https://github.com/heroku/cli/blob/v10.13.1 /packages/cli/src/commands/apps/rename.ts ) _
327+ _ See code: [ src/commands/apps/rename.ts] ( https://github.com/heroku/cli/blob/v10.13.2 /packages/cli/src/commands/apps/rename.ts ) _
328328
329329## ` heroku apps:stacks `
330330
@@ -342,7 +342,7 @@ DESCRIPTION
342342 show the list of available stacks
343343```
344344
345- _ See code: [ src/commands/apps/stacks/index.ts] ( https://github.com/heroku/cli/blob/v10.13.1 /packages/cli/src/commands/apps/stacks/index.ts ) _
345+ _ See code: [ src/commands/apps/stacks/index.ts] ( https://github.com/heroku/cli/blob/v10.13.2 /packages/cli/src/commands/apps/stacks/index.ts ) _
346346
347347## ` heroku apps:stacks:set STACK `
348348
@@ -369,7 +369,7 @@ EXAMPLES
369369 Run git push heroku main to trigger a new build on myapp.
370370```
371371
372- _ See code: [ src/commands/apps/stacks/set.ts] ( https://github.com/heroku/cli/blob/v10.13.1 /packages/cli/src/commands/apps/stacks/set.ts ) _
372+ _ See code: [ src/commands/apps/stacks/set.ts] ( https://github.com/heroku/cli/blob/v10.13.2 /packages/cli/src/commands/apps/stacks/set.ts ) _
373373
374374## ` heroku apps:transfer RECIPIENT `
375375
@@ -400,7 +400,7 @@ EXAMPLES
400400 ...
401401```
402402
403- _ See code: [ src/commands/apps/transfer.ts] ( https://github.com/heroku/cli/blob/v10.13.1 /packages/cli/src/commands/apps/transfer.ts ) _
403+ _ See code: [ src/commands/apps/transfer.ts] ( https://github.com/heroku/cli/blob/v10.13.2 /packages/cli/src/commands/apps/transfer.ts ) _
404404
405405## ` heroku apps:unlock `
406406
@@ -421,4 +421,4 @@ ALIASES
421421 $ heroku unlock
422422```
423423
424- _ See code: [ src/commands/apps/unlock.ts] ( https://github.com/heroku/cli/blob/v10.13.1 /packages/cli/src/commands/apps/unlock.ts ) _
424+ _ See code: [ src/commands/apps/unlock.ts] ( https://github.com/heroku/cli/blob/v10.13.2 /packages/cli/src/commands/apps/unlock.ts ) _
0 commit comments