heroku 10.1.0-beta.1 → 10.1.0-beta.2

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.
@@ -4061,27 +4061,89 @@
4061
4061
  "unset.js"
4062
4062
  ]
4063
4063
  },
4064
- "domains:add": {
4064
+ "container": {
4065
4065
  "aliases": [],
4066
- "args": {
4067
- "hostname": {
4068
- "description": "unique identifier of the domain or full hostname",
4069
- "name": "hostname",
4070
- "required": true
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": {
4086
+ "aliases": [],
4087
+ "args": {},
4088
+ "description": "log in to Heroku Container Registry",
4089
+ "flags": {
4090
+ "verbose": {
4091
+ "char": "v",
4092
+ "name": "verbose",
4093
+ "allowNo": false,
4094
+ "type": "boolean"
4071
4095
  }
4072
4096
  },
4073
- "description": "add a domain to an app",
4074
- "examples": [
4075
- "heroku domains:add www.example.com"
4076
- ],
4097
+ "hasDynamicHelp": false,
4098
+ "hiddenAliases": [],
4099
+ "id": "container:login",
4100
+ "pluginAlias": "heroku",
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",
4077
4117
  "flags": {
4078
- "help": {
4079
- "char": "h",
4080
- "description": "Show CLI help.",
4081
- "name": "help",
4118
+ "verbose": {
4119
+ "char": "v",
4120
+ "name": "verbose",
4082
4121
  "allowNo": false,
4083
4122
  "type": "boolean"
4084
- },
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": {
4085
4147
  "app": {
4086
4148
  "char": "a",
4087
4149
  "description": "app to run command against",
@@ -4091,26 +4153,6 @@
4091
4153
  "multiple": false,
4092
4154
  "type": "option"
4093
4155
  },
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
- },
4114
4156
  "remote": {
4115
4157
  "char": "r",
4116
4158
  "description": "git remote of app to use",
@@ -4118,38 +4160,45 @@
4118
4160
  "hasDynamicHelp": false,
4119
4161
  "multiple": false,
4120
4162
  "type": "option"
4163
+ },
4164
+ "verbose": {
4165
+ "char": "v",
4166
+ "name": "verbose",
4167
+ "allowNo": false,
4168
+ "type": "boolean"
4121
4169
  }
4122
4170
  },
4123
4171
  "hasDynamicHelp": false,
4124
4172
  "hiddenAliases": [],
4125
- "id": "domains:add",
4173
+ "id": "container:pull",
4126
4174
  "pluginAlias": "heroku",
4127
4175
  "pluginName": "heroku",
4128
4176
  "pluginType": "core",
4129
- "strict": true,
4177
+ "strict": false,
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",
4130
4181
  "isESM": false,
4131
4182
  "relativePath": [
4132
4183
  "lib",
4133
4184
  "commands",
4134
- "domains",
4135
- "add.js"
4185
+ "container",
4186
+ "pull.js"
4136
4187
  ]
4137
4188
  },
4138
- "domains:clear": {
4189
+ "container:push": {
4139
4190
  "aliases": [],
4140
4191
  "args": {},
4141
- "description": "remove all domains from an app",
4192
+ "description": "builds, then pushes Docker images to deploy your Heroku app",
4142
4193
  "examples": [
4143
- "heroku domains:clear"
4194
+ "$ heroku container:push web # Pushes Dockerfile to web process type",
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"
4144
4200
  ],
4145
4201
  "flags": {
4146
- "help": {
4147
- "char": "h",
4148
- "description": "Show CLI help.",
4149
- "name": "help",
4150
- "allowNo": false,
4151
- "type": "boolean"
4152
- },
4153
4202
  "app": {
4154
4203
  "char": "a",
4155
4204
  "description": "app to run command against",
@@ -4159,6 +4208,33 @@
4159
4208
  "multiple": false,
4160
4209
  "type": "option"
4161
4210
  },
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
+ },
4162
4238
  "remote": {
4163
4239
  "char": "r",
4164
4240
  "description": "git remote of app to use",
@@ -4170,35 +4246,26 @@
4170
4246
  },
4171
4247
  "hasDynamicHelp": false,
4172
4248
  "hiddenAliases": [],
4173
- "id": "domains:clear",
4249
+ "id": "container:push",
4174
4250
  "pluginAlias": "heroku",
4175
4251
  "pluginName": "heroku",
4176
4252
  "pluginType": "core",
4177
- "strict": true,
4253
+ "strict": false,
4254
+ "topic": "container",
4178
4255
  "isESM": false,
4179
4256
  "relativePath": [
4180
4257
  "lib",
4181
4258
  "commands",
4182
- "domains",
4183
- "clear.js"
4259
+ "container",
4260
+ "push.js"
4184
4261
  ]
4185
4262
  },
4186
- "domains": {
4263
+ "container:release": {
4187
4264
  "aliases": [],
4188
4265
  "args": {},
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
- ],
4266
+ "description": "Releases previously pushed Docker images to your Heroku app",
4267
+ "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",
4194
4268
  "flags": {
4195
- "help": {
4196
- "char": "h",
4197
- "description": "Show CLI help.",
4198
- "name": "help",
4199
- "allowNo": false,
4200
- "type": "boolean"
4201
- },
4202
4269
  "app": {
4203
4270
  "char": "a",
4204
4271
  "description": "app to run command against",
@@ -4216,118 +4283,37 @@
4216
4283
  "multiple": false,
4217
4284
  "type": "option"
4218
4285
  },
4219
- "json": {
4220
- "char": "j",
4221
- "description": "output in json format",
4222
- "name": "json",
4223
- "allowNo": false,
4224
- "type": "boolean"
4225
- },
4226
- "columns": {
4227
- "description": "only show provided columns (comma-separated)",
4228
- "exclusive": [
4229
- "extended"
4230
- ],
4231
- "name": "columns",
4232
- "hasDynamicHelp": false,
4233
- "multiple": false,
4234
- "type": "option"
4235
- },
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",
4246
- "hasDynamicHelp": false,
4247
- "multiple": false,
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",
4286
+ "verbose": {
4287
+ "char": "v",
4288
+ "name": "verbose",
4291
4289
  "allowNo": false,
4292
4290
  "type": "boolean"
4293
4291
  }
4294
4292
  },
4295
4293
  "hasDynamicHelp": false,
4296
4294
  "hiddenAliases": [],
4297
- "id": "domains",
4295
+ "id": "container:release",
4298
4296
  "pluginAlias": "heroku",
4299
4297
  "pluginName": "heroku",
4300
4298
  "pluginType": "core",
4301
- "strict": true,
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",
4302
4303
  "isESM": false,
4303
4304
  "relativePath": [
4304
4305
  "lib",
4305
4306
  "commands",
4306
- "domains",
4307
- "index.js"
4307
+ "container",
4308
+ "release.js"
4308
4309
  ]
4309
4310
  },
4310
- "domains:info": {
4311
+ "container:rm": {
4311
4312
  "aliases": [],
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
- ],
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",
4323
4316
  "flags": {
4324
- "help": {
4325
- "char": "h",
4326
- "description": "Show CLI help.",
4327
- "name": "help",
4328
- "allowNo": false,
4329
- "type": "boolean"
4330
- },
4331
4317
  "app": {
4332
4318
  "char": "a",
4333
4319
  "description": "app to run command against",
@@ -4348,40 +4334,28 @@
4348
4334
  },
4349
4335
  "hasDynamicHelp": false,
4350
4336
  "hiddenAliases": [],
4351
- "id": "domains:info",
4337
+ "id": "container:rm",
4352
4338
  "pluginAlias": "heroku",
4353
4339
  "pluginName": "heroku",
4354
4340
  "pluginType": "core",
4355
- "strict": true,
4341
+ "strict": false,
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",
4356
4345
  "isESM": false,
4357
4346
  "relativePath": [
4358
4347
  "lib",
4359
4348
  "commands",
4360
- "domains",
4361
- "info.js"
4349
+ "container",
4350
+ "rm.js"
4362
4351
  ]
4363
4352
  },
4364
- "domains:remove": {
4353
+ "container:run": {
4365
4354
  "aliases": [],
4366
- "args": {
4367
- "hostname": {
4368
- "description": "unique identifier of the domain or full hostname",
4369
- "name": "hostname",
4370
- "required": true
4371
- }
4372
- },
4373
- "description": "remove a domain from an app",
4374
- "examples": [
4375
- "heroku domains:remove www.example.com"
4376
- ],
4355
+ "args": {},
4356
+ "description": "builds, then runs the docker image locally",
4357
+ "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",
4377
4358
  "flags": {
4378
- "help": {
4379
- "char": "h",
4380
- "description": "Show CLI help.",
4381
- "name": "help",
4382
- "allowNo": false,
4383
- "type": "boolean"
4384
- },
4385
4359
  "app": {
4386
4360
  "char": "a",
4387
4361
  "description": "app to run command against",
@@ -4398,24 +4372,42 @@
4398
4372
  "hasDynamicHelp": false,
4399
4373
  "multiple": false,
4400
4374
  "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"
4401
4390
  }
4402
4391
  },
4403
4392
  "hasDynamicHelp": false,
4404
4393
  "hiddenAliases": [],
4405
- "id": "domains:remove",
4394
+ "id": "container:run",
4406
4395
  "pluginAlias": "heroku",
4407
4396
  "pluginName": "heroku",
4408
4397
  "pluginType": "core",
4409
- "strict": true,
4398
+ "strict": false,
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",
4410
4402
  "isESM": false,
4411
4403
  "relativePath": [
4412
4404
  "lib",
4413
4405
  "commands",
4414
- "domains",
4415
- "remove.js"
4406
+ "container",
4407
+ "run.js"
4416
4408
  ]
4417
4409
  },
4418
- "domains:update": {
4410
+ "domains:add": {
4419
4411
  "aliases": [],
4420
4412
  "args": {
4421
4413
  "hostname": {
@@ -4424,9 +4416,9 @@
4424
4416
  "required": true
4425
4417
  }
4426
4418
  },
4427
- "description": "update a domain to use a different SSL certificate on an app",
4419
+ "description": "add a domain to an app",
4428
4420
  "examples": [
4429
- "heroku domains:update www.example.com --cert mycert"
4421
+ "heroku domains:add www.example.com"
4430
4422
  ],
4431
4423
  "flags": {
4432
4424
  "help": {
@@ -4445,18 +4437,30 @@
4445
4437
  "multiple": false,
4446
4438
  "type": "option"
4447
4439
  },
4448
- "remote": {
4449
- "char": "r",
4450
- "description": "git remote of app to use",
4451
- "name": "remote",
4440
+ "cert": {
4441
+ "char": "c",
4442
+ "description": "the name of the SSL cert you want to use for this domain",
4443
+ "name": "cert",
4452
4444
  "hasDynamicHelp": false,
4453
4445
  "multiple": false,
4454
4446
  "type": "option"
4455
4447
  },
4456
- "cert": {
4457
- "description": "the name or id of the certificate you want to use for this domain",
4458
- "name": "cert",
4459
- "required": true,
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
+ "remote": {
4461
+ "char": "r",
4462
+ "description": "git remote of app to use",
4463
+ "name": "remote",
4460
4464
  "hasDynamicHelp": false,
4461
4465
  "multiple": false,
4462
4466
  "type": "option"
@@ -4464,7 +4468,7 @@
4464
4468
  },
4465
4469
  "hasDynamicHelp": false,
4466
4470
  "hiddenAliases": [],
4467
- "id": "domains:update",
4471
+ "id": "domains:add",
4468
4472
  "pluginAlias": "heroku",
4469
4473
  "pluginName": "heroku",
4470
4474
  "pluginType": "core",
@@ -4474,18 +4478,16 @@
4474
4478
  "lib",
4475
4479
  "commands",
4476
4480
  "domains",
4477
- "update.js"
4481
+ "add.js"
4478
4482
  ]
4479
4483
  },
4480
- "domains:wait": {
4484
+ "domains:clear": {
4481
4485
  "aliases": [],
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",
4486
+ "args": {},
4487
+ "description": "remove all domains from an app",
4488
+ "examples": [
4489
+ "heroku domains:clear"
4490
+ ],
4489
4491
  "flags": {
4490
4492
  "help": {
4491
4493
  "char": "h",
@@ -4514,7 +4516,7 @@
4514
4516
  },
4515
4517
  "hasDynamicHelp": false,
4516
4518
  "hiddenAliases": [],
4517
- "id": "domains:wait",
4519
+ "id": "domains:clear",
4518
4520
  "pluginAlias": "heroku",
4519
4521
  "pluginName": "heroku",
4520
4522
  "pluginType": "core",
@@ -4524,92 +4526,25 @@
4524
4526
  "lib",
4525
4527
  "commands",
4526
4528
  "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",
4559
- "allowNo": false,
4560
- "type": "boolean"
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"
4529
+ "clear.js"
4577
4530
  ]
4578
4531
  },
4579
- "container:logout": {
4532
+ "domains": {
4580
4533
  "aliases": [],
4581
4534
  "args": {},
4582
- "description": "log out from Heroku Container Registry",
4535
+ "description": "list domains for an app",
4536
+ "examples": [
4537
+ "$ 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",
4538
+ "$ heroku domains --filter 'Domain Name=www.example.com'"
4539
+ ],
4583
4540
  "flags": {
4584
- "verbose": {
4585
- "char": "v",
4586
- "name": "verbose",
4541
+ "help": {
4542
+ "char": "h",
4543
+ "description": "Show CLI help.",
4544
+ "name": "help",
4587
4545
  "allowNo": false,
4588
4546
  "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": {
4547
+ },
4613
4548
  "app": {
4614
4549
  "char": "a",
4615
4550
  "description": "app to run command against",
@@ -4619,52 +4554,126 @@
4619
4554
  "multiple": false,
4620
4555
  "type": "option"
4621
4556
  },
4622
- "remote": {
4623
- "char": "r",
4624
- "description": "git remote of app to use",
4625
- "name": "remote",
4557
+ "remote": {
4558
+ "char": "r",
4559
+ "description": "git remote of app to use",
4560
+ "name": "remote",
4561
+ "hasDynamicHelp": false,
4562
+ "multiple": false,
4563
+ "type": "option"
4564
+ },
4565
+ "json": {
4566
+ "char": "j",
4567
+ "description": "output in json format",
4568
+ "name": "json",
4569
+ "allowNo": false,
4570
+ "type": "boolean"
4571
+ },
4572
+ "columns": {
4573
+ "description": "only show provided columns (comma-separated)",
4574
+ "exclusive": [
4575
+ "extended"
4576
+ ],
4577
+ "name": "columns",
4578
+ "hasDynamicHelp": false,
4579
+ "multiple": false,
4580
+ "type": "option"
4581
+ },
4582
+ "sort": {
4583
+ "description": "property to sort by (prepend '-' for descending)",
4584
+ "name": "sort",
4585
+ "hasDynamicHelp": false,
4586
+ "multiple": false,
4587
+ "type": "option"
4588
+ },
4589
+ "filter": {
4590
+ "description": "filter property by partial string matching, ex: name=foo",
4591
+ "name": "filter",
4626
4592
  "hasDynamicHelp": false,
4627
4593
  "multiple": false,
4628
4594
  "type": "option"
4629
4595
  },
4630
- "verbose": {
4631
- "char": "v",
4632
- "name": "verbose",
4596
+ "csv": {
4597
+ "description": "output is csv format [alias: --output=csv]",
4598
+ "exclusive": [
4599
+ "no-truncate"
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",
4612
+ "hasDynamicHelp": false,
4613
+ "multiple": false,
4614
+ "options": [
4615
+ "csv",
4616
+ "json",
4617
+ "yaml"
4618
+ ],
4619
+ "type": "option"
4620
+ },
4621
+ "extended": {
4622
+ "char": "x",
4623
+ "description": "show extra columns",
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",
4633
4637
  "allowNo": false,
4634
4638
  "type": "boolean"
4635
4639
  }
4636
4640
  },
4637
4641
  "hasDynamicHelp": false,
4638
4642
  "hiddenAliases": [],
4639
- "id": "container:pull",
4643
+ "id": "domains",
4640
4644
  "pluginAlias": "heroku",
4641
4645
  "pluginName": "heroku",
4642
4646
  "pluginType": "core",
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",
4647
+ "strict": true,
4647
4648
  "isESM": false,
4648
4649
  "relativePath": [
4649
4650
  "lib",
4650
4651
  "commands",
4651
- "container",
4652
- "pull.js"
4652
+ "domains",
4653
+ "index.js"
4653
4654
  ]
4654
4655
  },
4655
- "container:push": {
4656
+ "domains:info": {
4656
4657
  "aliases": [],
4657
- "args": {},
4658
- "description": "builds, then pushes Docker images to deploy your Heroku app",
4658
+ "args": {
4659
+ "hostname": {
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",
4659
4666
  "examples": [
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"
4667
+ "$ heroku domains:info www.example.com"
4666
4668
  ],
4667
4669
  "flags": {
4670
+ "help": {
4671
+ "char": "h",
4672
+ "description": "Show CLI help.",
4673
+ "name": "help",
4674
+ "allowNo": false,
4675
+ "type": "boolean"
4676
+ },
4668
4677
  "app": {
4669
4678
  "char": "a",
4670
4679
  "description": "app to run command against",
@@ -4674,33 +4683,6 @@
4674
4683
  "multiple": false,
4675
4684
  "type": "option"
4676
4685
  },
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
- },
4704
4686
  "remote": {
4705
4687
  "char": "r",
4706
4688
  "description": "git remote of app to use",
@@ -4712,26 +4694,40 @@
4712
4694
  },
4713
4695
  "hasDynamicHelp": false,
4714
4696
  "hiddenAliases": [],
4715
- "id": "container:push",
4697
+ "id": "domains:info",
4716
4698
  "pluginAlias": "heroku",
4717
4699
  "pluginName": "heroku",
4718
4700
  "pluginType": "core",
4719
- "strict": false,
4720
- "topic": "container",
4701
+ "strict": true,
4721
4702
  "isESM": false,
4722
4703
  "relativePath": [
4723
4704
  "lib",
4724
4705
  "commands",
4725
- "container",
4726
- "push.js"
4706
+ "domains",
4707
+ "info.js"
4727
4708
  ]
4728
4709
  },
4729
- "container:release": {
4710
+ "domains:remove": {
4730
4711
  "aliases": [],
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",
4712
+ "args": {
4713
+ "hostname": {
4714
+ "description": "unique identifier of the domain or full hostname",
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
+ ],
4734
4723
  "flags": {
4724
+ "help": {
4725
+ "char": "h",
4726
+ "description": "Show CLI help.",
4727
+ "name": "help",
4728
+ "allowNo": false,
4729
+ "type": "boolean"
4730
+ },
4735
4731
  "app": {
4736
4732
  "char": "a",
4737
4733
  "description": "app to run command against",
@@ -4748,38 +4744,44 @@
4748
4744
  "hasDynamicHelp": false,
4749
4745
  "multiple": false,
4750
4746
  "type": "option"
4751
- },
4752
- "verbose": {
4753
- "char": "v",
4754
- "name": "verbose",
4755
- "allowNo": false,
4756
- "type": "boolean"
4757
4747
  }
4758
4748
  },
4759
4749
  "hasDynamicHelp": false,
4760
4750
  "hiddenAliases": [],
4761
- "id": "container:release",
4751
+ "id": "domains:remove",
4762
4752
  "pluginAlias": "heroku",
4763
4753
  "pluginName": "heroku",
4764
4754
  "pluginType": "core",
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",
4755
+ "strict": true,
4769
4756
  "isESM": false,
4770
4757
  "relativePath": [
4771
4758
  "lib",
4772
4759
  "commands",
4773
- "container",
4774
- "release.js"
4760
+ "domains",
4761
+ "remove.js"
4775
4762
  ]
4776
4763
  },
4777
- "container:rm": {
4764
+ "domains:update": {
4778
4765
  "aliases": [],
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",
4766
+ "args": {
4767
+ "hostname": {
4768
+ "description": "unique identifier of the domain or full hostname",
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
+ ],
4782
4777
  "flags": {
4778
+ "help": {
4779
+ "char": "h",
4780
+ "description": "Show CLI help.",
4781
+ "name": "help",
4782
+ "allowNo": false,
4783
+ "type": "boolean"
4784
+ },
4783
4785
  "app": {
4784
4786
  "char": "a",
4785
4787
  "description": "app to run command against",
@@ -4796,32 +4798,48 @@
4796
4798
  "hasDynamicHelp": false,
4797
4799
  "multiple": false,
4798
4800
  "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"
4799
4809
  }
4800
4810
  },
4801
4811
  "hasDynamicHelp": false,
4802
4812
  "hiddenAliases": [],
4803
- "id": "container:rm",
4813
+ "id": "domains:update",
4804
4814
  "pluginAlias": "heroku",
4805
4815
  "pluginName": "heroku",
4806
4816
  "pluginType": "core",
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",
4817
+ "strict": true,
4811
4818
  "isESM": false,
4812
4819
  "relativePath": [
4813
4820
  "lib",
4814
4821
  "commands",
4815
- "container",
4816
- "rm.js"
4822
+ "domains",
4823
+ "update.js"
4817
4824
  ]
4818
4825
  },
4819
- "container:run": {
4826
+ "domains:wait": {
4820
4827
  "aliases": [],
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",
4828
+ "args": {
4829
+ "hostname": {
4830
+ "description": "unique identifier of the domain or full hostname",
4831
+ "name": "hostname"
4832
+ }
4833
+ },
4834
+ "description": "wait for domain to be active for an app",
4824
4835
  "flags": {
4836
+ "help": {
4837
+ "char": "h",
4838
+ "description": "Show CLI help.",
4839
+ "name": "help",
4840
+ "allowNo": false,
4841
+ "type": "boolean"
4842
+ },
4825
4843
  "app": {
4826
4844
  "char": "a",
4827
4845
  "description": "app to run command against",
@@ -4838,39 +4856,21 @@
4838
4856
  "hasDynamicHelp": false,
4839
4857
  "multiple": false,
4840
4858
  "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"
4856
4859
  }
4857
4860
  },
4858
4861
  "hasDynamicHelp": false,
4859
4862
  "hiddenAliases": [],
4860
- "id": "container:run",
4863
+ "id": "domains:wait",
4861
4864
  "pluginAlias": "heroku",
4862
4865
  "pluginName": "heroku",
4863
4866
  "pluginType": "core",
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",
4867
+ "strict": true,
4868
4868
  "isESM": false,
4869
4869
  "relativePath": [
4870
4870
  "lib",
4871
4871
  "commands",
4872
- "container",
4873
- "run.js"
4872
+ "domains",
4873
+ "wait.js"
4874
4874
  ]
4875
4875
  },
4876
4876
  "drains:add": {
@@ -14450,5 +14450,5 @@
14450
14450
  ]
14451
14451
  }
14452
14452
  },
14453
- "version": "10.1.0-beta.1"
14453
+ "version": "10.1.0-beta.2"
14454
14454
  }