28
28
29
29
FLAGS
30
30
-A, --all show add-ons and attachments for all accessible apps
31
- -a, --app=<value> app to run command against
31
+ -a, --app=<value> [default: heroku-vscode] app to run command against
32
32
-r, --remote=<value> git remote of app to use
33
33
--json return add-ons in json format
34
34
@@ -47,7 +47,7 @@ EXAMPLES
47
47
$ heroku addons --app acme-inc-www
48
48
```
49
49
50
- _ See code: [ src/commands/addons/index.ts] ( https://github.com/heroku/cli/blob/v10.0.2 /packages/cli/src/commands/addons/index.ts ) _
50
+ _ See code: [ src/commands/addons/index.ts] ( https://github.com/heroku/cli/blob/v10.0.3-alpha.0 /packages/cli/src/commands/addons/index.ts ) _
51
51
52
52
## ` heroku addons:attach ADDON_NAME `
53
53
@@ -62,7 +62,7 @@ ARGUMENTS
62
62
ADDON_NAME unique identifier or globally unique name of the add-on
63
63
64
64
FLAGS
65
- -a, --app=<value> (required) app to run command against
65
+ -a, --app=<value> (required) [default: heroku-vscode] app to run command against
66
66
-r, --remote=<value> git remote of app to use
67
67
--as=<value> name for add-on attachment
68
68
--confirm=<value> overwrite existing add-on attachment with same name
@@ -72,7 +72,7 @@ DESCRIPTION
72
72
attach an existing add-on resource to an app
73
73
```
74
74
75
- _ See code: [ src/commands/addons/attach.ts] ( https://github.com/heroku/cli/blob/v10.0.2 /packages/cli/src/commands/addons/attach.ts ) _
75
+ _ See code: [ src/commands/addons/attach.ts] ( https://github.com/heroku/cli/blob/v10.0.3-alpha.0 /packages/cli/src/commands/addons/attach.ts ) _
76
76
77
77
## ` heroku addons:create SERVICE:PLAN `
78
78
@@ -87,7 +87,7 @@ ARGUMENTS
87
87
SERVICE:PLAN... unique identifier or unique name of the add-on service plan
88
88
89
89
FLAGS
90
- -a, --app=<value> (required) app to run command against
90
+ -a, --app=<value> (required) [default: heroku-vscode] app to run command against
91
91
-r, --remote=<value> git remote of app to use
92
92
--as=<value> name for the initial add-on attachment
93
93
--confirm=<value> overwrite existing config vars or existing add-on attachments
@@ -107,7 +107,7 @@ EXAMPLES
107
107
$heroku addons:create heroku-postgresql:standard-0 --app my-app -- --fork DATABASE
108
108
```
109
109
110
- _ See code: [ src/commands/addons/create.ts] ( https://github.com/heroku/cli/blob/v10.0.2 /packages/cli/src/commands/addons/create.ts ) _
110
+ _ See code: [ src/commands/addons/create.ts] ( https://github.com/heroku/cli/blob/v10.0.3-alpha.0 /packages/cli/src/commands/addons/create.ts ) _
111
111
112
112
## ` heroku addons:destroy ADDONNAME `
113
113
@@ -121,7 +121,7 @@ ARGUMENTS
121
121
ADDONNAME... unique identifier or globally unique name of the add-on
122
122
123
123
FLAGS
124
- -a, --app=<value> app to run command against
124
+ -a, --app=<value> [default: heroku-vscode] app to run command against
125
125
-c, --confirm=<value>
126
126
-f, --force allow destruction even if connected to other apps
127
127
-r, --remote=<value> git remote of app to use
@@ -134,7 +134,7 @@ EXAMPLES
134
134
addons:destroy [ADDON]... [flags]
135
135
```
136
136
137
- _ See code: [ src/commands/addons/destroy.ts] ( https://github.com/heroku/cli/blob/v10.0.2 /packages/cli/src/commands/addons/destroy.ts ) _
137
+ _ See code: [ src/commands/addons/destroy.ts] ( https://github.com/heroku/cli/blob/v10.0.3-alpha.0 /packages/cli/src/commands/addons/destroy.ts ) _
138
138
139
139
## ` heroku addons:detach ATTACHMENT_NAME `
140
140
@@ -148,14 +148,14 @@ ARGUMENTS
148
148
ATTACHMENT_NAME unique identifier of the add-on attachment
149
149
150
150
FLAGS
151
- -a, --app=<value> (required) app to run command against
151
+ -a, --app=<value> (required) [default: heroku-vscode] app to run command against
152
152
-r, --remote=<value> git remote of app to use
153
153
154
154
DESCRIPTION
155
155
detach an existing add-on resource from an app
156
156
```
157
157
158
- _ See code: [ src/commands/addons/detach.ts] ( https://github.com/heroku/cli/blob/v10.0.2 /packages/cli/src/commands/addons/detach.ts ) _
158
+ _ See code: [ src/commands/addons/detach.ts] ( https://github.com/heroku/cli/blob/v10.0.3-alpha.0 /packages/cli/src/commands/addons/detach.ts ) _
159
159
160
160
## ` heroku addons:docs ADDON `
161
161
@@ -169,15 +169,15 @@ ARGUMENTS
169
169
ADDON unique identifier or globally unique name of the add-on
170
170
171
171
FLAGS
172
- -a, --app=<value> app to run command against
172
+ -a, --app=<value> [default: heroku-vscode] app to run command against
173
173
-r, --remote=<value> git remote of app to use
174
174
--show-url show URL, do not open browser
175
175
176
176
DESCRIPTION
177
177
open an add-on's Dev Center documentation in your browser
178
178
```
179
179
180
- _ See code: [ src/commands/addons/docs.ts] ( https://github.com/heroku/cli/blob/v10.0.2 /packages/cli/src/commands/addons/docs.ts ) _
180
+ _ See code: [ src/commands/addons/docs.ts] ( https://github.com/heroku/cli/blob/v10.0.3-alpha.0 /packages/cli/src/commands/addons/docs.ts ) _
181
181
182
182
## ` heroku addons:downgrade ADDON [PLAN] `
183
183
@@ -192,7 +192,7 @@ ARGUMENTS
192
192
PLAN unique identifier or name of the plan
193
193
194
194
FLAGS
195
- -a, --app=<value> app to run command against
195
+ -a, --app=<value> [default: heroku-vscode] app to run command against
196
196
-r, --remote=<value> git remote of app to use
197
197
198
198
DESCRIPTION
@@ -227,14 +227,14 @@ ARGUMENTS
227
227
ADDON unique identifier or globally unique name of the add-on
228
228
229
229
FLAGS
230
- -a, --app=<value> app to run command against
230
+ -a, --app=<value> [default: heroku-vscode] app to run command against
231
231
-r, --remote=<value> git remote of app to use
232
232
233
233
DESCRIPTION
234
234
show detailed add-on resource and attachment information
235
235
```
236
236
237
- _ See code: [ src/commands/addons/info.ts] ( https://github.com/heroku/cli/blob/v10.0.2 /packages/cli/src/commands/addons/info.ts ) _
237
+ _ See code: [ src/commands/addons/info.ts] ( https://github.com/heroku/cli/blob/v10.0.3-alpha.0 /packages/cli/src/commands/addons/info.ts ) _
238
238
239
239
## ` heroku addons:open ADDON `
240
240
@@ -248,15 +248,15 @@ ARGUMENTS
248
248
ADDON unique identifier or globally unique name of the add-on
249
249
250
250
FLAGS
251
- -a, --app=<value> app to run command against
251
+ -a, --app=<value> [default: heroku-vscode] app to run command against
252
252
-r, --remote=<value> git remote of app to use
253
253
--show-url show URL, do not open browser
254
254
255
255
DESCRIPTION
256
256
open an add-on's dashboard in your browser
257
257
```
258
258
259
- _ See code: [ src/commands/addons/open.ts] ( https://github.com/heroku/cli/blob/v10.0.2 /packages/cli/src/commands/addons/open.ts ) _
259
+ _ See code: [ src/commands/addons/open.ts] ( https://github.com/heroku/cli/blob/v10.0.3-alpha.0 /packages/cli/src/commands/addons/open.ts ) _
260
260
261
261
## ` heroku addons:plans SERVICE `
262
262
@@ -276,7 +276,7 @@ DESCRIPTION
276
276
list all available plans for an add-on service
277
277
```
278
278
279
- _ See code: [ src/commands/addons/plans.ts] ( https://github.com/heroku/cli/blob/v10.0.2 /packages/cli/src/commands/addons/plans.ts ) _
279
+ _ See code: [ src/commands/addons/plans.ts] ( https://github.com/heroku/cli/blob/v10.0.3-alpha.0 /packages/cli/src/commands/addons/plans.ts ) _
280
280
281
281
## ` heroku addons:rename ADDON_NAME NEW_NAME `
282
282
@@ -294,7 +294,7 @@ DESCRIPTION
294
294
rename an add-on
295
295
```
296
296
297
- _ See code: [ src/commands/addons/rename.ts] ( https://github.com/heroku/cli/blob/v10.0.2 /packages/cli/src/commands/addons/rename.ts ) _
297
+ _ See code: [ src/commands/addons/rename.ts] ( https://github.com/heroku/cli/blob/v10.0.3-alpha.0 /packages/cli/src/commands/addons/rename.ts ) _
298
298
299
299
## ` heroku addons:services `
300
300
@@ -311,7 +311,7 @@ DESCRIPTION
311
311
list all available add-on services
312
312
```
313
313
314
- _ See code: [ src/commands/addons/services.ts] ( https://github.com/heroku/cli/blob/v10.0.2 /packages/cli/src/commands/addons/services.ts ) _
314
+ _ See code: [ src/commands/addons/services.ts] ( https://github.com/heroku/cli/blob/v10.0.3-alpha.0 /packages/cli/src/commands/addons/services.ts ) _
315
315
316
316
## ` heroku addons:upgrade ADDON [PLAN] `
317
317
@@ -326,7 +326,7 @@ ARGUMENTS
326
326
PLAN unique identifier or name of the plan
327
327
328
328
FLAGS
329
- -a, --app=<value> app to run command against
329
+ -a, --app=<value> [default: heroku-vscode] app to run command against
330
330
-r, --remote=<value> git remote of app to use
331
331
332
332
DESCRIPTION
@@ -349,7 +349,7 @@ EXAMPLES
349
349
$ heroku addons:upgrade swimming-briskly-123 heroku-redis:premium-2
350
350
```
351
351
352
- _ See code: [ src/commands/addons/upgrade.ts] ( https://github.com/heroku/cli/blob/v10.0.2 /packages/cli/src/commands/addons/upgrade.ts ) _
352
+ _ See code: [ src/commands/addons/upgrade.ts] ( https://github.com/heroku/cli/blob/v10.0.3-alpha.0 /packages/cli/src/commands/addons/upgrade.ts ) _
353
353
354
354
## ` heroku addons:wait [ADDON] `
355
355
@@ -363,12 +363,12 @@ ARGUMENTS
363
363
ADDON unique identifier or globally unique name of the add-on
364
364
365
365
FLAGS
366
- -a, --app=<value> app to run command against
366
+ -a, --app=<value> [default: heroku-vscode] app to run command against
367
367
-r, --remote=<value> git remote of app to use
368
368
--wait-interval=<value> how frequently to poll in seconds
369
369
370
370
DESCRIPTION
371
371
show provisioning status of the add-ons on the app
372
372
```
373
373
374
- _ See code: [ src/commands/addons/wait.ts] ( https://github.com/heroku/cli/blob/v10.0.2 /packages/cli/src/commands/addons/wait.ts ) _
374
+ _ See code: [ src/commands/addons/wait.ts] ( https://github.com/heroku/cli/blob/v10.0.3-alpha.0 /packages/cli/src/commands/addons/wait.ts ) _
0 commit comments