heroku 10.0.3-beta.0 → 10.1.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/oclif.manifest.json +404 -404
- package/package.json +9 -4
package/oclif.manifest.json
CHANGED
|
@@ -4061,89 +4061,27 @@
|
|
|
4061
4061
|
"unset.js"
|
|
4062
4062
|
]
|
|
4063
4063
|
},
|
|
4064
|
-
"
|
|
4065
|
-
"aliases": [],
|
|
4066
|
-
"args": {},
|
|
4067
|
-
"description": "Use containers to build and deploy Heroku apps",
|
|
4068
|
-
"flags": {},
|
|
4069
|
-
"hasDynamicHelp": false,
|
|
4070
|
-
"hiddenAliases": [],
|
|
4071
|
-
"id": "container",
|
|
4072
|
-
"pluginAlias": "heroku",
|
|
4073
|
-
"pluginName": "heroku",
|
|
4074
|
-
"pluginType": "core",
|
|
4075
|
-
"strict": true,
|
|
4076
|
-
"topic": "container",
|
|
4077
|
-
"isESM": false,
|
|
4078
|
-
"relativePath": [
|
|
4079
|
-
"lib",
|
|
4080
|
-
"commands",
|
|
4081
|
-
"container",
|
|
4082
|
-
"index.js"
|
|
4083
|
-
]
|
|
4084
|
-
},
|
|
4085
|
-
"container:login": {
|
|
4064
|
+
"domains:add": {
|
|
4086
4065
|
"aliases": [],
|
|
4087
|
-
"args": {
|
|
4088
|
-
|
|
4089
|
-
|
|
4090
|
-
|
|
4091
|
-
"
|
|
4092
|
-
"name": "verbose",
|
|
4093
|
-
"allowNo": false,
|
|
4094
|
-
"type": "boolean"
|
|
4066
|
+
"args": {
|
|
4067
|
+
"hostname": {
|
|
4068
|
+
"description": "unique identifier of the domain or full hostname",
|
|
4069
|
+
"name": "hostname",
|
|
4070
|
+
"required": true
|
|
4095
4071
|
}
|
|
4096
4072
|
},
|
|
4097
|
-
"
|
|
4098
|
-
"
|
|
4099
|
-
|
|
4100
|
-
|
|
4101
|
-
"pluginName": "heroku",
|
|
4102
|
-
"pluginType": "core",
|
|
4103
|
-
"strict": true,
|
|
4104
|
-
"topic": "container",
|
|
4105
|
-
"isESM": false,
|
|
4106
|
-
"relativePath": [
|
|
4107
|
-
"lib",
|
|
4108
|
-
"commands",
|
|
4109
|
-
"container",
|
|
4110
|
-
"login.js"
|
|
4111
|
-
]
|
|
4112
|
-
},
|
|
4113
|
-
"container:logout": {
|
|
4114
|
-
"aliases": [],
|
|
4115
|
-
"args": {},
|
|
4116
|
-
"description": "log out from Heroku Container Registry",
|
|
4073
|
+
"description": "add a domain to an app",
|
|
4074
|
+
"examples": [
|
|
4075
|
+
"heroku domains:add www.example.com"
|
|
4076
|
+
],
|
|
4117
4077
|
"flags": {
|
|
4118
|
-
"
|
|
4119
|
-
"char": "
|
|
4120
|
-
"
|
|
4078
|
+
"help": {
|
|
4079
|
+
"char": "h",
|
|
4080
|
+
"description": "Show CLI help.",
|
|
4081
|
+
"name": "help",
|
|
4121
4082
|
"allowNo": false,
|
|
4122
4083
|
"type": "boolean"
|
|
4123
|
-
}
|
|
4124
|
-
},
|
|
4125
|
-
"hasDynamicHelp": false,
|
|
4126
|
-
"hiddenAliases": [],
|
|
4127
|
-
"id": "container:logout",
|
|
4128
|
-
"pluginAlias": "heroku",
|
|
4129
|
-
"pluginName": "heroku",
|
|
4130
|
-
"pluginType": "core",
|
|
4131
|
-
"strict": true,
|
|
4132
|
-
"topic": "container",
|
|
4133
|
-
"isESM": false,
|
|
4134
|
-
"relativePath": [
|
|
4135
|
-
"lib",
|
|
4136
|
-
"commands",
|
|
4137
|
-
"container",
|
|
4138
|
-
"logout.js"
|
|
4139
|
-
]
|
|
4140
|
-
},
|
|
4141
|
-
"container:pull": {
|
|
4142
|
-
"aliases": [],
|
|
4143
|
-
"args": {},
|
|
4144
|
-
"description": "pulls an image from an app's process type",
|
|
4145
|
-
"examples": "\n $ heroku container:pull web # Pulls the web image from the app\n $ heroku container:pull web worker # Pulls both the web and worker images from the app\n $ heroku container:pull web:latest # Pulls the latest tag from the web image",
|
|
4146
|
-
"flags": {
|
|
4084
|
+
},
|
|
4147
4085
|
"app": {
|
|
4148
4086
|
"char": "a",
|
|
4149
4087
|
"description": "app to run command against",
|
|
@@ -4153,6 +4091,26 @@
|
|
|
4153
4091
|
"multiple": false,
|
|
4154
4092
|
"type": "option"
|
|
4155
4093
|
},
|
|
4094
|
+
"cert": {
|
|
4095
|
+
"char": "c",
|
|
4096
|
+
"description": "the name of the SSL cert you want to use for this domain",
|
|
4097
|
+
"name": "cert",
|
|
4098
|
+
"hasDynamicHelp": false,
|
|
4099
|
+
"multiple": false,
|
|
4100
|
+
"type": "option"
|
|
4101
|
+
},
|
|
4102
|
+
"json": {
|
|
4103
|
+
"char": "j",
|
|
4104
|
+
"description": "output in json format",
|
|
4105
|
+
"name": "json",
|
|
4106
|
+
"allowNo": false,
|
|
4107
|
+
"type": "boolean"
|
|
4108
|
+
},
|
|
4109
|
+
"wait": {
|
|
4110
|
+
"name": "wait",
|
|
4111
|
+
"allowNo": false,
|
|
4112
|
+
"type": "boolean"
|
|
4113
|
+
},
|
|
4156
4114
|
"remote": {
|
|
4157
4115
|
"char": "r",
|
|
4158
4116
|
"description": "git remote of app to use",
|
|
@@ -4160,45 +4118,38 @@
|
|
|
4160
4118
|
"hasDynamicHelp": false,
|
|
4161
4119
|
"multiple": false,
|
|
4162
4120
|
"type": "option"
|
|
4163
|
-
},
|
|
4164
|
-
"verbose": {
|
|
4165
|
-
"char": "v",
|
|
4166
|
-
"name": "verbose",
|
|
4167
|
-
"allowNo": false,
|
|
4168
|
-
"type": "boolean"
|
|
4169
4121
|
}
|
|
4170
4122
|
},
|
|
4171
4123
|
"hasDynamicHelp": false,
|
|
4172
4124
|
"hiddenAliases": [],
|
|
4173
|
-
"id": "
|
|
4125
|
+
"id": "domains:add",
|
|
4174
4126
|
"pluginAlias": "heroku",
|
|
4175
4127
|
"pluginName": "heroku",
|
|
4176
4128
|
"pluginType": "core",
|
|
4177
|
-
"strict":
|
|
4178
|
-
"usage": "container:pull -a APP [-v] PROCESS_TYPE...",
|
|
4179
|
-
"topic": "container",
|
|
4180
|
-
"example": "\n $ heroku container:pull web # Pulls the web image from the app\n $ heroku container:pull web worker # Pulls both the web and worker images from the app\n $ heroku container:pull web:latest # Pulls the latest tag from the web image",
|
|
4129
|
+
"strict": true,
|
|
4181
4130
|
"isESM": false,
|
|
4182
4131
|
"relativePath": [
|
|
4183
4132
|
"lib",
|
|
4184
4133
|
"commands",
|
|
4185
|
-
"
|
|
4186
|
-
"
|
|
4134
|
+
"domains",
|
|
4135
|
+
"add.js"
|
|
4187
4136
|
]
|
|
4188
4137
|
},
|
|
4189
|
-
"
|
|
4138
|
+
"domains:clear": {
|
|
4190
4139
|
"aliases": [],
|
|
4191
4140
|
"args": {},
|
|
4192
|
-
"description": "
|
|
4141
|
+
"description": "remove all domains from an app",
|
|
4193
4142
|
"examples": [
|
|
4194
|
-
"
|
|
4195
|
-
"$ heroku container:push worker # Pushes Dockerfile to worker process type",
|
|
4196
|
-
"$ heroku container:push web worker --recursive # Pushes Dockerfile.web and Dockerfile.worker",
|
|
4197
|
-
"$ heroku container:push --recursive # Pushes Dockerfile.*",
|
|
4198
|
-
"$ heroku container:push web --arg ENV=live,HTTPS=on # Build-time variables",
|
|
4199
|
-
"$ heroku container:push --recursive --context-path . # Pushes Dockerfile.* using current dir as build context"
|
|
4143
|
+
"heroku domains:clear"
|
|
4200
4144
|
],
|
|
4201
4145
|
"flags": {
|
|
4146
|
+
"help": {
|
|
4147
|
+
"char": "h",
|
|
4148
|
+
"description": "Show CLI help.",
|
|
4149
|
+
"name": "help",
|
|
4150
|
+
"allowNo": false,
|
|
4151
|
+
"type": "boolean"
|
|
4152
|
+
},
|
|
4202
4153
|
"app": {
|
|
4203
4154
|
"char": "a",
|
|
4204
4155
|
"description": "app to run command against",
|
|
@@ -4208,33 +4159,6 @@
|
|
|
4208
4159
|
"multiple": false,
|
|
4209
4160
|
"type": "option"
|
|
4210
4161
|
},
|
|
4211
|
-
"verbose": {
|
|
4212
|
-
"char": "v",
|
|
4213
|
-
"name": "verbose",
|
|
4214
|
-
"allowNo": false,
|
|
4215
|
-
"type": "boolean"
|
|
4216
|
-
},
|
|
4217
|
-
"recursive": {
|
|
4218
|
-
"char": "R",
|
|
4219
|
-
"description": "pushes Dockerfile.<process> found in current and subdirectories",
|
|
4220
|
-
"name": "recursive",
|
|
4221
|
-
"allowNo": false,
|
|
4222
|
-
"type": "boolean"
|
|
4223
|
-
},
|
|
4224
|
-
"arg": {
|
|
4225
|
-
"description": "set build-time variables",
|
|
4226
|
-
"name": "arg",
|
|
4227
|
-
"hasDynamicHelp": false,
|
|
4228
|
-
"multiple": false,
|
|
4229
|
-
"type": "option"
|
|
4230
|
-
},
|
|
4231
|
-
"context-path": {
|
|
4232
|
-
"description": "path to use as build context (defaults to Dockerfile dir)",
|
|
4233
|
-
"name": "context-path",
|
|
4234
|
-
"hasDynamicHelp": false,
|
|
4235
|
-
"multiple": false,
|
|
4236
|
-
"type": "option"
|
|
4237
|
-
},
|
|
4238
4162
|
"remote": {
|
|
4239
4163
|
"char": "r",
|
|
4240
4164
|
"description": "git remote of app to use",
|
|
@@ -4246,26 +4170,35 @@
|
|
|
4246
4170
|
},
|
|
4247
4171
|
"hasDynamicHelp": false,
|
|
4248
4172
|
"hiddenAliases": [],
|
|
4249
|
-
"id": "
|
|
4173
|
+
"id": "domains:clear",
|
|
4250
4174
|
"pluginAlias": "heroku",
|
|
4251
4175
|
"pluginName": "heroku",
|
|
4252
4176
|
"pluginType": "core",
|
|
4253
|
-
"strict":
|
|
4254
|
-
"topic": "container",
|
|
4177
|
+
"strict": true,
|
|
4255
4178
|
"isESM": false,
|
|
4256
4179
|
"relativePath": [
|
|
4257
4180
|
"lib",
|
|
4258
4181
|
"commands",
|
|
4259
|
-
"
|
|
4260
|
-
"
|
|
4182
|
+
"domains",
|
|
4183
|
+
"clear.js"
|
|
4261
4184
|
]
|
|
4262
4185
|
},
|
|
4263
|
-
"
|
|
4186
|
+
"domains": {
|
|
4264
4187
|
"aliases": [],
|
|
4265
4188
|
"args": {},
|
|
4266
|
-
"description": "
|
|
4267
|
-
"examples":
|
|
4189
|
+
"description": "list domains for an app",
|
|
4190
|
+
"examples": [
|
|
4191
|
+
"$ heroku domains\n=== example Heroku Domain\nexample-xxxxxxxxxxxx.herokuapp.com\n\n=== example Custom Domains\nDomain Name DNS Record Type DNS Target\nwww.example.com CNAME www.example.herokudns.com\n",
|
|
4192
|
+
"$ heroku domains --filter 'Domain Name=www.example.com'"
|
|
4193
|
+
],
|
|
4268
4194
|
"flags": {
|
|
4195
|
+
"help": {
|
|
4196
|
+
"char": "h",
|
|
4197
|
+
"description": "Show CLI help.",
|
|
4198
|
+
"name": "help",
|
|
4199
|
+
"allowNo": false,
|
|
4200
|
+
"type": "boolean"
|
|
4201
|
+
},
|
|
4269
4202
|
"app": {
|
|
4270
4203
|
"char": "a",
|
|
4271
4204
|
"description": "app to run command against",
|
|
@@ -4283,79 +4216,118 @@
|
|
|
4283
4216
|
"multiple": false,
|
|
4284
4217
|
"type": "option"
|
|
4285
4218
|
},
|
|
4286
|
-
"
|
|
4287
|
-
"char": "
|
|
4288
|
-
"
|
|
4219
|
+
"json": {
|
|
4220
|
+
"char": "j",
|
|
4221
|
+
"description": "output in json format",
|
|
4222
|
+
"name": "json",
|
|
4289
4223
|
"allowNo": false,
|
|
4290
4224
|
"type": "boolean"
|
|
4291
|
-
}
|
|
4292
|
-
|
|
4293
|
-
|
|
4294
|
-
|
|
4295
|
-
|
|
4296
|
-
|
|
4297
|
-
|
|
4298
|
-
"pluginType": "core",
|
|
4299
|
-
"strict": false,
|
|
4300
|
-
"usage": "container:release",
|
|
4301
|
-
"topic": "container",
|
|
4302
|
-
"example": "\n heroku container:release web # Releases the previously pushed web process type\n heroku container:release web worker # Releases the previously pushed web and worker process types",
|
|
4303
|
-
"isESM": false,
|
|
4304
|
-
"relativePath": [
|
|
4305
|
-
"lib",
|
|
4306
|
-
"commands",
|
|
4307
|
-
"container",
|
|
4308
|
-
"release.js"
|
|
4309
|
-
]
|
|
4310
|
-
},
|
|
4311
|
-
"container:rm": {
|
|
4312
|
-
"aliases": [],
|
|
4313
|
-
"args": {},
|
|
4314
|
-
"description": "remove the process type from your app",
|
|
4315
|
-
"examples": "\n heroku container:rm web # Destroys the web container\n heroku container:rm web worker # Destroys the web and worker containers",
|
|
4316
|
-
"flags": {
|
|
4317
|
-
"app": {
|
|
4318
|
-
"char": "a",
|
|
4319
|
-
"description": "app to run command against",
|
|
4320
|
-
"name": "app",
|
|
4321
|
-
"required": true,
|
|
4225
|
+
},
|
|
4226
|
+
"columns": {
|
|
4227
|
+
"description": "only show provided columns (comma-separated)",
|
|
4228
|
+
"exclusive": [
|
|
4229
|
+
"extended"
|
|
4230
|
+
],
|
|
4231
|
+
"name": "columns",
|
|
4322
4232
|
"hasDynamicHelp": false,
|
|
4323
4233
|
"multiple": false,
|
|
4324
4234
|
"type": "option"
|
|
4325
4235
|
},
|
|
4326
|
-
"
|
|
4327
|
-
"
|
|
4328
|
-
"
|
|
4329
|
-
"
|
|
4236
|
+
"sort": {
|
|
4237
|
+
"description": "property to sort by (prepend '-' for descending)",
|
|
4238
|
+
"name": "sort",
|
|
4239
|
+
"hasDynamicHelp": false,
|
|
4240
|
+
"multiple": false,
|
|
4241
|
+
"type": "option"
|
|
4242
|
+
},
|
|
4243
|
+
"filter": {
|
|
4244
|
+
"description": "filter property by partial string matching, ex: name=foo",
|
|
4245
|
+
"name": "filter",
|
|
4330
4246
|
"hasDynamicHelp": false,
|
|
4331
4247
|
"multiple": false,
|
|
4332
4248
|
"type": "option"
|
|
4249
|
+
},
|
|
4250
|
+
"csv": {
|
|
4251
|
+
"description": "output is csv format [alias: --output=csv]",
|
|
4252
|
+
"exclusive": [
|
|
4253
|
+
"no-truncate"
|
|
4254
|
+
],
|
|
4255
|
+
"name": "csv",
|
|
4256
|
+
"allowNo": false,
|
|
4257
|
+
"type": "boolean"
|
|
4258
|
+
},
|
|
4259
|
+
"output": {
|
|
4260
|
+
"description": "output in a more machine friendly format",
|
|
4261
|
+
"exclusive": [
|
|
4262
|
+
"no-truncate",
|
|
4263
|
+
"csv"
|
|
4264
|
+
],
|
|
4265
|
+
"name": "output",
|
|
4266
|
+
"hasDynamicHelp": false,
|
|
4267
|
+
"multiple": false,
|
|
4268
|
+
"options": [
|
|
4269
|
+
"csv",
|
|
4270
|
+
"json",
|
|
4271
|
+
"yaml"
|
|
4272
|
+
],
|
|
4273
|
+
"type": "option"
|
|
4274
|
+
},
|
|
4275
|
+
"extended": {
|
|
4276
|
+
"char": "x",
|
|
4277
|
+
"description": "show extra columns",
|
|
4278
|
+
"exclusive": [
|
|
4279
|
+
"columns"
|
|
4280
|
+
],
|
|
4281
|
+
"name": "extended",
|
|
4282
|
+
"allowNo": false,
|
|
4283
|
+
"type": "boolean"
|
|
4284
|
+
},
|
|
4285
|
+
"no-header": {
|
|
4286
|
+
"description": "hide table header from output",
|
|
4287
|
+
"exclusive": [
|
|
4288
|
+
"csv"
|
|
4289
|
+
],
|
|
4290
|
+
"name": "no-header",
|
|
4291
|
+
"allowNo": false,
|
|
4292
|
+
"type": "boolean"
|
|
4333
4293
|
}
|
|
4334
4294
|
},
|
|
4335
4295
|
"hasDynamicHelp": false,
|
|
4336
4296
|
"hiddenAliases": [],
|
|
4337
|
-
"id": "
|
|
4297
|
+
"id": "domains",
|
|
4338
4298
|
"pluginAlias": "heroku",
|
|
4339
4299
|
"pluginName": "heroku",
|
|
4340
4300
|
"pluginType": "core",
|
|
4341
|
-
"strict":
|
|
4342
|
-
"usage": "container:rm -a APP [-v] PROCESS_TYPE...",
|
|
4343
|
-
"topic": "container",
|
|
4344
|
-
"example": "\n heroku container:rm web # Destroys the web container\n heroku container:rm web worker # Destroys the web and worker containers",
|
|
4301
|
+
"strict": true,
|
|
4345
4302
|
"isESM": false,
|
|
4346
4303
|
"relativePath": [
|
|
4347
4304
|
"lib",
|
|
4348
4305
|
"commands",
|
|
4349
|
-
"
|
|
4350
|
-
"
|
|
4306
|
+
"domains",
|
|
4307
|
+
"index.js"
|
|
4351
4308
|
]
|
|
4352
4309
|
},
|
|
4353
|
-
"
|
|
4310
|
+
"domains:info": {
|
|
4354
4311
|
"aliases": [],
|
|
4355
|
-
"args": {
|
|
4356
|
-
|
|
4357
|
-
|
|
4312
|
+
"args": {
|
|
4313
|
+
"hostname": {
|
|
4314
|
+
"description": "unique identifier of the domain or full hostname",
|
|
4315
|
+
"name": "hostname",
|
|
4316
|
+
"required": true
|
|
4317
|
+
}
|
|
4318
|
+
},
|
|
4319
|
+
"description": "show detailed information for a domain on an app",
|
|
4320
|
+
"examples": [
|
|
4321
|
+
"$ heroku domains:info www.example.com"
|
|
4322
|
+
],
|
|
4358
4323
|
"flags": {
|
|
4324
|
+
"help": {
|
|
4325
|
+
"char": "h",
|
|
4326
|
+
"description": "Show CLI help.",
|
|
4327
|
+
"name": "help",
|
|
4328
|
+
"allowNo": false,
|
|
4329
|
+
"type": "boolean"
|
|
4330
|
+
},
|
|
4359
4331
|
"app": {
|
|
4360
4332
|
"char": "a",
|
|
4361
4333
|
"description": "app to run command against",
|
|
@@ -4372,42 +4344,24 @@
|
|
|
4372
4344
|
"hasDynamicHelp": false,
|
|
4373
4345
|
"multiple": false,
|
|
4374
4346
|
"type": "option"
|
|
4375
|
-
},
|
|
4376
|
-
"port": {
|
|
4377
|
-
"char": "p",
|
|
4378
|
-
"description": "port the app will run on",
|
|
4379
|
-
"name": "port",
|
|
4380
|
-
"default": 5000,
|
|
4381
|
-
"hasDynamicHelp": false,
|
|
4382
|
-
"multiple": false,
|
|
4383
|
-
"type": "option"
|
|
4384
|
-
},
|
|
4385
|
-
"verbose": {
|
|
4386
|
-
"char": "v",
|
|
4387
|
-
"name": "verbose",
|
|
4388
|
-
"allowNo": false,
|
|
4389
|
-
"type": "boolean"
|
|
4390
4347
|
}
|
|
4391
4348
|
},
|
|
4392
4349
|
"hasDynamicHelp": false,
|
|
4393
4350
|
"hiddenAliases": [],
|
|
4394
|
-
"id": "
|
|
4351
|
+
"id": "domains:info",
|
|
4395
4352
|
"pluginAlias": "heroku",
|
|
4396
4353
|
"pluginName": "heroku",
|
|
4397
4354
|
"pluginType": "core",
|
|
4398
|
-
"strict":
|
|
4399
|
-
"usage": "container:run -a APP [-v] PROCESS_TYPE...",
|
|
4400
|
-
"topic": "container",
|
|
4401
|
-
"example": "\n $ heroku container:pull web # Pulls the web image from the app\n $ heroku container:pull web worker # Pulls both the web and worker images from the app\n $ heroku container:pull web:latest # Pulls the latest tag from the web image",
|
|
4355
|
+
"strict": true,
|
|
4402
4356
|
"isESM": false,
|
|
4403
4357
|
"relativePath": [
|
|
4404
4358
|
"lib",
|
|
4405
4359
|
"commands",
|
|
4406
|
-
"
|
|
4407
|
-
"
|
|
4360
|
+
"domains",
|
|
4361
|
+
"info.js"
|
|
4408
4362
|
]
|
|
4409
4363
|
},
|
|
4410
|
-
"domains:
|
|
4364
|
+
"domains:remove": {
|
|
4411
4365
|
"aliases": [],
|
|
4412
4366
|
"args": {
|
|
4413
4367
|
"hostname": {
|
|
@@ -4416,9 +4370,9 @@
|
|
|
4416
4370
|
"required": true
|
|
4417
4371
|
}
|
|
4418
4372
|
},
|
|
4419
|
-
"description": "
|
|
4373
|
+
"description": "remove a domain from an app",
|
|
4420
4374
|
"examples": [
|
|
4421
|
-
"heroku domains:
|
|
4375
|
+
"heroku domains:remove www.example.com"
|
|
4422
4376
|
],
|
|
4423
4377
|
"flags": {
|
|
4424
4378
|
"help": {
|
|
@@ -4437,26 +4391,6 @@
|
|
|
4437
4391
|
"multiple": false,
|
|
4438
4392
|
"type": "option"
|
|
4439
4393
|
},
|
|
4440
|
-
"cert": {
|
|
4441
|
-
"char": "c",
|
|
4442
|
-
"description": "the name of the SSL cert you want to use for this domain",
|
|
4443
|
-
"name": "cert",
|
|
4444
|
-
"hasDynamicHelp": false,
|
|
4445
|
-
"multiple": false,
|
|
4446
|
-
"type": "option"
|
|
4447
|
-
},
|
|
4448
|
-
"json": {
|
|
4449
|
-
"char": "j",
|
|
4450
|
-
"description": "output in json format",
|
|
4451
|
-
"name": "json",
|
|
4452
|
-
"allowNo": false,
|
|
4453
|
-
"type": "boolean"
|
|
4454
|
-
},
|
|
4455
|
-
"wait": {
|
|
4456
|
-
"name": "wait",
|
|
4457
|
-
"allowNo": false,
|
|
4458
|
-
"type": "boolean"
|
|
4459
|
-
},
|
|
4460
4394
|
"remote": {
|
|
4461
4395
|
"char": "r",
|
|
4462
4396
|
"description": "git remote of app to use",
|
|
@@ -4468,7 +4402,7 @@
|
|
|
4468
4402
|
},
|
|
4469
4403
|
"hasDynamicHelp": false,
|
|
4470
4404
|
"hiddenAliases": [],
|
|
4471
|
-
"id": "domains:
|
|
4405
|
+
"id": "domains:remove",
|
|
4472
4406
|
"pluginAlias": "heroku",
|
|
4473
4407
|
"pluginName": "heroku",
|
|
4474
4408
|
"pluginType": "core",
|
|
@@ -4478,15 +4412,21 @@
|
|
|
4478
4412
|
"lib",
|
|
4479
4413
|
"commands",
|
|
4480
4414
|
"domains",
|
|
4481
|
-
"
|
|
4415
|
+
"remove.js"
|
|
4482
4416
|
]
|
|
4483
4417
|
},
|
|
4484
|
-
"domains:
|
|
4418
|
+
"domains:update": {
|
|
4485
4419
|
"aliases": [],
|
|
4486
|
-
"args": {
|
|
4487
|
-
|
|
4420
|
+
"args": {
|
|
4421
|
+
"hostname": {
|
|
4422
|
+
"description": "unique identifier of the domain or full hostname",
|
|
4423
|
+
"name": "hostname",
|
|
4424
|
+
"required": true
|
|
4425
|
+
}
|
|
4426
|
+
},
|
|
4427
|
+
"description": "update a domain to use a different SSL certificate on an app",
|
|
4488
4428
|
"examples": [
|
|
4489
|
-
"heroku domains:
|
|
4429
|
+
"heroku domains:update www.example.com --cert mycert"
|
|
4490
4430
|
],
|
|
4491
4431
|
"flags": {
|
|
4492
4432
|
"help": {
|
|
@@ -4512,11 +4452,19 @@
|
|
|
4512
4452
|
"hasDynamicHelp": false,
|
|
4513
4453
|
"multiple": false,
|
|
4514
4454
|
"type": "option"
|
|
4455
|
+
},
|
|
4456
|
+
"cert": {
|
|
4457
|
+
"description": "the name or id of the certificate you want to use for this domain",
|
|
4458
|
+
"name": "cert",
|
|
4459
|
+
"required": true,
|
|
4460
|
+
"hasDynamicHelp": false,
|
|
4461
|
+
"multiple": false,
|
|
4462
|
+
"type": "option"
|
|
4515
4463
|
}
|
|
4516
4464
|
},
|
|
4517
4465
|
"hasDynamicHelp": false,
|
|
4518
4466
|
"hiddenAliases": [],
|
|
4519
|
-
"id": "domains:
|
|
4467
|
+
"id": "domains:update",
|
|
4520
4468
|
"pluginAlias": "heroku",
|
|
4521
4469
|
"pluginName": "heroku",
|
|
4522
4470
|
"pluginType": "core",
|
|
@@ -4526,17 +4474,18 @@
|
|
|
4526
4474
|
"lib",
|
|
4527
4475
|
"commands",
|
|
4528
4476
|
"domains",
|
|
4529
|
-
"
|
|
4477
|
+
"update.js"
|
|
4530
4478
|
]
|
|
4531
4479
|
},
|
|
4532
|
-
"domains": {
|
|
4480
|
+
"domains:wait": {
|
|
4533
4481
|
"aliases": [],
|
|
4534
|
-
"args": {
|
|
4535
|
-
|
|
4536
|
-
|
|
4537
|
-
|
|
4538
|
-
|
|
4539
|
-
|
|
4482
|
+
"args": {
|
|
4483
|
+
"hostname": {
|
|
4484
|
+
"description": "unique identifier of the domain or full hostname",
|
|
4485
|
+
"name": "hostname"
|
|
4486
|
+
}
|
|
4487
|
+
},
|
|
4488
|
+
"description": "wait for domain to be active for an app",
|
|
4540
4489
|
"flags": {
|
|
4541
4490
|
"help": {
|
|
4542
4491
|
"char": "h",
|
|
@@ -4561,119 +4510,161 @@
|
|
|
4561
4510
|
"hasDynamicHelp": false,
|
|
4562
4511
|
"multiple": false,
|
|
4563
4512
|
"type": "option"
|
|
4564
|
-
}
|
|
4565
|
-
|
|
4566
|
-
|
|
4567
|
-
|
|
4568
|
-
|
|
4513
|
+
}
|
|
4514
|
+
},
|
|
4515
|
+
"hasDynamicHelp": false,
|
|
4516
|
+
"hiddenAliases": [],
|
|
4517
|
+
"id": "domains:wait",
|
|
4518
|
+
"pluginAlias": "heroku",
|
|
4519
|
+
"pluginName": "heroku",
|
|
4520
|
+
"pluginType": "core",
|
|
4521
|
+
"strict": true,
|
|
4522
|
+
"isESM": false,
|
|
4523
|
+
"relativePath": [
|
|
4524
|
+
"lib",
|
|
4525
|
+
"commands",
|
|
4526
|
+
"domains",
|
|
4527
|
+
"wait.js"
|
|
4528
|
+
]
|
|
4529
|
+
},
|
|
4530
|
+
"container": {
|
|
4531
|
+
"aliases": [],
|
|
4532
|
+
"args": {},
|
|
4533
|
+
"description": "Use containers to build and deploy Heroku apps",
|
|
4534
|
+
"flags": {},
|
|
4535
|
+
"hasDynamicHelp": false,
|
|
4536
|
+
"hiddenAliases": [],
|
|
4537
|
+
"id": "container",
|
|
4538
|
+
"pluginAlias": "heroku",
|
|
4539
|
+
"pluginName": "heroku",
|
|
4540
|
+
"pluginType": "core",
|
|
4541
|
+
"strict": true,
|
|
4542
|
+
"topic": "container",
|
|
4543
|
+
"isESM": false,
|
|
4544
|
+
"relativePath": [
|
|
4545
|
+
"lib",
|
|
4546
|
+
"commands",
|
|
4547
|
+
"container",
|
|
4548
|
+
"index.js"
|
|
4549
|
+
]
|
|
4550
|
+
},
|
|
4551
|
+
"container:login": {
|
|
4552
|
+
"aliases": [],
|
|
4553
|
+
"args": {},
|
|
4554
|
+
"description": "log in to Heroku Container Registry",
|
|
4555
|
+
"flags": {
|
|
4556
|
+
"verbose": {
|
|
4557
|
+
"char": "v",
|
|
4558
|
+
"name": "verbose",
|
|
4569
4559
|
"allowNo": false,
|
|
4570
4560
|
"type": "boolean"
|
|
4571
|
-
}
|
|
4572
|
-
|
|
4573
|
-
|
|
4574
|
-
|
|
4575
|
-
|
|
4576
|
-
|
|
4577
|
-
|
|
4578
|
-
|
|
4579
|
-
|
|
4580
|
-
|
|
4581
|
-
|
|
4582
|
-
|
|
4583
|
-
|
|
4584
|
-
|
|
4585
|
-
|
|
4586
|
-
|
|
4587
|
-
|
|
4588
|
-
|
|
4589
|
-
|
|
4590
|
-
|
|
4591
|
-
|
|
4561
|
+
}
|
|
4562
|
+
},
|
|
4563
|
+
"hasDynamicHelp": false,
|
|
4564
|
+
"hiddenAliases": [],
|
|
4565
|
+
"id": "container:login",
|
|
4566
|
+
"pluginAlias": "heroku",
|
|
4567
|
+
"pluginName": "heroku",
|
|
4568
|
+
"pluginType": "core",
|
|
4569
|
+
"strict": true,
|
|
4570
|
+
"topic": "container",
|
|
4571
|
+
"isESM": false,
|
|
4572
|
+
"relativePath": [
|
|
4573
|
+
"lib",
|
|
4574
|
+
"commands",
|
|
4575
|
+
"container",
|
|
4576
|
+
"login.js"
|
|
4577
|
+
]
|
|
4578
|
+
},
|
|
4579
|
+
"container:logout": {
|
|
4580
|
+
"aliases": [],
|
|
4581
|
+
"args": {},
|
|
4582
|
+
"description": "log out from Heroku Container Registry",
|
|
4583
|
+
"flags": {
|
|
4584
|
+
"verbose": {
|
|
4585
|
+
"char": "v",
|
|
4586
|
+
"name": "verbose",
|
|
4587
|
+
"allowNo": false,
|
|
4588
|
+
"type": "boolean"
|
|
4589
|
+
}
|
|
4590
|
+
},
|
|
4591
|
+
"hasDynamicHelp": false,
|
|
4592
|
+
"hiddenAliases": [],
|
|
4593
|
+
"id": "container:logout",
|
|
4594
|
+
"pluginAlias": "heroku",
|
|
4595
|
+
"pluginName": "heroku",
|
|
4596
|
+
"pluginType": "core",
|
|
4597
|
+
"strict": true,
|
|
4598
|
+
"topic": "container",
|
|
4599
|
+
"isESM": false,
|
|
4600
|
+
"relativePath": [
|
|
4601
|
+
"lib",
|
|
4602
|
+
"commands",
|
|
4603
|
+
"container",
|
|
4604
|
+
"logout.js"
|
|
4605
|
+
]
|
|
4606
|
+
},
|
|
4607
|
+
"container:pull": {
|
|
4608
|
+
"aliases": [],
|
|
4609
|
+
"args": {},
|
|
4610
|
+
"description": "pulls an image from an app's process type",
|
|
4611
|
+
"examples": "\n $ heroku container:pull web # Pulls the web image from the app\n $ heroku container:pull web worker # Pulls both the web and worker images from the app\n $ heroku container:pull web:latest # Pulls the latest tag from the web image",
|
|
4612
|
+
"flags": {
|
|
4613
|
+
"app": {
|
|
4614
|
+
"char": "a",
|
|
4615
|
+
"description": "app to run command against",
|
|
4616
|
+
"name": "app",
|
|
4617
|
+
"required": true,
|
|
4592
4618
|
"hasDynamicHelp": false,
|
|
4593
4619
|
"multiple": false,
|
|
4594
4620
|
"type": "option"
|
|
4595
4621
|
},
|
|
4596
|
-
"
|
|
4597
|
-
"
|
|
4598
|
-
"
|
|
4599
|
-
|
|
4600
|
-
],
|
|
4601
|
-
"name": "csv",
|
|
4602
|
-
"allowNo": false,
|
|
4603
|
-
"type": "boolean"
|
|
4604
|
-
},
|
|
4605
|
-
"output": {
|
|
4606
|
-
"description": "output in a more machine friendly format",
|
|
4607
|
-
"exclusive": [
|
|
4608
|
-
"no-truncate",
|
|
4609
|
-
"csv"
|
|
4610
|
-
],
|
|
4611
|
-
"name": "output",
|
|
4622
|
+
"remote": {
|
|
4623
|
+
"char": "r",
|
|
4624
|
+
"description": "git remote of app to use",
|
|
4625
|
+
"name": "remote",
|
|
4612
4626
|
"hasDynamicHelp": false,
|
|
4613
4627
|
"multiple": false,
|
|
4614
|
-
"options": [
|
|
4615
|
-
"csv",
|
|
4616
|
-
"json",
|
|
4617
|
-
"yaml"
|
|
4618
|
-
],
|
|
4619
4628
|
"type": "option"
|
|
4620
4629
|
},
|
|
4621
|
-
"
|
|
4622
|
-
"char": "
|
|
4623
|
-
"
|
|
4624
|
-
"exclusive": [
|
|
4625
|
-
"columns"
|
|
4626
|
-
],
|
|
4627
|
-
"name": "extended",
|
|
4628
|
-
"allowNo": false,
|
|
4629
|
-
"type": "boolean"
|
|
4630
|
-
},
|
|
4631
|
-
"no-header": {
|
|
4632
|
-
"description": "hide table header from output",
|
|
4633
|
-
"exclusive": [
|
|
4634
|
-
"csv"
|
|
4635
|
-
],
|
|
4636
|
-
"name": "no-header",
|
|
4630
|
+
"verbose": {
|
|
4631
|
+
"char": "v",
|
|
4632
|
+
"name": "verbose",
|
|
4637
4633
|
"allowNo": false,
|
|
4638
4634
|
"type": "boolean"
|
|
4639
4635
|
}
|
|
4640
4636
|
},
|
|
4641
4637
|
"hasDynamicHelp": false,
|
|
4642
4638
|
"hiddenAliases": [],
|
|
4643
|
-
"id": "
|
|
4639
|
+
"id": "container:pull",
|
|
4644
4640
|
"pluginAlias": "heroku",
|
|
4645
4641
|
"pluginName": "heroku",
|
|
4646
4642
|
"pluginType": "core",
|
|
4647
|
-
"strict":
|
|
4643
|
+
"strict": false,
|
|
4644
|
+
"usage": "container:pull -a APP [-v] PROCESS_TYPE...",
|
|
4645
|
+
"topic": "container",
|
|
4646
|
+
"example": "\n $ heroku container:pull web # Pulls the web image from the app\n $ heroku container:pull web worker # Pulls both the web and worker images from the app\n $ heroku container:pull web:latest # Pulls the latest tag from the web image",
|
|
4648
4647
|
"isESM": false,
|
|
4649
4648
|
"relativePath": [
|
|
4650
4649
|
"lib",
|
|
4651
4650
|
"commands",
|
|
4652
|
-
"
|
|
4653
|
-
"
|
|
4651
|
+
"container",
|
|
4652
|
+
"pull.js"
|
|
4654
4653
|
]
|
|
4655
4654
|
},
|
|
4656
|
-
"
|
|
4655
|
+
"container:push": {
|
|
4657
4656
|
"aliases": [],
|
|
4658
|
-
"args": {
|
|
4659
|
-
|
|
4660
|
-
"description": "unique identifier of the domain or full hostname",
|
|
4661
|
-
"name": "hostname",
|
|
4662
|
-
"required": true
|
|
4663
|
-
}
|
|
4664
|
-
},
|
|
4665
|
-
"description": "show detailed information for a domain on an app",
|
|
4657
|
+
"args": {},
|
|
4658
|
+
"description": "builds, then pushes Docker images to deploy your Heroku app",
|
|
4666
4659
|
"examples": [
|
|
4667
|
-
"$ heroku
|
|
4660
|
+
"$ heroku container:push web # Pushes Dockerfile to web process type",
|
|
4661
|
+
"$ heroku container:push worker # Pushes Dockerfile to worker process type",
|
|
4662
|
+
"$ heroku container:push web worker --recursive # Pushes Dockerfile.web and Dockerfile.worker",
|
|
4663
|
+
"$ heroku container:push --recursive # Pushes Dockerfile.*",
|
|
4664
|
+
"$ heroku container:push web --arg ENV=live,HTTPS=on # Build-time variables",
|
|
4665
|
+
"$ heroku container:push --recursive --context-path . # Pushes Dockerfile.* using current dir as build context"
|
|
4668
4666
|
],
|
|
4669
4667
|
"flags": {
|
|
4670
|
-
"help": {
|
|
4671
|
-
"char": "h",
|
|
4672
|
-
"description": "Show CLI help.",
|
|
4673
|
-
"name": "help",
|
|
4674
|
-
"allowNo": false,
|
|
4675
|
-
"type": "boolean"
|
|
4676
|
-
},
|
|
4677
4668
|
"app": {
|
|
4678
4669
|
"char": "a",
|
|
4679
4670
|
"description": "app to run command against",
|
|
@@ -4683,6 +4674,33 @@
|
|
|
4683
4674
|
"multiple": false,
|
|
4684
4675
|
"type": "option"
|
|
4685
4676
|
},
|
|
4677
|
+
"verbose": {
|
|
4678
|
+
"char": "v",
|
|
4679
|
+
"name": "verbose",
|
|
4680
|
+
"allowNo": false,
|
|
4681
|
+
"type": "boolean"
|
|
4682
|
+
},
|
|
4683
|
+
"recursive": {
|
|
4684
|
+
"char": "R",
|
|
4685
|
+
"description": "pushes Dockerfile.<process> found in current and subdirectories",
|
|
4686
|
+
"name": "recursive",
|
|
4687
|
+
"allowNo": false,
|
|
4688
|
+
"type": "boolean"
|
|
4689
|
+
},
|
|
4690
|
+
"arg": {
|
|
4691
|
+
"description": "set build-time variables",
|
|
4692
|
+
"name": "arg",
|
|
4693
|
+
"hasDynamicHelp": false,
|
|
4694
|
+
"multiple": false,
|
|
4695
|
+
"type": "option"
|
|
4696
|
+
},
|
|
4697
|
+
"context-path": {
|
|
4698
|
+
"description": "path to use as build context (defaults to Dockerfile dir)",
|
|
4699
|
+
"name": "context-path",
|
|
4700
|
+
"hasDynamicHelp": false,
|
|
4701
|
+
"multiple": false,
|
|
4702
|
+
"type": "option"
|
|
4703
|
+
},
|
|
4686
4704
|
"remote": {
|
|
4687
4705
|
"char": "r",
|
|
4688
4706
|
"description": "git remote of app to use",
|
|
@@ -4694,40 +4712,26 @@
|
|
|
4694
4712
|
},
|
|
4695
4713
|
"hasDynamicHelp": false,
|
|
4696
4714
|
"hiddenAliases": [],
|
|
4697
|
-
"id": "
|
|
4715
|
+
"id": "container:push",
|
|
4698
4716
|
"pluginAlias": "heroku",
|
|
4699
4717
|
"pluginName": "heroku",
|
|
4700
4718
|
"pluginType": "core",
|
|
4701
|
-
"strict":
|
|
4719
|
+
"strict": false,
|
|
4720
|
+
"topic": "container",
|
|
4702
4721
|
"isESM": false,
|
|
4703
4722
|
"relativePath": [
|
|
4704
4723
|
"lib",
|
|
4705
4724
|
"commands",
|
|
4706
|
-
"
|
|
4707
|
-
"
|
|
4725
|
+
"container",
|
|
4726
|
+
"push.js"
|
|
4708
4727
|
]
|
|
4709
4728
|
},
|
|
4710
|
-
"
|
|
4729
|
+
"container:release": {
|
|
4711
4730
|
"aliases": [],
|
|
4712
|
-
"args": {
|
|
4713
|
-
|
|
4714
|
-
|
|
4715
|
-
"name": "hostname",
|
|
4716
|
-
"required": true
|
|
4717
|
-
}
|
|
4718
|
-
},
|
|
4719
|
-
"description": "remove a domain from an app",
|
|
4720
|
-
"examples": [
|
|
4721
|
-
"heroku domains:remove www.example.com"
|
|
4722
|
-
],
|
|
4731
|
+
"args": {},
|
|
4732
|
+
"description": "Releases previously pushed Docker images to your Heroku app",
|
|
4733
|
+
"examples": "\n heroku container:release web # Releases the previously pushed web process type\n heroku container:release web worker # Releases the previously pushed web and worker process types",
|
|
4723
4734
|
"flags": {
|
|
4724
|
-
"help": {
|
|
4725
|
-
"char": "h",
|
|
4726
|
-
"description": "Show CLI help.",
|
|
4727
|
-
"name": "help",
|
|
4728
|
-
"allowNo": false,
|
|
4729
|
-
"type": "boolean"
|
|
4730
|
-
},
|
|
4731
4735
|
"app": {
|
|
4732
4736
|
"char": "a",
|
|
4733
4737
|
"description": "app to run command against",
|
|
@@ -4744,44 +4748,38 @@
|
|
|
4744
4748
|
"hasDynamicHelp": false,
|
|
4745
4749
|
"multiple": false,
|
|
4746
4750
|
"type": "option"
|
|
4751
|
+
},
|
|
4752
|
+
"verbose": {
|
|
4753
|
+
"char": "v",
|
|
4754
|
+
"name": "verbose",
|
|
4755
|
+
"allowNo": false,
|
|
4756
|
+
"type": "boolean"
|
|
4747
4757
|
}
|
|
4748
4758
|
},
|
|
4749
4759
|
"hasDynamicHelp": false,
|
|
4750
4760
|
"hiddenAliases": [],
|
|
4751
|
-
"id": "
|
|
4761
|
+
"id": "container:release",
|
|
4752
4762
|
"pluginAlias": "heroku",
|
|
4753
4763
|
"pluginName": "heroku",
|
|
4754
4764
|
"pluginType": "core",
|
|
4755
|
-
"strict":
|
|
4765
|
+
"strict": false,
|
|
4766
|
+
"usage": "container:release",
|
|
4767
|
+
"topic": "container",
|
|
4768
|
+
"example": "\n heroku container:release web # Releases the previously pushed web process type\n heroku container:release web worker # Releases the previously pushed web and worker process types",
|
|
4756
4769
|
"isESM": false,
|
|
4757
4770
|
"relativePath": [
|
|
4758
4771
|
"lib",
|
|
4759
4772
|
"commands",
|
|
4760
|
-
"
|
|
4761
|
-
"
|
|
4773
|
+
"container",
|
|
4774
|
+
"release.js"
|
|
4762
4775
|
]
|
|
4763
4776
|
},
|
|
4764
|
-
"
|
|
4777
|
+
"container:rm": {
|
|
4765
4778
|
"aliases": [],
|
|
4766
|
-
"args": {
|
|
4767
|
-
|
|
4768
|
-
|
|
4769
|
-
"name": "hostname",
|
|
4770
|
-
"required": true
|
|
4771
|
-
}
|
|
4772
|
-
},
|
|
4773
|
-
"description": "update a domain to use a different SSL certificate on an app",
|
|
4774
|
-
"examples": [
|
|
4775
|
-
"heroku domains:update www.example.com --cert mycert"
|
|
4776
|
-
],
|
|
4779
|
+
"args": {},
|
|
4780
|
+
"description": "remove the process type from your app",
|
|
4781
|
+
"examples": "\n heroku container:rm web # Destroys the web container\n heroku container:rm web worker # Destroys the web and worker containers",
|
|
4777
4782
|
"flags": {
|
|
4778
|
-
"help": {
|
|
4779
|
-
"char": "h",
|
|
4780
|
-
"description": "Show CLI help.",
|
|
4781
|
-
"name": "help",
|
|
4782
|
-
"allowNo": false,
|
|
4783
|
-
"type": "boolean"
|
|
4784
|
-
},
|
|
4785
4783
|
"app": {
|
|
4786
4784
|
"char": "a",
|
|
4787
4785
|
"description": "app to run command against",
|
|
@@ -4798,48 +4796,32 @@
|
|
|
4798
4796
|
"hasDynamicHelp": false,
|
|
4799
4797
|
"multiple": false,
|
|
4800
4798
|
"type": "option"
|
|
4801
|
-
},
|
|
4802
|
-
"cert": {
|
|
4803
|
-
"description": "the name or id of the certificate you want to use for this domain",
|
|
4804
|
-
"name": "cert",
|
|
4805
|
-
"required": true,
|
|
4806
|
-
"hasDynamicHelp": false,
|
|
4807
|
-
"multiple": false,
|
|
4808
|
-
"type": "option"
|
|
4809
4799
|
}
|
|
4810
4800
|
},
|
|
4811
4801
|
"hasDynamicHelp": false,
|
|
4812
4802
|
"hiddenAliases": [],
|
|
4813
|
-
"id": "
|
|
4803
|
+
"id": "container:rm",
|
|
4814
4804
|
"pluginAlias": "heroku",
|
|
4815
4805
|
"pluginName": "heroku",
|
|
4816
4806
|
"pluginType": "core",
|
|
4817
|
-
"strict":
|
|
4807
|
+
"strict": false,
|
|
4808
|
+
"usage": "container:rm -a APP [-v] PROCESS_TYPE...",
|
|
4809
|
+
"topic": "container",
|
|
4810
|
+
"example": "\n heroku container:rm web # Destroys the web container\n heroku container:rm web worker # Destroys the web and worker containers",
|
|
4818
4811
|
"isESM": false,
|
|
4819
4812
|
"relativePath": [
|
|
4820
4813
|
"lib",
|
|
4821
4814
|
"commands",
|
|
4822
|
-
"
|
|
4823
|
-
"
|
|
4815
|
+
"container",
|
|
4816
|
+
"rm.js"
|
|
4824
4817
|
]
|
|
4825
4818
|
},
|
|
4826
|
-
"
|
|
4819
|
+
"container:run": {
|
|
4827
4820
|
"aliases": [],
|
|
4828
|
-
"args": {
|
|
4829
|
-
|
|
4830
|
-
|
|
4831
|
-
"name": "hostname"
|
|
4832
|
-
}
|
|
4833
|
-
},
|
|
4834
|
-
"description": "wait for domain to be active for an app",
|
|
4821
|
+
"args": {},
|
|
4822
|
+
"description": "builds, then runs the docker image locally",
|
|
4823
|
+
"examples": "\n $ heroku container:pull web # Pulls the web image from the app\n $ heroku container:pull web worker # Pulls both the web and worker images from the app\n $ heroku container:pull web:latest # Pulls the latest tag from the web image",
|
|
4835
4824
|
"flags": {
|
|
4836
|
-
"help": {
|
|
4837
|
-
"char": "h",
|
|
4838
|
-
"description": "Show CLI help.",
|
|
4839
|
-
"name": "help",
|
|
4840
|
-
"allowNo": false,
|
|
4841
|
-
"type": "boolean"
|
|
4842
|
-
},
|
|
4843
4825
|
"app": {
|
|
4844
4826
|
"char": "a",
|
|
4845
4827
|
"description": "app to run command against",
|
|
@@ -4856,21 +4838,39 @@
|
|
|
4856
4838
|
"hasDynamicHelp": false,
|
|
4857
4839
|
"multiple": false,
|
|
4858
4840
|
"type": "option"
|
|
4841
|
+
},
|
|
4842
|
+
"port": {
|
|
4843
|
+
"char": "p",
|
|
4844
|
+
"description": "port the app will run on",
|
|
4845
|
+
"name": "port",
|
|
4846
|
+
"default": 5000,
|
|
4847
|
+
"hasDynamicHelp": false,
|
|
4848
|
+
"multiple": false,
|
|
4849
|
+
"type": "option"
|
|
4850
|
+
},
|
|
4851
|
+
"verbose": {
|
|
4852
|
+
"char": "v",
|
|
4853
|
+
"name": "verbose",
|
|
4854
|
+
"allowNo": false,
|
|
4855
|
+
"type": "boolean"
|
|
4859
4856
|
}
|
|
4860
4857
|
},
|
|
4861
4858
|
"hasDynamicHelp": false,
|
|
4862
4859
|
"hiddenAliases": [],
|
|
4863
|
-
"id": "
|
|
4860
|
+
"id": "container:run",
|
|
4864
4861
|
"pluginAlias": "heroku",
|
|
4865
4862
|
"pluginName": "heroku",
|
|
4866
4863
|
"pluginType": "core",
|
|
4867
|
-
"strict":
|
|
4864
|
+
"strict": false,
|
|
4865
|
+
"usage": "container:run -a APP [-v] PROCESS_TYPE...",
|
|
4866
|
+
"topic": "container",
|
|
4867
|
+
"example": "\n $ heroku container:pull web # Pulls the web image from the app\n $ heroku container:pull web worker # Pulls both the web and worker images from the app\n $ heroku container:pull web:latest # Pulls the latest tag from the web image",
|
|
4868
4868
|
"isESM": false,
|
|
4869
4869
|
"relativePath": [
|
|
4870
4870
|
"lib",
|
|
4871
4871
|
"commands",
|
|
4872
|
-
"
|
|
4873
|
-
"
|
|
4872
|
+
"container",
|
|
4873
|
+
"run.js"
|
|
4874
4874
|
]
|
|
4875
4875
|
},
|
|
4876
4876
|
"drains:add": {
|
|
@@ -14450,5 +14450,5 @@
|
|
|
14450
14450
|
]
|
|
14451
14451
|
}
|
|
14452
14452
|
},
|
|
14453
|
-
"version": "10.0
|
|
14453
|
+
"version": "10.1.0-beta.1"
|
|
14454
14454
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "heroku",
|
|
3
3
|
"description": "CLI to interact with Heroku",
|
|
4
|
-
"version": "10.0
|
|
4
|
+
"version": "10.1.0-beta.1",
|
|
5
5
|
"author": "Heroku",
|
|
6
6
|
"bin": "./bin/run",
|
|
7
7
|
"bugs": "https://github.com/heroku/cli/issues",
|
|
@@ -82,6 +82,7 @@
|
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
84
|
"@heroku-cli/schema": "^1.0.25",
|
|
85
|
+
"@istanbuljs/nyc-config-typescript": "^1.0.2",
|
|
85
86
|
"@oclif/test": "^2.3.28",
|
|
86
87
|
"@types/ansi-styles": "^3.2.1",
|
|
87
88
|
"@types/bytes": "^3.1.4",
|
|
@@ -127,10 +128,11 @@
|
|
|
127
128
|
"read-pkg": "^4.0.1",
|
|
128
129
|
"rimraf": "5.0.5",
|
|
129
130
|
"sinon": "^19.0.2",
|
|
131
|
+
"source-map-support": "^0.5.21",
|
|
130
132
|
"std-mocks": "^2.0.0",
|
|
131
133
|
"strip-ansi": "6.0.1",
|
|
132
134
|
"tmp": "^0.2.3",
|
|
133
|
-
"ts-node": "^10.9.
|
|
135
|
+
"ts-node": "^10.9.2",
|
|
134
136
|
"typescript": "4.8.4"
|
|
135
137
|
},
|
|
136
138
|
"engines": {
|
|
@@ -378,6 +380,9 @@
|
|
|
378
380
|
"build": "rm -rf lib && tsc",
|
|
379
381
|
"build:dev": "rm -rf lib && tsc --sourcemap",
|
|
380
382
|
"lint": "eslint . --ext .ts --config ../../.eslintrc --ignore-path ../../.eslintignore-lib",
|
|
383
|
+
"coverage": "nyc --reporter=lcov --reporter=text-summary npm run test",
|
|
384
|
+
"coverage:html": "nyc --reporter=html --reporter=text-summary npm run test",
|
|
385
|
+
"coverage:check": "nyc --check-coverage --branches 80 --statements 80 --functions 80 --lines 80 npm run test",
|
|
381
386
|
"postpublish": "rm -f oclif.manifest.json",
|
|
382
387
|
"prepack": "yarn run build && oclif manifest",
|
|
383
388
|
"pretest": "tsc -p test --noEmit && cd ../.. && yarn build",
|
|
@@ -385,11 +390,11 @@
|
|
|
385
390
|
"test:integration": "yarn pretest && mocha --forbid-only \"test/**/*.integration.test.ts\"",
|
|
386
391
|
"test:smoke": "yarn pretest && mocha --forbid-only \"test/**/smoke.acceptance.test.ts\"",
|
|
387
392
|
"test:unit:justTest:local": "nyc mocha \"test/**/*.unit.test.ts\"",
|
|
388
|
-
"test:unit:justTest:ci": "nyc mocha --forbid-only \"test/**/*.unit.test.ts\"",
|
|
393
|
+
"test:unit:justTest:ci": "nyc --reporter=lcov --reporter=text-summary mocha --forbid-only \"test/**/*.unit.test.ts\"",
|
|
389
394
|
"test": "yarn pretest && yarn test:unit:justTest:ci",
|
|
390
395
|
"test:local": "yarn pretest && yarn test:unit:justTest:local",
|
|
391
396
|
"version": "oclif readme --multi && git add README.md ../../docs"
|
|
392
397
|
},
|
|
393
398
|
"types": "lib/index.d.ts",
|
|
394
|
-
"gitHead": "
|
|
399
|
+
"gitHead": "3167a3675e1424a3949aa19ed19238ba0ea6868b"
|
|
395
400
|
}
|