@@ -43,7 +43,7 @@ EXAMPLES
43
43
$ heroku apps
44
44
```
45
45
46
- _ See code: [ src/commands/apps/index.ts] ( https://github.com/heroku/cli/blob/v10.3 .0/packages/cli/src/commands/apps/index.ts ) _
46
+ _ See code: [ src/commands/apps/index.ts] ( https://github.com/heroku/cli/blob/v10.4 .0/packages/cli/src/commands/apps/index.ts ) _
47
47
48
48
## ` heroku apps:create [APP] `
49
49
@@ -89,7 +89,7 @@ EXAMPLES
89
89
$ heroku apps:create --region eu
90
90
```
91
91
92
- _ See code: [ src/commands/apps/create.ts] ( https://github.com/heroku/cli/blob/v10.3 .0/packages/cli/src/commands/apps/create.ts ) _
92
+ _ See code: [ src/commands/apps/create.ts] ( https://github.com/heroku/cli/blob/v10.4 .0/packages/cli/src/commands/apps/create.ts ) _
93
93
94
94
## ` heroku apps:destroy `
95
95
@@ -108,7 +108,7 @@ DESCRIPTION
108
108
permanently destroy an app
109
109
```
110
110
111
- _ See code: [ src/commands/apps/destroy.ts] ( https://github.com/heroku/cli/blob/v10.3 .0/packages/cli/src/commands/apps/destroy.ts ) _
111
+ _ See code: [ src/commands/apps/destroy.ts] ( https://github.com/heroku/cli/blob/v10.4 .0/packages/cli/src/commands/apps/destroy.ts ) _
112
112
113
113
## ` heroku apps:errors `
114
114
@@ -130,7 +130,7 @@ DESCRIPTION
130
130
view app errors
131
131
```
132
132
133
- _ See code: [ src/commands/apps/errors.ts] ( https://github.com/heroku/cli/blob/v10.3 .0/packages/cli/src/commands/apps/errors.ts ) _
133
+ _ See code: [ src/commands/apps/errors.ts] ( https://github.com/heroku/cli/blob/v10.4 .0/packages/cli/src/commands/apps/errors.ts ) _
134
134
135
135
## ` heroku apps:favorites `
136
136
@@ -147,7 +147,7 @@ DESCRIPTION
147
147
list favorited apps
148
148
```
149
149
150
- _ See code: [ src/commands/apps/favorites/index.ts] ( https://github.com/heroku/cli/blob/v10.3 .0/packages/cli/src/commands/apps/favorites/index.ts ) _
150
+ _ See code: [ src/commands/apps/favorites/index.ts] ( https://github.com/heroku/cli/blob/v10.4 .0/packages/cli/src/commands/apps/favorites/index.ts ) _
151
151
152
152
## ` heroku apps:favorites:add `
153
153
@@ -165,7 +165,7 @@ DESCRIPTION
165
165
favorites an app
166
166
```
167
167
168
- _ See code: [ src/commands/apps/favorites/add.ts] ( https://github.com/heroku/cli/blob/v10.3 .0/packages/cli/src/commands/apps/favorites/add.ts ) _
168
+ _ See code: [ src/commands/apps/favorites/add.ts] ( https://github.com/heroku/cli/blob/v10.4 .0/packages/cli/src/commands/apps/favorites/add.ts ) _
169
169
170
170
## ` heroku apps:favorites:remove `
171
171
@@ -183,7 +183,7 @@ DESCRIPTION
183
183
unfavorites an app
184
184
```
185
185
186
- _ See code: [ src/commands/apps/favorites/remove.ts] ( https://github.com/heroku/cli/blob/v10.3 .0/packages/cli/src/commands/apps/favorites/remove.ts ) _
186
+ _ See code: [ src/commands/apps/favorites/remove.ts] ( https://github.com/heroku/cli/blob/v10.4 .0/packages/cli/src/commands/apps/favorites/remove.ts ) _
187
187
188
188
## ` heroku apps:info `
189
189
@@ -208,7 +208,7 @@ EXAMPLES
208
208
$ heroku apps:info --shell
209
209
```
210
210
211
- _ See code: [ src/commands/apps/info.ts] ( https://github.com/heroku/cli/blob/v10.3 .0/packages/cli/src/commands/apps/info.ts ) _
211
+ _ See code: [ src/commands/apps/info.ts] ( https://github.com/heroku/cli/blob/v10.4 .0/packages/cli/src/commands/apps/info.ts ) _
212
212
213
213
## ` heroku apps:join `
214
214
@@ -229,7 +229,7 @@ ALIASES
229
229
$ heroku join
230
230
```
231
231
232
- _ See code: [ src/commands/apps/join.ts] ( https://github.com/heroku/cli/blob/v10.3 .0/packages/cli/src/commands/apps/join.ts ) _
232
+ _ See code: [ src/commands/apps/join.ts] ( https://github.com/heroku/cli/blob/v10.4 .0/packages/cli/src/commands/apps/join.ts ) _
233
233
234
234
## ` heroku apps:leave `
235
235
@@ -253,7 +253,7 @@ EXAMPLES
253
253
$ heroku apps:leave -a APP
254
254
```
255
255
256
- _ See code: [ src/commands/apps/leave.ts] ( https://github.com/heroku/cli/blob/v10.3 .0/packages/cli/src/commands/apps/leave.ts ) _
256
+ _ See code: [ src/commands/apps/leave.ts] ( https://github.com/heroku/cli/blob/v10.4 .0/packages/cli/src/commands/apps/leave.ts ) _
257
257
258
258
## ` heroku apps:lock `
259
259
@@ -274,7 +274,7 @@ ALIASES
274
274
$ heroku lock
275
275
```
276
276
277
- _ See code: [ src/commands/apps/lock.ts] ( https://github.com/heroku/cli/blob/v10.3 .0/packages/cli/src/commands/apps/lock.ts ) _
277
+ _ See code: [ src/commands/apps/lock.ts] ( https://github.com/heroku/cli/blob/v10.4 .0/packages/cli/src/commands/apps/lock.ts ) _
278
278
279
279
## ` heroku apps:open [PATH] `
280
280
@@ -300,7 +300,7 @@ EXAMPLES
300
300
$ heroku open -a myapp /foo
301
301
```
302
302
303
- _ See code: [ src/commands/apps/open.ts] ( https://github.com/heroku/cli/blob/v10.3 .0/packages/cli/src/commands/apps/open.ts ) _
303
+ _ See code: [ src/commands/apps/open.ts] ( https://github.com/heroku/cli/blob/v10.4 .0/packages/cli/src/commands/apps/open.ts ) _
304
304
305
305
## ` heroku apps:rename NEWNAME `
306
306
@@ -324,7 +324,7 @@ EXAMPLES
324
324
$ heroku apps:rename --app oldname newname
325
325
```
326
326
327
- _ See code: [ src/commands/apps/rename.ts] ( https://github.com/heroku/cli/blob/v10.3 .0/packages/cli/src/commands/apps/rename.ts ) _
327
+ _ See code: [ src/commands/apps/rename.ts] ( https://github.com/heroku/cli/blob/v10.4 .0/packages/cli/src/commands/apps/rename.ts ) _
328
328
329
329
## ` heroku apps:stacks `
330
330
@@ -342,7 +342,7 @@ DESCRIPTION
342
342
show the list of available stacks
343
343
```
344
344
345
- _ See code: [ src/commands/apps/stacks/index.ts] ( https://github.com/heroku/cli/blob/v10.3 .0/packages/cli/src/commands/apps/stacks/index.ts ) _
345
+ _ See code: [ src/commands/apps/stacks/index.ts] ( https://github.com/heroku/cli/blob/v10.4 .0/packages/cli/src/commands/apps/stacks/index.ts ) _
346
346
347
347
## ` heroku apps:stacks:set STACK `
348
348
@@ -369,7 +369,7 @@ EXAMPLES
369
369
Run git push heroku main to trigger a new build on myapp.
370
370
```
371
371
372
- _ See code: [ src/commands/apps/stacks/set.ts] ( https://github.com/heroku/cli/blob/v10.3 .0/packages/cli/src/commands/apps/stacks/set.ts ) _
372
+ _ See code: [ src/commands/apps/stacks/set.ts] ( https://github.com/heroku/cli/blob/v10.4 .0/packages/cli/src/commands/apps/stacks/set.ts ) _
373
373
374
374
## ` heroku apps:transfer RECIPIENT `
375
375
@@ -400,7 +400,7 @@ EXAMPLES
400
400
...
401
401
```
402
402
403
- _ See code: [ src/commands/apps/transfer.ts] ( https://github.com/heroku/cli/blob/v10.3 .0/packages/cli/src/commands/apps/transfer.ts ) _
403
+ _ See code: [ src/commands/apps/transfer.ts] ( https://github.com/heroku/cli/blob/v10.4 .0/packages/cli/src/commands/apps/transfer.ts ) _
404
404
405
405
## ` heroku apps:unlock `
406
406
@@ -421,4 +421,4 @@ ALIASES
421
421
$ heroku unlock
422
422
```
423
423
424
- _ See code: [ src/commands/apps/unlock.ts] ( https://github.com/heroku/cli/blob/v10.3 .0/packages/cli/src/commands/apps/unlock.ts ) _
424
+ _ See code: [ src/commands/apps/unlock.ts] ( https://github.com/heroku/cli/blob/v10.4 .0/packages/cli/src/commands/apps/unlock.ts ) _
0 commit comments