heroku 10.7.0-beta.0 → 10.7.1-alpha.0
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/README.md +1 -0
- package/bin/heroku-prompts.js +235 -0
- package/bin/heroku-repl.js +620 -0
- package/bin/run +36 -7
- package/lib/analytics.js +3 -1
- package/lib/commands/access/index.js +2 -1
- package/lib/commands/accounts/current.js +2 -1
- package/lib/commands/addons/index.js +3 -2
- package/lib/commands/addons/info.js +3 -2
- package/lib/commands/addons/plans.js +3 -2
- package/lib/commands/addons/services.js +3 -2
- package/lib/commands/apps/create.js +2 -1
- package/lib/commands/apps/errors.js +4 -3
- package/lib/commands/apps/favorites/index.js +3 -2
- package/lib/commands/apps/index.js +7 -6
- package/lib/commands/apps/info.js +4 -3
- package/lib/commands/apps/stacks/index.js +2 -1
- package/lib/commands/authorizations/create.js +2 -1
- package/lib/commands/authorizations/index.js +3 -2
- package/lib/commands/authorizations/info.js +2 -1
- package/lib/commands/autocomplete/doctor.js +2 -1
- package/lib/commands/buildpacks/index.js +2 -2
- package/lib/commands/buildpacks/info.js +3 -2
- package/lib/commands/buildpacks/search.js +2 -1
- package/lib/commands/buildpacks/versions.js +2 -1
- package/lib/commands/certs/add.js +2 -1
- package/lib/commands/certs/auto/enable.js +3 -2
- package/lib/commands/certs/auto/index.js +5 -4
- package/lib/commands/ci/config/index.js +4 -3
- package/lib/commands/ci/config/set.js +2 -1
- package/lib/commands/clients/create.js +2 -1
- package/lib/commands/clients/index.js +3 -2
- package/lib/commands/clients/info.js +4 -3
- package/lib/commands/clients/rotate.js +4 -3
- package/lib/commands/config/edit.js +2 -1
- package/lib/commands/config/index.js +4 -3
- package/lib/commands/config/set.js +2 -1
- package/lib/commands/container/pull.js +2 -2
- package/lib/commands/container/push.js +5 -4
- package/lib/commands/container/run.js +3 -2
- package/lib/commands/domains/add.js +2 -1
- package/lib/commands/domains/index.js +5 -4
- package/lib/commands/domains/info.js +2 -1
- package/lib/commands/drains/index.js +4 -3
- package/lib/commands/features/index.js +3 -2
- package/lib/commands/features/info.js +4 -3
- package/lib/commands/keys/add.js +2 -1
- package/lib/commands/keys/index.js +3 -2
- package/lib/commands/labs/disable.js +2 -1
- package/lib/commands/labs/index.js +3 -2
- package/lib/commands/labs/info.js +4 -3
- package/lib/commands/members/index.js +2 -1
- package/lib/commands/notifications/index.js +3 -2
- package/lib/commands/pg/backups/index.js +7 -6
- package/lib/commands/pg/backups/info.js +4 -3
- package/lib/commands/pg/backups/schedules.js +2 -1
- package/lib/commands/pg/credentials.js +2 -1
- package/lib/commands/pg/diagnose.js +3 -2
- package/lib/commands/pg/info.js +4 -3
- package/lib/commands/pg/links/index.js +3 -2
- package/lib/commands/pg/settings/index.js +3 -2
- package/lib/commands/pipelines/diff.js +3 -2
- package/lib/commands/pipelines/index.js +3 -2
- package/lib/commands/pipelines/info.js +2 -1
- package/lib/commands/pipelines/promote.js +2 -1
- package/lib/commands/pipelines/transfer.js +2 -1
- package/lib/commands/ps/index.js +5 -4
- package/lib/commands/ps/type.js +5 -4
- package/lib/commands/ps/wait.js +2 -1
- package/lib/commands/regions.js +3 -3
- package/lib/commands/releases/index.js +3 -2
- package/lib/commands/releases/info.js +6 -5
- package/lib/commands/sessions/index.js +3 -2
- package/lib/commands/spaces/create.js +3 -2
- package/lib/commands/spaces/index.js +2 -1
- package/lib/commands/spaces/ps.js +3 -2
- package/lib/commands/spaces/topology.js +4 -3
- package/lib/commands/spaces/trusted-ips/index.js +3 -2
- package/lib/commands/spaces/vpn/config.js +2 -1
- package/lib/commands/spaces/vpn/connections.js +4 -3
- package/lib/commands/spaces/vpn/info.js +6 -5
- package/lib/commands/spaces/vpn/wait.js +2 -1
- package/lib/commands/status.js +3 -2
- package/lib/commands/teams/index.js +3 -3
- package/lib/commands/telemetry/index.js +3 -2
- package/lib/commands/usage/addons.js +3 -2
- package/lib/commands/webhooks/add.js +2 -1
- package/lib/commands/webhooks/deliveries/index.js +2 -2
- package/lib/commands/webhooks/deliveries/info.js +5 -4
- package/lib/commands/webhooks/events/index.js +2 -1
- package/lib/commands/webhooks/events/info.js +3 -2
- package/lib/commands/webhooks/index.js +2 -2
- package/lib/commands/webhooks/info.js +3 -2
- package/lib/global_telemetry.d.ts +1 -1
- package/lib/global_telemetry.js +3 -1
- package/lib/lib/authorizations/authorizations.js +2 -2
- package/lib/lib/certs/certificate_details.js +2 -1
- package/lib/lib/certs/display_table.js +2 -2
- package/lib/lib/ci/test-run.js +4 -3
- package/lib/lib/confirmCommand.js +2 -1
- package/lib/lib/domains/domains.js +4 -3
- package/lib/lib/domains/wait-for-domain.js +2 -2
- package/lib/lib/orgs/utils.js +2 -1
- package/lib/lib/pipelines/render-pipeline.js +3 -2
- package/lib/lib/pipelines/setup/get-ci-settings.js +2 -2
- package/lib/lib/pipelines/setup/get-name-and-repo.js +3 -2
- package/lib/lib/pipelines/setup/get-settings.js +6 -6
- package/lib/lib/redis/api.js +4 -3
- package/lib/lib/spaces/hosts.js +3 -2
- package/lib/lib/spaces/outbound-rules.js +4 -3
- package/lib/lib/spaces/peering.js +5 -4
- package/lib/lib/spaces/spaces.js +3 -2
- package/lib/lib/spaces/vpn-connections.js +3 -3
- package/lib/lib/telemetry/util.js +3 -2
- package/oclif.manifest.json +746 -746
- package/package.json +9 -6
package/oclif.manifest.json
CHANGED
|
@@ -533,134 +533,6 @@
|
|
|
533
533
|
"update.js"
|
|
534
534
|
]
|
|
535
535
|
},
|
|
536
|
-
"accounts:add": {
|
|
537
|
-
"aliases": [],
|
|
538
|
-
"args": {
|
|
539
|
-
"name": {
|
|
540
|
-
"description": "name of Heroku account to add",
|
|
541
|
-
"name": "name",
|
|
542
|
-
"required": true
|
|
543
|
-
}
|
|
544
|
-
},
|
|
545
|
-
"description": "add a Heroku account to your cache",
|
|
546
|
-
"examples": "heroku accounts:add my-account",
|
|
547
|
-
"flags": {},
|
|
548
|
-
"hasDynamicHelp": false,
|
|
549
|
-
"hiddenAliases": [],
|
|
550
|
-
"id": "accounts:add",
|
|
551
|
-
"pluginAlias": "heroku",
|
|
552
|
-
"pluginName": "heroku",
|
|
553
|
-
"pluginType": "core",
|
|
554
|
-
"strict": true,
|
|
555
|
-
"example": "heroku accounts:add my-account",
|
|
556
|
-
"isESM": false,
|
|
557
|
-
"relativePath": [
|
|
558
|
-
"lib",
|
|
559
|
-
"commands",
|
|
560
|
-
"accounts",
|
|
561
|
-
"add.js"
|
|
562
|
-
]
|
|
563
|
-
},
|
|
564
|
-
"accounts:current": {
|
|
565
|
-
"aliases": [],
|
|
566
|
-
"args": {},
|
|
567
|
-
"description": "display the current Heroku account",
|
|
568
|
-
"examples": "heroku accounts:current",
|
|
569
|
-
"flags": {},
|
|
570
|
-
"hasDynamicHelp": false,
|
|
571
|
-
"hiddenAliases": [],
|
|
572
|
-
"id": "accounts:current",
|
|
573
|
-
"pluginAlias": "heroku",
|
|
574
|
-
"pluginName": "heroku",
|
|
575
|
-
"pluginType": "core",
|
|
576
|
-
"strict": true,
|
|
577
|
-
"example": "heroku accounts:current",
|
|
578
|
-
"isESM": false,
|
|
579
|
-
"relativePath": [
|
|
580
|
-
"lib",
|
|
581
|
-
"commands",
|
|
582
|
-
"accounts",
|
|
583
|
-
"current.js"
|
|
584
|
-
]
|
|
585
|
-
},
|
|
586
|
-
"accounts": {
|
|
587
|
-
"aliases": [],
|
|
588
|
-
"args": {},
|
|
589
|
-
"description": "list the Heroku accounts in your cache",
|
|
590
|
-
"examples": "heroku accounts",
|
|
591
|
-
"flags": {},
|
|
592
|
-
"hasDynamicHelp": false,
|
|
593
|
-
"hiddenAliases": [],
|
|
594
|
-
"id": "accounts",
|
|
595
|
-
"pluginAlias": "heroku",
|
|
596
|
-
"pluginName": "heroku",
|
|
597
|
-
"pluginType": "core",
|
|
598
|
-
"strict": true,
|
|
599
|
-
"example": "heroku accounts",
|
|
600
|
-
"isESM": false,
|
|
601
|
-
"relativePath": [
|
|
602
|
-
"lib",
|
|
603
|
-
"commands",
|
|
604
|
-
"accounts",
|
|
605
|
-
"index.js"
|
|
606
|
-
]
|
|
607
|
-
},
|
|
608
|
-
"accounts:remove": {
|
|
609
|
-
"aliases": [],
|
|
610
|
-
"args": {
|
|
611
|
-
"name": {
|
|
612
|
-
"description": "name of Heroku account to remove",
|
|
613
|
-
"name": "name",
|
|
614
|
-
"required": true
|
|
615
|
-
}
|
|
616
|
-
},
|
|
617
|
-
"description": "remove a Heroku account from your cache",
|
|
618
|
-
"examples": "heroku accounts:remove my-account",
|
|
619
|
-
"flags": {},
|
|
620
|
-
"hasDynamicHelp": false,
|
|
621
|
-
"hiddenAliases": [],
|
|
622
|
-
"id": "accounts:remove",
|
|
623
|
-
"pluginAlias": "heroku",
|
|
624
|
-
"pluginName": "heroku",
|
|
625
|
-
"pluginType": "core",
|
|
626
|
-
"strict": true,
|
|
627
|
-
"example": "heroku accounts:remove my-account",
|
|
628
|
-
"isESM": false,
|
|
629
|
-
"relativePath": [
|
|
630
|
-
"lib",
|
|
631
|
-
"commands",
|
|
632
|
-
"accounts",
|
|
633
|
-
"remove.js"
|
|
634
|
-
]
|
|
635
|
-
},
|
|
636
|
-
"accounts:set": {
|
|
637
|
-
"aliases": [],
|
|
638
|
-
"args": {
|
|
639
|
-
"name": {
|
|
640
|
-
"description": "name of account to set",
|
|
641
|
-
"name": "name",
|
|
642
|
-
"required": true
|
|
643
|
-
}
|
|
644
|
-
},
|
|
645
|
-
"description": "set the current Heroku account from your cache",
|
|
646
|
-
"examples": "heroku accounts:set my-account",
|
|
647
|
-
"flags": {},
|
|
648
|
-
"hasDynamicHelp": false,
|
|
649
|
-
"hiddenAliases": [],
|
|
650
|
-
"id": "accounts:set",
|
|
651
|
-
"pluginAlias": "heroku",
|
|
652
|
-
"pluginName": "heroku",
|
|
653
|
-
"pluginType": "core",
|
|
654
|
-
"strict": true,
|
|
655
|
-
"example": "heroku accounts:set my-account",
|
|
656
|
-
"isESM": false,
|
|
657
|
-
"relativePath": [
|
|
658
|
-
"lib",
|
|
659
|
-
"commands",
|
|
660
|
-
"accounts",
|
|
661
|
-
"set.js"
|
|
662
|
-
]
|
|
663
|
-
},
|
|
664
536
|
"addons:attach": {
|
|
665
537
|
"aliases": [],
|
|
666
538
|
"args": {
|
|
@@ -1315,6 +1187,134 @@
|
|
|
1315
1187
|
"wait.js"
|
|
1316
1188
|
]
|
|
1317
1189
|
},
|
|
1190
|
+
"accounts:add": {
|
|
1191
|
+
"aliases": [],
|
|
1192
|
+
"args": {
|
|
1193
|
+
"name": {
|
|
1194
|
+
"description": "name of Heroku account to add",
|
|
1195
|
+
"name": "name",
|
|
1196
|
+
"required": true
|
|
1197
|
+
}
|
|
1198
|
+
},
|
|
1199
|
+
"description": "add a Heroku account to your cache",
|
|
1200
|
+
"examples": "heroku accounts:add my-account",
|
|
1201
|
+
"flags": {},
|
|
1202
|
+
"hasDynamicHelp": false,
|
|
1203
|
+
"hiddenAliases": [],
|
|
1204
|
+
"id": "accounts:add",
|
|
1205
|
+
"pluginAlias": "heroku",
|
|
1206
|
+
"pluginName": "heroku",
|
|
1207
|
+
"pluginType": "core",
|
|
1208
|
+
"strict": true,
|
|
1209
|
+
"example": "heroku accounts:add my-account",
|
|
1210
|
+
"isESM": false,
|
|
1211
|
+
"relativePath": [
|
|
1212
|
+
"lib",
|
|
1213
|
+
"commands",
|
|
1214
|
+
"accounts",
|
|
1215
|
+
"add.js"
|
|
1216
|
+
]
|
|
1217
|
+
},
|
|
1218
|
+
"accounts:current": {
|
|
1219
|
+
"aliases": [],
|
|
1220
|
+
"args": {},
|
|
1221
|
+
"description": "display the current Heroku account",
|
|
1222
|
+
"examples": "heroku accounts:current",
|
|
1223
|
+
"flags": {},
|
|
1224
|
+
"hasDynamicHelp": false,
|
|
1225
|
+
"hiddenAliases": [],
|
|
1226
|
+
"id": "accounts:current",
|
|
1227
|
+
"pluginAlias": "heroku",
|
|
1228
|
+
"pluginName": "heroku",
|
|
1229
|
+
"pluginType": "core",
|
|
1230
|
+
"strict": true,
|
|
1231
|
+
"example": "heroku accounts:current",
|
|
1232
|
+
"isESM": false,
|
|
1233
|
+
"relativePath": [
|
|
1234
|
+
"lib",
|
|
1235
|
+
"commands",
|
|
1236
|
+
"accounts",
|
|
1237
|
+
"current.js"
|
|
1238
|
+
]
|
|
1239
|
+
},
|
|
1240
|
+
"accounts": {
|
|
1241
|
+
"aliases": [],
|
|
1242
|
+
"args": {},
|
|
1243
|
+
"description": "list the Heroku accounts in your cache",
|
|
1244
|
+
"examples": "heroku accounts",
|
|
1245
|
+
"flags": {},
|
|
1246
|
+
"hasDynamicHelp": false,
|
|
1247
|
+
"hiddenAliases": [],
|
|
1248
|
+
"id": "accounts",
|
|
1249
|
+
"pluginAlias": "heroku",
|
|
1250
|
+
"pluginName": "heroku",
|
|
1251
|
+
"pluginType": "core",
|
|
1252
|
+
"strict": true,
|
|
1253
|
+
"example": "heroku accounts",
|
|
1254
|
+
"isESM": false,
|
|
1255
|
+
"relativePath": [
|
|
1256
|
+
"lib",
|
|
1257
|
+
"commands",
|
|
1258
|
+
"accounts",
|
|
1259
|
+
"index.js"
|
|
1260
|
+
]
|
|
1261
|
+
},
|
|
1262
|
+
"accounts:remove": {
|
|
1263
|
+
"aliases": [],
|
|
1264
|
+
"args": {
|
|
1265
|
+
"name": {
|
|
1266
|
+
"description": "name of Heroku account to remove",
|
|
1267
|
+
"name": "name",
|
|
1268
|
+
"required": true
|
|
1269
|
+
}
|
|
1270
|
+
},
|
|
1271
|
+
"description": "remove a Heroku account from your cache",
|
|
1272
|
+
"examples": "heroku accounts:remove my-account",
|
|
1273
|
+
"flags": {},
|
|
1274
|
+
"hasDynamicHelp": false,
|
|
1275
|
+
"hiddenAliases": [],
|
|
1276
|
+
"id": "accounts:remove",
|
|
1277
|
+
"pluginAlias": "heroku",
|
|
1278
|
+
"pluginName": "heroku",
|
|
1279
|
+
"pluginType": "core",
|
|
1280
|
+
"strict": true,
|
|
1281
|
+
"example": "heroku accounts:remove my-account",
|
|
1282
|
+
"isESM": false,
|
|
1283
|
+
"relativePath": [
|
|
1284
|
+
"lib",
|
|
1285
|
+
"commands",
|
|
1286
|
+
"accounts",
|
|
1287
|
+
"remove.js"
|
|
1288
|
+
]
|
|
1289
|
+
},
|
|
1290
|
+
"accounts:set": {
|
|
1291
|
+
"aliases": [],
|
|
1292
|
+
"args": {
|
|
1293
|
+
"name": {
|
|
1294
|
+
"description": "name of account to set",
|
|
1295
|
+
"name": "name",
|
|
1296
|
+
"required": true
|
|
1297
|
+
}
|
|
1298
|
+
},
|
|
1299
|
+
"description": "set the current Heroku account from your cache",
|
|
1300
|
+
"examples": "heroku accounts:set my-account",
|
|
1301
|
+
"flags": {},
|
|
1302
|
+
"hasDynamicHelp": false,
|
|
1303
|
+
"hiddenAliases": [],
|
|
1304
|
+
"id": "accounts:set",
|
|
1305
|
+
"pluginAlias": "heroku",
|
|
1306
|
+
"pluginName": "heroku",
|
|
1307
|
+
"pluginType": "core",
|
|
1308
|
+
"strict": true,
|
|
1309
|
+
"example": "heroku accounts:set my-account",
|
|
1310
|
+
"isESM": false,
|
|
1311
|
+
"relativePath": [
|
|
1312
|
+
"lib",
|
|
1313
|
+
"commands",
|
|
1314
|
+
"accounts",
|
|
1315
|
+
"set.js"
|
|
1316
|
+
]
|
|
1317
|
+
},
|
|
1318
1318
|
"apps:create": {
|
|
1319
1319
|
"aliases": [],
|
|
1320
1320
|
"args": {
|
|
@@ -2907,35 +2907,38 @@
|
|
|
2907
2907
|
"versions.js"
|
|
2908
2908
|
]
|
|
2909
2909
|
},
|
|
2910
|
-
"
|
|
2910
|
+
"certs:add": {
|
|
2911
2911
|
"aliases": [],
|
|
2912
|
-
"args": {
|
|
2913
|
-
|
|
2912
|
+
"args": {
|
|
2913
|
+
"CRT": {
|
|
2914
|
+
"description": "absolute path of the certificate file on disk",
|
|
2915
|
+
"name": "CRT",
|
|
2916
|
+
"required": true
|
|
2917
|
+
},
|
|
2918
|
+
"KEY": {
|
|
2919
|
+
"description": "absolute path of the key file on disk",
|
|
2920
|
+
"name": "KEY",
|
|
2921
|
+
"required": true
|
|
2922
|
+
}
|
|
2923
|
+
},
|
|
2924
|
+
"description": "Add an SSL certificate to an app.\n\n Note: certificates with PEM encoding are also valid.\n ",
|
|
2925
|
+
"examples": [
|
|
2926
|
+
"$ heroku certs:add example.com.crt example.com.key\n If you require intermediate certificates, refer to this article on merging certificates to get a complete chain:\n https://help.salesforce.com/s/articleView?id=000333504&type=1"
|
|
2927
|
+
],
|
|
2914
2928
|
"flags": {
|
|
2915
2929
|
"app": {
|
|
2916
2930
|
"char": "a",
|
|
2917
2931
|
"description": "app to run command against",
|
|
2918
2932
|
"name": "app",
|
|
2933
|
+
"required": true,
|
|
2919
2934
|
"hasDynamicHelp": false,
|
|
2920
2935
|
"multiple": false,
|
|
2921
2936
|
"type": "option"
|
|
2922
2937
|
},
|
|
2923
|
-
"
|
|
2924
|
-
"
|
|
2925
|
-
"
|
|
2926
|
-
"
|
|
2927
|
-
"type": "boolean"
|
|
2928
|
-
},
|
|
2929
|
-
"no-setup": {
|
|
2930
|
-
"description": "start test dyno without running test-setup",
|
|
2931
|
-
"name": "no-setup",
|
|
2932
|
-
"allowNo": false,
|
|
2933
|
-
"type": "boolean"
|
|
2934
|
-
},
|
|
2935
|
-
"pipeline": {
|
|
2936
|
-
"char": "p",
|
|
2937
|
-
"description": "name of pipeline",
|
|
2938
|
-
"name": "pipeline",
|
|
2938
|
+
"remote": {
|
|
2939
|
+
"char": "r",
|
|
2940
|
+
"description": "git remote of app to use",
|
|
2941
|
+
"name": "remote",
|
|
2939
2942
|
"hasDynamicHelp": false,
|
|
2940
2943
|
"multiple": false,
|
|
2941
2944
|
"type": "option"
|
|
@@ -2943,102 +2946,92 @@
|
|
|
2943
2946
|
},
|
|
2944
2947
|
"hasDynamicHelp": false,
|
|
2945
2948
|
"hiddenAliases": [],
|
|
2946
|
-
"id": "
|
|
2949
|
+
"id": "certs:add",
|
|
2947
2950
|
"pluginAlias": "heroku",
|
|
2948
2951
|
"pluginName": "heroku",
|
|
2949
2952
|
"pluginType": "core",
|
|
2950
2953
|
"strict": true,
|
|
2951
|
-
"
|
|
2952
|
-
"topic": "ci",
|
|
2954
|
+
"topic": "certs",
|
|
2953
2955
|
"isESM": false,
|
|
2954
2956
|
"relativePath": [
|
|
2955
2957
|
"lib",
|
|
2956
2958
|
"commands",
|
|
2957
|
-
"
|
|
2958
|
-
"
|
|
2959
|
+
"certs",
|
|
2960
|
+
"add.js"
|
|
2959
2961
|
]
|
|
2960
2962
|
},
|
|
2961
|
-
"
|
|
2963
|
+
"certs:generate": {
|
|
2962
2964
|
"aliases": [],
|
|
2963
|
-
"args": {
|
|
2964
|
-
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
|
|
2965
|
+
"args": {
|
|
2966
|
+
"domain": {
|
|
2967
|
+
"description": "domain name to generate",
|
|
2968
|
+
"name": "domain",
|
|
2969
|
+
"required": true
|
|
2970
|
+
}
|
|
2971
|
+
},
|
|
2972
|
+
"description": "generate a key and a CSR or self-signed certificate",
|
|
2968
2973
|
"flags": {
|
|
2969
|
-
"
|
|
2970
|
-
"
|
|
2971
|
-
"
|
|
2972
|
-
"
|
|
2974
|
+
"selfsigned": {
|
|
2975
|
+
"description": "generate a self-signed certificate instead of a CSR",
|
|
2976
|
+
"name": "selfsigned",
|
|
2977
|
+
"required": false,
|
|
2978
|
+
"allowNo": false,
|
|
2979
|
+
"type": "boolean"
|
|
2980
|
+
},
|
|
2981
|
+
"keysize": {
|
|
2982
|
+
"description": "RSA key size in bits (default: 2048)",
|
|
2983
|
+
"name": "keysize",
|
|
2973
2984
|
"hasDynamicHelp": false,
|
|
2974
2985
|
"multiple": false,
|
|
2975
2986
|
"type": "option"
|
|
2976
2987
|
},
|
|
2977
|
-
"
|
|
2978
|
-
"
|
|
2979
|
-
"
|
|
2980
|
-
"name": "remote",
|
|
2988
|
+
"owner": {
|
|
2989
|
+
"description": "name of organization certificate belongs to",
|
|
2990
|
+
"name": "owner",
|
|
2981
2991
|
"hasDynamicHelp": false,
|
|
2982
2992
|
"multiple": false,
|
|
2983
2993
|
"type": "option"
|
|
2984
2994
|
},
|
|
2985
|
-
"
|
|
2986
|
-
"description": "
|
|
2987
|
-
"name": "
|
|
2988
|
-
"
|
|
2989
|
-
"
|
|
2990
|
-
"type": "
|
|
2995
|
+
"country": {
|
|
2996
|
+
"description": "country of owner, as a two-letter ISO country code",
|
|
2997
|
+
"name": "country",
|
|
2998
|
+
"hasDynamicHelp": false,
|
|
2999
|
+
"multiple": false,
|
|
3000
|
+
"type": "option"
|
|
2991
3001
|
},
|
|
2992
|
-
"
|
|
2993
|
-
"
|
|
2994
|
-
"
|
|
2995
|
-
"name": "pipeline",
|
|
2996
|
-
"required": false,
|
|
3002
|
+
"area": {
|
|
3003
|
+
"description": "sub-country area (state, province, etc.) of owner",
|
|
3004
|
+
"name": "area",
|
|
2997
3005
|
"hasDynamicHelp": false,
|
|
2998
3006
|
"multiple": false,
|
|
2999
3007
|
"type": "option"
|
|
3000
3008
|
},
|
|
3001
|
-
"
|
|
3002
|
-
"description": "
|
|
3003
|
-
"name": "
|
|
3009
|
+
"city": {
|
|
3010
|
+
"description": "city of owner",
|
|
3011
|
+
"name": "city",
|
|
3012
|
+
"hasDynamicHelp": false,
|
|
3013
|
+
"multiple": false,
|
|
3014
|
+
"type": "option"
|
|
3015
|
+
},
|
|
3016
|
+
"subject": {
|
|
3017
|
+
"description": "specify entire certificate subject",
|
|
3018
|
+
"name": "subject",
|
|
3019
|
+
"hasDynamicHelp": false,
|
|
3020
|
+
"multiple": false,
|
|
3021
|
+
"type": "option"
|
|
3022
|
+
},
|
|
3023
|
+
"now": {
|
|
3024
|
+
"description": "do not prompt for any owner information",
|
|
3025
|
+
"name": "now",
|
|
3004
3026
|
"required": false,
|
|
3005
3027
|
"allowNo": false,
|
|
3006
3028
|
"type": "boolean"
|
|
3007
|
-
}
|
|
3008
|
-
},
|
|
3009
|
-
"hasDynamicHelp": false,
|
|
3010
|
-
"hiddenAliases": [],
|
|
3011
|
-
"id": "ci",
|
|
3012
|
-
"pluginAlias": "heroku",
|
|
3013
|
-
"pluginName": "heroku",
|
|
3014
|
-
"pluginType": "core",
|
|
3015
|
-
"strict": true,
|
|
3016
|
-
"isESM": false,
|
|
3017
|
-
"relativePath": [
|
|
3018
|
-
"lib",
|
|
3019
|
-
"commands",
|
|
3020
|
-
"ci",
|
|
3021
|
-
"index.js"
|
|
3022
|
-
]
|
|
3023
|
-
},
|
|
3024
|
-
"ci:info": {
|
|
3025
|
-
"aliases": [],
|
|
3026
|
-
"args": {
|
|
3027
|
-
"test-run": {
|
|
3028
|
-
"description": "auto-incremented test run number",
|
|
3029
|
-
"name": "test-run",
|
|
3030
|
-
"required": true
|
|
3031
|
-
}
|
|
3032
|
-
},
|
|
3033
|
-
"description": "show the status of a specific test run",
|
|
3034
|
-
"examples": [
|
|
3035
|
-
"$ heroku ci:info 1288 --app murmuring-headland-14719\n"
|
|
3036
|
-
],
|
|
3037
|
-
"flags": {
|
|
3029
|
+
},
|
|
3038
3030
|
"app": {
|
|
3039
3031
|
"char": "a",
|
|
3040
3032
|
"description": "app to run command against",
|
|
3041
3033
|
"name": "app",
|
|
3034
|
+
"required": true,
|
|
3042
3035
|
"hasDynamicHelp": false,
|
|
3043
3036
|
"multiple": false,
|
|
3044
3037
|
"type": "option"
|
|
@@ -3050,52 +3043,35 @@
|
|
|
3050
3043
|
"hasDynamicHelp": false,
|
|
3051
3044
|
"multiple": false,
|
|
3052
3045
|
"type": "option"
|
|
3053
|
-
},
|
|
3054
|
-
"node": {
|
|
3055
|
-
"description": "the node number to show its setup and output",
|
|
3056
|
-
"name": "node",
|
|
3057
|
-
"required": false,
|
|
3058
|
-
"hasDynamicHelp": false,
|
|
3059
|
-
"multiple": false,
|
|
3060
|
-
"type": "option"
|
|
3061
|
-
},
|
|
3062
|
-
"pipeline": {
|
|
3063
|
-
"char": "p",
|
|
3064
|
-
"description": "name of pipeline",
|
|
3065
|
-
"name": "pipeline",
|
|
3066
|
-
"required": false,
|
|
3067
|
-
"hasDynamicHelp": false,
|
|
3068
|
-
"multiple": false,
|
|
3069
|
-
"type": "option"
|
|
3070
3046
|
}
|
|
3071
3047
|
},
|
|
3072
3048
|
"hasDynamicHelp": false,
|
|
3073
3049
|
"hiddenAliases": [],
|
|
3074
|
-
"id": "
|
|
3050
|
+
"id": "certs:generate",
|
|
3075
3051
|
"pluginAlias": "heroku",
|
|
3076
3052
|
"pluginName": "heroku",
|
|
3077
3053
|
"pluginType": "core",
|
|
3078
3054
|
"strict": true,
|
|
3055
|
+
"topic": "certs",
|
|
3056
|
+
"help": "Generate a key and certificate signing request (or self-signed certificate)\nfor an app. Prompts for information to put in the certificate unless --now\nis used, or at least one of the --subject, --owner, --country, --area, or\n--city options is specified.",
|
|
3079
3057
|
"isESM": false,
|
|
3080
3058
|
"relativePath": [
|
|
3081
3059
|
"lib",
|
|
3082
3060
|
"commands",
|
|
3083
|
-
"
|
|
3084
|
-
"
|
|
3061
|
+
"certs",
|
|
3062
|
+
"generate.js"
|
|
3085
3063
|
]
|
|
3086
3064
|
},
|
|
3087
|
-
"
|
|
3065
|
+
"certs": {
|
|
3088
3066
|
"aliases": [],
|
|
3089
3067
|
"args": {},
|
|
3090
|
-
"description": "
|
|
3091
|
-
"examples": [
|
|
3092
|
-
"$ heroku ci:last --pipeline=my-pipeline --node 100\n"
|
|
3093
|
-
],
|
|
3068
|
+
"description": "list SSL certificates for an app",
|
|
3094
3069
|
"flags": {
|
|
3095
3070
|
"app": {
|
|
3096
3071
|
"char": "a",
|
|
3097
3072
|
"description": "app to run command against",
|
|
3098
3073
|
"name": "app",
|
|
3074
|
+
"required": true,
|
|
3099
3075
|
"hasDynamicHelp": false,
|
|
3100
3076
|
"multiple": false,
|
|
3101
3077
|
"type": "option"
|
|
@@ -3107,76 +3083,46 @@
|
|
|
3107
3083
|
"hasDynamicHelp": false,
|
|
3108
3084
|
"multiple": false,
|
|
3109
3085
|
"type": "option"
|
|
3110
|
-
},
|
|
3111
|
-
"node": {
|
|
3112
|
-
"description": "the node number to show its setup and output",
|
|
3113
|
-
"name": "node",
|
|
3114
|
-
"required": false,
|
|
3115
|
-
"hasDynamicHelp": false,
|
|
3116
|
-
"multiple": false,
|
|
3117
|
-
"type": "option"
|
|
3118
|
-
},
|
|
3119
|
-
"pipeline": {
|
|
3120
|
-
"char": "p",
|
|
3121
|
-
"description": "name of pipeline",
|
|
3122
|
-
"name": "pipeline",
|
|
3123
|
-
"required": false,
|
|
3124
|
-
"hasDynamicHelp": false,
|
|
3125
|
-
"multiple": false,
|
|
3126
|
-
"type": "option"
|
|
3127
3086
|
}
|
|
3128
3087
|
},
|
|
3129
3088
|
"hasDynamicHelp": false,
|
|
3130
3089
|
"hiddenAliases": [],
|
|
3131
|
-
"id": "
|
|
3132
|
-
"pluginAlias": "heroku",
|
|
3133
|
-
"pluginName": "heroku",
|
|
3134
|
-
"pluginType": "core",
|
|
3135
|
-
"strict": true,
|
|
3136
|
-
"isESM": false,
|
|
3137
|
-
"relativePath": [
|
|
3138
|
-
"lib",
|
|
3139
|
-
"commands",
|
|
3140
|
-
"ci",
|
|
3141
|
-
"last.js"
|
|
3142
|
-
]
|
|
3143
|
-
},
|
|
3144
|
-
"ci:migrate-manifest": {
|
|
3145
|
-
"aliases": [],
|
|
3146
|
-
"args": {},
|
|
3147
|
-
"description": "app-ci.json is deprecated. Run this command to migrate to app.json with an environments key.",
|
|
3148
|
-
"examples": [
|
|
3149
|
-
"$ heroku ci:migrate-manifest"
|
|
3150
|
-
],
|
|
3151
|
-
"flags": {},
|
|
3152
|
-
"hasDynamicHelp": false,
|
|
3153
|
-
"hiddenAliases": [],
|
|
3154
|
-
"id": "ci:migrate-manifest",
|
|
3090
|
+
"id": "certs",
|
|
3155
3091
|
"pluginAlias": "heroku",
|
|
3156
3092
|
"pluginName": "heroku",
|
|
3157
3093
|
"pluginType": "core",
|
|
3158
3094
|
"strict": true,
|
|
3159
|
-
"topic": "
|
|
3095
|
+
"topic": "certs",
|
|
3160
3096
|
"isESM": false,
|
|
3161
3097
|
"relativePath": [
|
|
3162
3098
|
"lib",
|
|
3163
3099
|
"commands",
|
|
3164
|
-
"
|
|
3165
|
-
"
|
|
3100
|
+
"certs",
|
|
3101
|
+
"index.js"
|
|
3166
3102
|
]
|
|
3167
3103
|
},
|
|
3168
|
-
"
|
|
3104
|
+
"certs:info": {
|
|
3169
3105
|
"aliases": [],
|
|
3170
3106
|
"args": {},
|
|
3171
|
-
"description": "
|
|
3172
|
-
"examples": [
|
|
3173
|
-
"$ heroku ci:open --app murmuring-headland-14719"
|
|
3174
|
-
],
|
|
3107
|
+
"description": "show certificate information for an SSL certificate",
|
|
3175
3108
|
"flags": {
|
|
3176
|
-
"
|
|
3177
|
-
"
|
|
3178
|
-
"
|
|
3179
|
-
"
|
|
3109
|
+
"name": {
|
|
3110
|
+
"description": "name to check info on",
|
|
3111
|
+
"name": "name",
|
|
3112
|
+
"hasDynamicHelp": false,
|
|
3113
|
+
"multiple": false,
|
|
3114
|
+
"type": "option"
|
|
3115
|
+
},
|
|
3116
|
+
"endpoint": {
|
|
3117
|
+
"description": "endpoint to check info on",
|
|
3118
|
+
"name": "endpoint",
|
|
3119
|
+
"hasDynamicHelp": false,
|
|
3120
|
+
"multiple": false,
|
|
3121
|
+
"type": "option"
|
|
3122
|
+
},
|
|
3123
|
+
"show-domains": {
|
|
3124
|
+
"description": "show associated domains",
|
|
3125
|
+
"name": "show-domains",
|
|
3180
3126
|
"allowNo": false,
|
|
3181
3127
|
"type": "boolean"
|
|
3182
3128
|
},
|
|
@@ -3196,100 +3142,55 @@
|
|
|
3196
3142
|
"hasDynamicHelp": false,
|
|
3197
3143
|
"multiple": false,
|
|
3198
3144
|
"type": "option"
|
|
3199
|
-
},
|
|
3200
|
-
"pipeline": {
|
|
3201
|
-
"char": "p",
|
|
3202
|
-
"description": "name of pipeline",
|
|
3203
|
-
"name": "pipeline",
|
|
3204
|
-
"required": false,
|
|
3205
|
-
"hasDynamicHelp": false,
|
|
3206
|
-
"multiple": false,
|
|
3207
|
-
"type": "option"
|
|
3208
3145
|
}
|
|
3209
3146
|
},
|
|
3210
3147
|
"hasDynamicHelp": false,
|
|
3211
3148
|
"hiddenAliases": [],
|
|
3212
|
-
"id": "
|
|
3149
|
+
"id": "certs:info",
|
|
3213
3150
|
"pluginAlias": "heroku",
|
|
3214
3151
|
"pluginName": "heroku",
|
|
3215
3152
|
"pluginType": "core",
|
|
3216
3153
|
"strict": true,
|
|
3217
|
-
"topic": "
|
|
3154
|
+
"topic": "certs",
|
|
3218
3155
|
"isESM": false,
|
|
3219
3156
|
"relativePath": [
|
|
3220
3157
|
"lib",
|
|
3221
3158
|
"commands",
|
|
3222
|
-
"
|
|
3223
|
-
"
|
|
3159
|
+
"certs",
|
|
3160
|
+
"info.js"
|
|
3224
3161
|
]
|
|
3225
3162
|
},
|
|
3226
|
-
"
|
|
3163
|
+
"certs:remove": {
|
|
3227
3164
|
"aliases": [],
|
|
3228
|
-
"args": {
|
|
3229
|
-
|
|
3230
|
-
"description": "auto-incremented test run number",
|
|
3231
|
-
"name": "number",
|
|
3232
|
-
"required": false
|
|
3233
|
-
}
|
|
3234
|
-
},
|
|
3235
|
-
"description": "rerun tests against current directory",
|
|
3236
|
-
"examples": [
|
|
3237
|
-
"$ heroku ci:rerun 985 --app murmuring-headland-14719\n"
|
|
3238
|
-
],
|
|
3165
|
+
"args": {},
|
|
3166
|
+
"description": "remove an SSL certificate from an app",
|
|
3239
3167
|
"flags": {
|
|
3240
|
-
"
|
|
3241
|
-
"
|
|
3242
|
-
"
|
|
3243
|
-
"name": "app",
|
|
3168
|
+
"confirm": {
|
|
3169
|
+
"hidden": true,
|
|
3170
|
+
"name": "confirm",
|
|
3244
3171
|
"hasDynamicHelp": false,
|
|
3245
3172
|
"multiple": false,
|
|
3246
3173
|
"type": "option"
|
|
3247
3174
|
},
|
|
3248
|
-
"
|
|
3249
|
-
"
|
|
3250
|
-
"
|
|
3251
|
-
"name": "remote",
|
|
3175
|
+
"name": {
|
|
3176
|
+
"description": "name to remove",
|
|
3177
|
+
"name": "name",
|
|
3252
3178
|
"hasDynamicHelp": false,
|
|
3253
3179
|
"multiple": false,
|
|
3254
3180
|
"type": "option"
|
|
3255
3181
|
},
|
|
3256
|
-
"
|
|
3257
|
-
"
|
|
3258
|
-
"
|
|
3259
|
-
"name": "pipeline",
|
|
3260
|
-
"required": false,
|
|
3182
|
+
"endpoint": {
|
|
3183
|
+
"description": "endpoint to remove",
|
|
3184
|
+
"name": "endpoint",
|
|
3261
3185
|
"hasDynamicHelp": false,
|
|
3262
3186
|
"multiple": false,
|
|
3263
3187
|
"type": "option"
|
|
3264
|
-
}
|
|
3265
|
-
},
|
|
3266
|
-
"hasDynamicHelp": false,
|
|
3267
|
-
"hiddenAliases": [],
|
|
3268
|
-
"id": "ci:rerun",
|
|
3269
|
-
"pluginAlias": "heroku",
|
|
3270
|
-
"pluginName": "heroku",
|
|
3271
|
-
"pluginType": "core",
|
|
3272
|
-
"strict": true,
|
|
3273
|
-
"isESM": false,
|
|
3274
|
-
"relativePath": [
|
|
3275
|
-
"lib",
|
|
3276
|
-
"commands",
|
|
3277
|
-
"ci",
|
|
3278
|
-
"rerun.js"
|
|
3279
|
-
]
|
|
3280
|
-
},
|
|
3281
|
-
"ci:run": {
|
|
3282
|
-
"aliases": [],
|
|
3283
|
-
"args": {},
|
|
3284
|
-
"description": "run tests against current directory",
|
|
3285
|
-
"examples": [
|
|
3286
|
-
"$ heroku ci:run --app murmuring-headland-14719\n"
|
|
3287
|
-
],
|
|
3288
|
-
"flags": {
|
|
3188
|
+
},
|
|
3289
3189
|
"app": {
|
|
3290
3190
|
"char": "a",
|
|
3291
3191
|
"description": "app to run command against",
|
|
3292
3192
|
"name": "app",
|
|
3193
|
+
"required": true,
|
|
3293
3194
|
"hasDynamicHelp": false,
|
|
3294
3195
|
"multiple": false,
|
|
3295
3196
|
"type": "option"
|
|
@@ -3301,33 +3202,25 @@
|
|
|
3301
3202
|
"hasDynamicHelp": false,
|
|
3302
3203
|
"multiple": false,
|
|
3303
3204
|
"type": "option"
|
|
3304
|
-
},
|
|
3305
|
-
"pipeline": {
|
|
3306
|
-
"char": "p",
|
|
3307
|
-
"description": "name of pipeline",
|
|
3308
|
-
"name": "pipeline",
|
|
3309
|
-
"required": false,
|
|
3310
|
-
"hasDynamicHelp": false,
|
|
3311
|
-
"multiple": false,
|
|
3312
|
-
"type": "option"
|
|
3313
3205
|
}
|
|
3314
3206
|
},
|
|
3315
3207
|
"hasDynamicHelp": false,
|
|
3316
3208
|
"hiddenAliases": [],
|
|
3317
|
-
"id": "
|
|
3209
|
+
"id": "certs:remove",
|
|
3318
3210
|
"pluginAlias": "heroku",
|
|
3319
3211
|
"pluginName": "heroku",
|
|
3320
3212
|
"pluginType": "core",
|
|
3321
3213
|
"strict": true,
|
|
3214
|
+
"topic": "certs",
|
|
3322
3215
|
"isESM": false,
|
|
3323
3216
|
"relativePath": [
|
|
3324
3217
|
"lib",
|
|
3325
3218
|
"commands",
|
|
3326
|
-
"
|
|
3327
|
-
"
|
|
3219
|
+
"certs",
|
|
3220
|
+
"remove.js"
|
|
3328
3221
|
]
|
|
3329
3222
|
},
|
|
3330
|
-
"certs:
|
|
3223
|
+
"certs:update": {
|
|
3331
3224
|
"aliases": [],
|
|
3332
3225
|
"args": {
|
|
3333
3226
|
"CRT": {
|
|
@@ -3341,11 +3234,32 @@
|
|
|
3341
3234
|
"required": true
|
|
3342
3235
|
}
|
|
3343
3236
|
},
|
|
3344
|
-
"description": "
|
|
3237
|
+
"description": "update an SSL certificate on an app\nNote: certificates with PEM encoding are also valid\n",
|
|
3345
3238
|
"examples": [
|
|
3346
|
-
"$ heroku certs:
|
|
3239
|
+
"$ heroku certs:update example.com.crt example.com.key\n\n If you require intermediate certificates, refer to this article on merging certificates to get a complete chain:\n https://help.salesforce.com/s/articleView?id=000333504&type=1\n"
|
|
3347
3240
|
],
|
|
3348
3241
|
"flags": {
|
|
3242
|
+
"confirm": {
|
|
3243
|
+
"hidden": true,
|
|
3244
|
+
"name": "confirm",
|
|
3245
|
+
"hasDynamicHelp": false,
|
|
3246
|
+
"multiple": false,
|
|
3247
|
+
"type": "option"
|
|
3248
|
+
},
|
|
3249
|
+
"name": {
|
|
3250
|
+
"description": "name to update",
|
|
3251
|
+
"name": "name",
|
|
3252
|
+
"hasDynamicHelp": false,
|
|
3253
|
+
"multiple": false,
|
|
3254
|
+
"type": "option"
|
|
3255
|
+
},
|
|
3256
|
+
"endpoint": {
|
|
3257
|
+
"description": "endpoint to update",
|
|
3258
|
+
"name": "endpoint",
|
|
3259
|
+
"hasDynamicHelp": false,
|
|
3260
|
+
"multiple": false,
|
|
3261
|
+
"type": "option"
|
|
3262
|
+
},
|
|
3349
3263
|
"app": {
|
|
3350
3264
|
"char": "a",
|
|
3351
3265
|
"description": "app to run command against",
|
|
@@ -3366,7 +3280,7 @@
|
|
|
3366
3280
|
},
|
|
3367
3281
|
"hasDynamicHelp": false,
|
|
3368
3282
|
"hiddenAliases": [],
|
|
3369
|
-
"id": "certs:
|
|
3283
|
+
"id": "certs:update",
|
|
3370
3284
|
"pluginAlias": "heroku",
|
|
3371
3285
|
"pluginName": "heroku",
|
|
3372
3286
|
"pluginType": "core",
|
|
@@ -3377,89 +3291,38 @@
|
|
|
3377
3291
|
"lib",
|
|
3378
3292
|
"commands",
|
|
3379
3293
|
"certs",
|
|
3380
|
-
"
|
|
3294
|
+
"update.js"
|
|
3381
3295
|
]
|
|
3382
3296
|
},
|
|
3383
|
-
"
|
|
3297
|
+
"ci:debug": {
|
|
3384
3298
|
"aliases": [],
|
|
3385
|
-
"args": {
|
|
3386
|
-
|
|
3387
|
-
"description": "domain name to generate",
|
|
3388
|
-
"name": "domain",
|
|
3389
|
-
"required": true
|
|
3390
|
-
}
|
|
3391
|
-
},
|
|
3392
|
-
"description": "generate a key and a CSR or self-signed certificate",
|
|
3299
|
+
"args": {},
|
|
3300
|
+
"description": "opens an interactive test debugging session with the contents of the current directory",
|
|
3393
3301
|
"flags": {
|
|
3394
|
-
"
|
|
3395
|
-
"
|
|
3396
|
-
"
|
|
3397
|
-
"
|
|
3398
|
-
"allowNo": false,
|
|
3399
|
-
"type": "boolean"
|
|
3400
|
-
},
|
|
3401
|
-
"keysize": {
|
|
3402
|
-
"description": "RSA key size in bits (default: 2048)",
|
|
3403
|
-
"name": "keysize",
|
|
3404
|
-
"hasDynamicHelp": false,
|
|
3405
|
-
"multiple": false,
|
|
3406
|
-
"type": "option"
|
|
3407
|
-
},
|
|
3408
|
-
"owner": {
|
|
3409
|
-
"description": "name of organization certificate belongs to",
|
|
3410
|
-
"name": "owner",
|
|
3411
|
-
"hasDynamicHelp": false,
|
|
3412
|
-
"multiple": false,
|
|
3413
|
-
"type": "option"
|
|
3414
|
-
},
|
|
3415
|
-
"country": {
|
|
3416
|
-
"description": "country of owner, as a two-letter ISO country code",
|
|
3417
|
-
"name": "country",
|
|
3418
|
-
"hasDynamicHelp": false,
|
|
3419
|
-
"multiple": false,
|
|
3420
|
-
"type": "option"
|
|
3421
|
-
},
|
|
3422
|
-
"area": {
|
|
3423
|
-
"description": "sub-country area (state, province, etc.) of owner",
|
|
3424
|
-
"name": "area",
|
|
3425
|
-
"hasDynamicHelp": false,
|
|
3426
|
-
"multiple": false,
|
|
3427
|
-
"type": "option"
|
|
3428
|
-
},
|
|
3429
|
-
"city": {
|
|
3430
|
-
"description": "city of owner",
|
|
3431
|
-
"name": "city",
|
|
3302
|
+
"app": {
|
|
3303
|
+
"char": "a",
|
|
3304
|
+
"description": "app to run command against",
|
|
3305
|
+
"name": "app",
|
|
3432
3306
|
"hasDynamicHelp": false,
|
|
3433
3307
|
"multiple": false,
|
|
3434
3308
|
"type": "option"
|
|
3435
3309
|
},
|
|
3436
|
-
"
|
|
3437
|
-
"description": "
|
|
3438
|
-
"name": "
|
|
3439
|
-
"
|
|
3440
|
-
"
|
|
3441
|
-
"type": "option"
|
|
3310
|
+
"no-cache": {
|
|
3311
|
+
"description": "start test run with an empty cache",
|
|
3312
|
+
"name": "no-cache",
|
|
3313
|
+
"allowNo": false,
|
|
3314
|
+
"type": "boolean"
|
|
3442
3315
|
},
|
|
3443
|
-
"
|
|
3444
|
-
"description": "
|
|
3445
|
-
"name": "
|
|
3446
|
-
"required": false,
|
|
3316
|
+
"no-setup": {
|
|
3317
|
+
"description": "start test dyno without running test-setup",
|
|
3318
|
+
"name": "no-setup",
|
|
3447
3319
|
"allowNo": false,
|
|
3448
3320
|
"type": "boolean"
|
|
3449
3321
|
},
|
|
3450
|
-
"
|
|
3451
|
-
"char": "
|
|
3452
|
-
"description": "
|
|
3453
|
-
"name": "
|
|
3454
|
-
"required": true,
|
|
3455
|
-
"hasDynamicHelp": false,
|
|
3456
|
-
"multiple": false,
|
|
3457
|
-
"type": "option"
|
|
3458
|
-
},
|
|
3459
|
-
"remote": {
|
|
3460
|
-
"char": "r",
|
|
3461
|
-
"description": "git remote of app to use",
|
|
3462
|
-
"name": "remote",
|
|
3322
|
+
"pipeline": {
|
|
3323
|
+
"char": "p",
|
|
3324
|
+
"description": "name of pipeline",
|
|
3325
|
+
"name": "pipeline",
|
|
3463
3326
|
"hasDynamicHelp": false,
|
|
3464
3327
|
"multiple": false,
|
|
3465
3328
|
"type": "option"
|
|
@@ -3467,31 +3330,33 @@
|
|
|
3467
3330
|
},
|
|
3468
3331
|
"hasDynamicHelp": false,
|
|
3469
3332
|
"hiddenAliases": [],
|
|
3470
|
-
"id": "
|
|
3333
|
+
"id": "ci:debug",
|
|
3471
3334
|
"pluginAlias": "heroku",
|
|
3472
3335
|
"pluginName": "heroku",
|
|
3473
3336
|
"pluginType": "core",
|
|
3474
3337
|
"strict": true,
|
|
3475
|
-
"
|
|
3476
|
-
"
|
|
3338
|
+
"help": "Example:\n\n $ heroku ci:debug --pipeline PIPELINE\n Preparing source... done\n Creating test run... done\n Running setup and attaching to test dyno...\n\n~ $\n",
|
|
3339
|
+
"topic": "ci",
|
|
3477
3340
|
"isESM": false,
|
|
3478
3341
|
"relativePath": [
|
|
3479
3342
|
"lib",
|
|
3480
3343
|
"commands",
|
|
3481
|
-
"
|
|
3482
|
-
"
|
|
3344
|
+
"ci",
|
|
3345
|
+
"debug.js"
|
|
3483
3346
|
]
|
|
3484
3347
|
},
|
|
3485
|
-
"
|
|
3348
|
+
"ci": {
|
|
3486
3349
|
"aliases": [],
|
|
3487
3350
|
"args": {},
|
|
3488
|
-
"description": "
|
|
3351
|
+
"description": "display the most recent CI runs for the given pipeline",
|
|
3352
|
+
"examples": [
|
|
3353
|
+
"$ heroku ci --app murmuring-headland-14719\n"
|
|
3354
|
+
],
|
|
3489
3355
|
"flags": {
|
|
3490
3356
|
"app": {
|
|
3491
3357
|
"char": "a",
|
|
3492
3358
|
"description": "app to run command against",
|
|
3493
3359
|
"name": "app",
|
|
3494
|
-
"required": true,
|
|
3495
3360
|
"hasDynamicHelp": false,
|
|
3496
3361
|
"multiple": false,
|
|
3497
3362
|
"type": "option"
|
|
@@ -3503,54 +3368,64 @@
|
|
|
3503
3368
|
"hasDynamicHelp": false,
|
|
3504
3369
|
"multiple": false,
|
|
3505
3370
|
"type": "option"
|
|
3371
|
+
},
|
|
3372
|
+
"watch": {
|
|
3373
|
+
"description": "keep running and watch for new and update tests",
|
|
3374
|
+
"name": "watch",
|
|
3375
|
+
"required": false,
|
|
3376
|
+
"allowNo": false,
|
|
3377
|
+
"type": "boolean"
|
|
3378
|
+
},
|
|
3379
|
+
"pipeline": {
|
|
3380
|
+
"char": "p",
|
|
3381
|
+
"description": "name of pipeline",
|
|
3382
|
+
"name": "pipeline",
|
|
3383
|
+
"required": false,
|
|
3384
|
+
"hasDynamicHelp": false,
|
|
3385
|
+
"multiple": false,
|
|
3386
|
+
"type": "option"
|
|
3387
|
+
},
|
|
3388
|
+
"json": {
|
|
3389
|
+
"description": "output in json format",
|
|
3390
|
+
"name": "json",
|
|
3391
|
+
"required": false,
|
|
3392
|
+
"allowNo": false,
|
|
3393
|
+
"type": "boolean"
|
|
3506
3394
|
}
|
|
3507
3395
|
},
|
|
3508
3396
|
"hasDynamicHelp": false,
|
|
3509
3397
|
"hiddenAliases": [],
|
|
3510
|
-
"id": "
|
|
3398
|
+
"id": "ci",
|
|
3511
3399
|
"pluginAlias": "heroku",
|
|
3512
3400
|
"pluginName": "heroku",
|
|
3513
3401
|
"pluginType": "core",
|
|
3514
3402
|
"strict": true,
|
|
3515
|
-
"topic": "certs",
|
|
3516
3403
|
"isESM": false,
|
|
3517
3404
|
"relativePath": [
|
|
3518
3405
|
"lib",
|
|
3519
3406
|
"commands",
|
|
3520
|
-
"
|
|
3407
|
+
"ci",
|
|
3521
3408
|
"index.js"
|
|
3522
3409
|
]
|
|
3523
3410
|
},
|
|
3524
|
-
"
|
|
3411
|
+
"ci:info": {
|
|
3525
3412
|
"aliases": [],
|
|
3526
|
-
"args": {
|
|
3527
|
-
|
|
3413
|
+
"args": {
|
|
3414
|
+
"test-run": {
|
|
3415
|
+
"description": "auto-incremented test run number",
|
|
3416
|
+
"name": "test-run",
|
|
3417
|
+
"required": true
|
|
3418
|
+
}
|
|
3419
|
+
},
|
|
3420
|
+
"description": "show the status of a specific test run",
|
|
3421
|
+
"examples": [
|
|
3422
|
+
"$ heroku ci:info 1288 --app murmuring-headland-14719\n"
|
|
3423
|
+
],
|
|
3528
3424
|
"flags": {
|
|
3529
|
-
"name": {
|
|
3530
|
-
"description": "name to check info on",
|
|
3531
|
-
"name": "name",
|
|
3532
|
-
"hasDynamicHelp": false,
|
|
3533
|
-
"multiple": false,
|
|
3534
|
-
"type": "option"
|
|
3535
|
-
},
|
|
3536
|
-
"endpoint": {
|
|
3537
|
-
"description": "endpoint to check info on",
|
|
3538
|
-
"name": "endpoint",
|
|
3539
|
-
"hasDynamicHelp": false,
|
|
3540
|
-
"multiple": false,
|
|
3541
|
-
"type": "option"
|
|
3542
|
-
},
|
|
3543
|
-
"show-domains": {
|
|
3544
|
-
"description": "show associated domains",
|
|
3545
|
-
"name": "show-domains",
|
|
3546
|
-
"allowNo": false,
|
|
3547
|
-
"type": "boolean"
|
|
3548
|
-
},
|
|
3549
3425
|
"app": {
|
|
3550
3426
|
"char": "a",
|
|
3551
3427
|
"description": "app to run command against",
|
|
3552
3428
|
"name": "app",
|
|
3553
|
-
"required": true,
|
|
3554
3429
|
"hasDynamicHelp": false,
|
|
3555
3430
|
"multiple": false,
|
|
3556
3431
|
"type": "option"
|
|
@@ -3562,49 +3437,135 @@
|
|
|
3562
3437
|
"hasDynamicHelp": false,
|
|
3563
3438
|
"multiple": false,
|
|
3564
3439
|
"type": "option"
|
|
3440
|
+
},
|
|
3441
|
+
"node": {
|
|
3442
|
+
"description": "the node number to show its setup and output",
|
|
3443
|
+
"name": "node",
|
|
3444
|
+
"required": false,
|
|
3445
|
+
"hasDynamicHelp": false,
|
|
3446
|
+
"multiple": false,
|
|
3447
|
+
"type": "option"
|
|
3448
|
+
},
|
|
3449
|
+
"pipeline": {
|
|
3450
|
+
"char": "p",
|
|
3451
|
+
"description": "name of pipeline",
|
|
3452
|
+
"name": "pipeline",
|
|
3453
|
+
"required": false,
|
|
3454
|
+
"hasDynamicHelp": false,
|
|
3455
|
+
"multiple": false,
|
|
3456
|
+
"type": "option"
|
|
3565
3457
|
}
|
|
3566
3458
|
},
|
|
3567
3459
|
"hasDynamicHelp": false,
|
|
3568
3460
|
"hiddenAliases": [],
|
|
3569
|
-
"id": "
|
|
3461
|
+
"id": "ci:info",
|
|
3570
3462
|
"pluginAlias": "heroku",
|
|
3571
3463
|
"pluginName": "heroku",
|
|
3572
3464
|
"pluginType": "core",
|
|
3573
3465
|
"strict": true,
|
|
3574
|
-
"topic": "certs",
|
|
3575
3466
|
"isESM": false,
|
|
3576
3467
|
"relativePath": [
|
|
3577
3468
|
"lib",
|
|
3578
3469
|
"commands",
|
|
3579
|
-
"
|
|
3470
|
+
"ci",
|
|
3580
3471
|
"info.js"
|
|
3581
3472
|
]
|
|
3582
3473
|
},
|
|
3583
|
-
"
|
|
3474
|
+
"ci:last": {
|
|
3584
3475
|
"aliases": [],
|
|
3585
3476
|
"args": {},
|
|
3586
|
-
"description": "
|
|
3477
|
+
"description": "looks for the most recent run and returns the output of that run",
|
|
3478
|
+
"examples": [
|
|
3479
|
+
"$ heroku ci:last --pipeline=my-pipeline --node 100\n"
|
|
3480
|
+
],
|
|
3587
3481
|
"flags": {
|
|
3588
|
-
"
|
|
3589
|
-
"
|
|
3590
|
-
"
|
|
3482
|
+
"app": {
|
|
3483
|
+
"char": "a",
|
|
3484
|
+
"description": "app to run command against",
|
|
3485
|
+
"name": "app",
|
|
3591
3486
|
"hasDynamicHelp": false,
|
|
3592
3487
|
"multiple": false,
|
|
3593
3488
|
"type": "option"
|
|
3594
3489
|
},
|
|
3595
|
-
"
|
|
3596
|
-
"
|
|
3597
|
-
"
|
|
3490
|
+
"remote": {
|
|
3491
|
+
"char": "r",
|
|
3492
|
+
"description": "git remote of app to use",
|
|
3493
|
+
"name": "remote",
|
|
3598
3494
|
"hasDynamicHelp": false,
|
|
3599
3495
|
"multiple": false,
|
|
3600
3496
|
"type": "option"
|
|
3601
3497
|
},
|
|
3602
|
-
"
|
|
3603
|
-
"description": "
|
|
3604
|
-
"name": "
|
|
3498
|
+
"node": {
|
|
3499
|
+
"description": "the node number to show its setup and output",
|
|
3500
|
+
"name": "node",
|
|
3501
|
+
"required": false,
|
|
3502
|
+
"hasDynamicHelp": false,
|
|
3503
|
+
"multiple": false,
|
|
3504
|
+
"type": "option"
|
|
3505
|
+
},
|
|
3506
|
+
"pipeline": {
|
|
3507
|
+
"char": "p",
|
|
3508
|
+
"description": "name of pipeline",
|
|
3509
|
+
"name": "pipeline",
|
|
3510
|
+
"required": false,
|
|
3605
3511
|
"hasDynamicHelp": false,
|
|
3606
3512
|
"multiple": false,
|
|
3607
3513
|
"type": "option"
|
|
3514
|
+
}
|
|
3515
|
+
},
|
|
3516
|
+
"hasDynamicHelp": false,
|
|
3517
|
+
"hiddenAliases": [],
|
|
3518
|
+
"id": "ci:last",
|
|
3519
|
+
"pluginAlias": "heroku",
|
|
3520
|
+
"pluginName": "heroku",
|
|
3521
|
+
"pluginType": "core",
|
|
3522
|
+
"strict": true,
|
|
3523
|
+
"isESM": false,
|
|
3524
|
+
"relativePath": [
|
|
3525
|
+
"lib",
|
|
3526
|
+
"commands",
|
|
3527
|
+
"ci",
|
|
3528
|
+
"last.js"
|
|
3529
|
+
]
|
|
3530
|
+
},
|
|
3531
|
+
"ci:migrate-manifest": {
|
|
3532
|
+
"aliases": [],
|
|
3533
|
+
"args": {},
|
|
3534
|
+
"description": "app-ci.json is deprecated. Run this command to migrate to app.json with an environments key.",
|
|
3535
|
+
"examples": [
|
|
3536
|
+
"$ heroku ci:migrate-manifest"
|
|
3537
|
+
],
|
|
3538
|
+
"flags": {},
|
|
3539
|
+
"hasDynamicHelp": false,
|
|
3540
|
+
"hiddenAliases": [],
|
|
3541
|
+
"id": "ci:migrate-manifest",
|
|
3542
|
+
"pluginAlias": "heroku",
|
|
3543
|
+
"pluginName": "heroku",
|
|
3544
|
+
"pluginType": "core",
|
|
3545
|
+
"strict": true,
|
|
3546
|
+
"topic": "ci",
|
|
3547
|
+
"isESM": false,
|
|
3548
|
+
"relativePath": [
|
|
3549
|
+
"lib",
|
|
3550
|
+
"commands",
|
|
3551
|
+
"ci",
|
|
3552
|
+
"migrate-manifest.js"
|
|
3553
|
+
]
|
|
3554
|
+
},
|
|
3555
|
+
"ci:open": {
|
|
3556
|
+
"aliases": [],
|
|
3557
|
+
"args": {},
|
|
3558
|
+
"description": "open the Dashboard version of Heroku CI",
|
|
3559
|
+
"examples": [
|
|
3560
|
+
"$ heroku ci:open --app murmuring-headland-14719"
|
|
3561
|
+
],
|
|
3562
|
+
"flags": {
|
|
3563
|
+
"help": {
|
|
3564
|
+
"char": "h",
|
|
3565
|
+
"description": "Show CLI help.",
|
|
3566
|
+
"name": "help",
|
|
3567
|
+
"allowNo": false,
|
|
3568
|
+
"type": "boolean"
|
|
3608
3569
|
},
|
|
3609
3570
|
"app": {
|
|
3610
3571
|
"char": "a",
|
|
@@ -3622,69 +3583,100 @@
|
|
|
3622
3583
|
"hasDynamicHelp": false,
|
|
3623
3584
|
"multiple": false,
|
|
3624
3585
|
"type": "option"
|
|
3586
|
+
},
|
|
3587
|
+
"pipeline": {
|
|
3588
|
+
"char": "p",
|
|
3589
|
+
"description": "name of pipeline",
|
|
3590
|
+
"name": "pipeline",
|
|
3591
|
+
"required": false,
|
|
3592
|
+
"hasDynamicHelp": false,
|
|
3593
|
+
"multiple": false,
|
|
3594
|
+
"type": "option"
|
|
3625
3595
|
}
|
|
3626
3596
|
},
|
|
3627
3597
|
"hasDynamicHelp": false,
|
|
3628
3598
|
"hiddenAliases": [],
|
|
3629
|
-
"id": "
|
|
3599
|
+
"id": "ci:open",
|
|
3630
3600
|
"pluginAlias": "heroku",
|
|
3631
3601
|
"pluginName": "heroku",
|
|
3632
3602
|
"pluginType": "core",
|
|
3633
3603
|
"strict": true,
|
|
3634
|
-
"topic": "
|
|
3604
|
+
"topic": "ci",
|
|
3635
3605
|
"isESM": false,
|
|
3636
3606
|
"relativePath": [
|
|
3637
3607
|
"lib",
|
|
3638
3608
|
"commands",
|
|
3639
|
-
"
|
|
3640
|
-
"
|
|
3609
|
+
"ci",
|
|
3610
|
+
"open.js"
|
|
3641
3611
|
]
|
|
3642
3612
|
},
|
|
3643
|
-
"
|
|
3613
|
+
"ci:rerun": {
|
|
3644
3614
|
"aliases": [],
|
|
3645
3615
|
"args": {
|
|
3646
|
-
"
|
|
3647
|
-
"description": "
|
|
3648
|
-
"name": "
|
|
3649
|
-
"required":
|
|
3650
|
-
},
|
|
3651
|
-
"KEY": {
|
|
3652
|
-
"description": "absolute path of the key file on disk",
|
|
3653
|
-
"name": "KEY",
|
|
3654
|
-
"required": true
|
|
3616
|
+
"number": {
|
|
3617
|
+
"description": "auto-incremented test run number",
|
|
3618
|
+
"name": "number",
|
|
3619
|
+
"required": false
|
|
3655
3620
|
}
|
|
3656
3621
|
},
|
|
3657
|
-
"description": "
|
|
3622
|
+
"description": "rerun tests against current directory",
|
|
3658
3623
|
"examples": [
|
|
3659
|
-
"$ heroku
|
|
3624
|
+
"$ heroku ci:rerun 985 --app murmuring-headland-14719\n"
|
|
3660
3625
|
],
|
|
3661
3626
|
"flags": {
|
|
3662
|
-
"
|
|
3663
|
-
"
|
|
3664
|
-
"
|
|
3627
|
+
"app": {
|
|
3628
|
+
"char": "a",
|
|
3629
|
+
"description": "app to run command against",
|
|
3630
|
+
"name": "app",
|
|
3665
3631
|
"hasDynamicHelp": false,
|
|
3666
3632
|
"multiple": false,
|
|
3667
3633
|
"type": "option"
|
|
3668
3634
|
},
|
|
3669
|
-
"
|
|
3670
|
-
"
|
|
3671
|
-
"
|
|
3635
|
+
"remote": {
|
|
3636
|
+
"char": "r",
|
|
3637
|
+
"description": "git remote of app to use",
|
|
3638
|
+
"name": "remote",
|
|
3672
3639
|
"hasDynamicHelp": false,
|
|
3673
3640
|
"multiple": false,
|
|
3674
3641
|
"type": "option"
|
|
3675
3642
|
},
|
|
3676
|
-
"
|
|
3677
|
-
"
|
|
3678
|
-
"
|
|
3643
|
+
"pipeline": {
|
|
3644
|
+
"char": "p",
|
|
3645
|
+
"description": "name of pipeline",
|
|
3646
|
+
"name": "pipeline",
|
|
3647
|
+
"required": false,
|
|
3679
3648
|
"hasDynamicHelp": false,
|
|
3680
3649
|
"multiple": false,
|
|
3681
3650
|
"type": "option"
|
|
3682
|
-
}
|
|
3651
|
+
}
|
|
3652
|
+
},
|
|
3653
|
+
"hasDynamicHelp": false,
|
|
3654
|
+
"hiddenAliases": [],
|
|
3655
|
+
"id": "ci:rerun",
|
|
3656
|
+
"pluginAlias": "heroku",
|
|
3657
|
+
"pluginName": "heroku",
|
|
3658
|
+
"pluginType": "core",
|
|
3659
|
+
"strict": true,
|
|
3660
|
+
"isESM": false,
|
|
3661
|
+
"relativePath": [
|
|
3662
|
+
"lib",
|
|
3663
|
+
"commands",
|
|
3664
|
+
"ci",
|
|
3665
|
+
"rerun.js"
|
|
3666
|
+
]
|
|
3667
|
+
},
|
|
3668
|
+
"ci:run": {
|
|
3669
|
+
"aliases": [],
|
|
3670
|
+
"args": {},
|
|
3671
|
+
"description": "run tests against current directory",
|
|
3672
|
+
"examples": [
|
|
3673
|
+
"$ heroku ci:run --app murmuring-headland-14719\n"
|
|
3674
|
+
],
|
|
3675
|
+
"flags": {
|
|
3683
3676
|
"app": {
|
|
3684
3677
|
"char": "a",
|
|
3685
3678
|
"description": "app to run command against",
|
|
3686
3679
|
"name": "app",
|
|
3687
|
-
"required": true,
|
|
3688
3680
|
"hasDynamicHelp": false,
|
|
3689
3681
|
"multiple": false,
|
|
3690
3682
|
"type": "option"
|
|
@@ -3696,22 +3688,30 @@
|
|
|
3696
3688
|
"hasDynamicHelp": false,
|
|
3697
3689
|
"multiple": false,
|
|
3698
3690
|
"type": "option"
|
|
3691
|
+
},
|
|
3692
|
+
"pipeline": {
|
|
3693
|
+
"char": "p",
|
|
3694
|
+
"description": "name of pipeline",
|
|
3695
|
+
"name": "pipeline",
|
|
3696
|
+
"required": false,
|
|
3697
|
+
"hasDynamicHelp": false,
|
|
3698
|
+
"multiple": false,
|
|
3699
|
+
"type": "option"
|
|
3699
3700
|
}
|
|
3700
3701
|
},
|
|
3701
3702
|
"hasDynamicHelp": false,
|
|
3702
3703
|
"hiddenAliases": [],
|
|
3703
|
-
"id": "
|
|
3704
|
+
"id": "ci:run",
|
|
3704
3705
|
"pluginAlias": "heroku",
|
|
3705
3706
|
"pluginName": "heroku",
|
|
3706
3707
|
"pluginType": "core",
|
|
3707
3708
|
"strict": true,
|
|
3708
|
-
"topic": "certs",
|
|
3709
3709
|
"isESM": false,
|
|
3710
3710
|
"relativePath": [
|
|
3711
3711
|
"lib",
|
|
3712
3712
|
"commands",
|
|
3713
|
-
"
|
|
3714
|
-
"
|
|
3713
|
+
"ci",
|
|
3714
|
+
"run.js"
|
|
3715
3715
|
]
|
|
3716
3716
|
},
|
|
3717
3717
|
"clients:create": {
|
|
@@ -11002,32 +11002,242 @@
|
|
|
11002
11002
|
"flags": {},
|
|
11003
11003
|
"hasDynamicHelp": false,
|
|
11004
11004
|
"hiddenAliases": [],
|
|
11005
|
-
"id": "auth:2fa:disable",
|
|
11005
|
+
"id": "auth:2fa:disable",
|
|
11006
|
+
"pluginAlias": "heroku",
|
|
11007
|
+
"pluginName": "heroku",
|
|
11008
|
+
"pluginType": "core",
|
|
11009
|
+
"strict": true,
|
|
11010
|
+
"example": "$ heroku auth:2fa:disable",
|
|
11011
|
+
"isESM": false,
|
|
11012
|
+
"relativePath": [
|
|
11013
|
+
"lib",
|
|
11014
|
+
"commands",
|
|
11015
|
+
"auth",
|
|
11016
|
+
"2fa",
|
|
11017
|
+
"disable.js"
|
|
11018
|
+
]
|
|
11019
|
+
},
|
|
11020
|
+
"auth:2fa": {
|
|
11021
|
+
"aliases": [
|
|
11022
|
+
"2fa",
|
|
11023
|
+
"twofactor"
|
|
11024
|
+
],
|
|
11025
|
+
"args": {},
|
|
11026
|
+
"description": "check 2fa status",
|
|
11027
|
+
"flags": {},
|
|
11028
|
+
"hasDynamicHelp": false,
|
|
11029
|
+
"hiddenAliases": [],
|
|
11030
|
+
"id": "auth:2fa",
|
|
11031
|
+
"pluginAlias": "heroku",
|
|
11032
|
+
"pluginName": "heroku",
|
|
11033
|
+
"pluginType": "core",
|
|
11034
|
+
"strict": true,
|
|
11035
|
+
"isESM": false,
|
|
11036
|
+
"relativePath": [
|
|
11037
|
+
"lib",
|
|
11038
|
+
"commands",
|
|
11039
|
+
"auth",
|
|
11040
|
+
"2fa",
|
|
11041
|
+
"index.js"
|
|
11042
|
+
]
|
|
11043
|
+
},
|
|
11044
|
+
"certs:auto:disable": {
|
|
11045
|
+
"aliases": [],
|
|
11046
|
+
"args": {},
|
|
11047
|
+
"description": "disable ACM for an app",
|
|
11048
|
+
"flags": {
|
|
11049
|
+
"confirm": {
|
|
11050
|
+
"char": "c",
|
|
11051
|
+
"hidden": true,
|
|
11052
|
+
"name": "confirm",
|
|
11053
|
+
"hasDynamicHelp": false,
|
|
11054
|
+
"multiple": false,
|
|
11055
|
+
"type": "option"
|
|
11056
|
+
},
|
|
11057
|
+
"app": {
|
|
11058
|
+
"char": "a",
|
|
11059
|
+
"description": "app to run command against",
|
|
11060
|
+
"name": "app",
|
|
11061
|
+
"required": true,
|
|
11062
|
+
"hasDynamicHelp": false,
|
|
11063
|
+
"multiple": false,
|
|
11064
|
+
"type": "option"
|
|
11065
|
+
},
|
|
11066
|
+
"remote": {
|
|
11067
|
+
"char": "r",
|
|
11068
|
+
"description": "git remote of app to use",
|
|
11069
|
+
"name": "remote",
|
|
11070
|
+
"hasDynamicHelp": false,
|
|
11071
|
+
"multiple": false,
|
|
11072
|
+
"type": "option"
|
|
11073
|
+
}
|
|
11074
|
+
},
|
|
11075
|
+
"hasDynamicHelp": false,
|
|
11076
|
+
"hiddenAliases": [],
|
|
11077
|
+
"id": "certs:auto:disable",
|
|
11078
|
+
"pluginAlias": "heroku",
|
|
11079
|
+
"pluginName": "heroku",
|
|
11080
|
+
"pluginType": "core",
|
|
11081
|
+
"strict": true,
|
|
11082
|
+
"topic": "certs",
|
|
11083
|
+
"isESM": false,
|
|
11084
|
+
"relativePath": [
|
|
11085
|
+
"lib",
|
|
11086
|
+
"commands",
|
|
11087
|
+
"certs",
|
|
11088
|
+
"auto",
|
|
11089
|
+
"disable.js"
|
|
11090
|
+
]
|
|
11091
|
+
},
|
|
11092
|
+
"certs:auto:enable": {
|
|
11093
|
+
"aliases": [],
|
|
11094
|
+
"args": {},
|
|
11095
|
+
"description": "enable ACM status for an app",
|
|
11096
|
+
"flags": {
|
|
11097
|
+
"wait": {
|
|
11098
|
+
"description": "watch ACM status and exit when complete",
|
|
11099
|
+
"name": "wait",
|
|
11100
|
+
"allowNo": false,
|
|
11101
|
+
"type": "boolean"
|
|
11102
|
+
},
|
|
11103
|
+
"app": {
|
|
11104
|
+
"char": "a",
|
|
11105
|
+
"description": "app to run command against",
|
|
11106
|
+
"name": "app",
|
|
11107
|
+
"required": true,
|
|
11108
|
+
"hasDynamicHelp": false,
|
|
11109
|
+
"multiple": false,
|
|
11110
|
+
"type": "option"
|
|
11111
|
+
},
|
|
11112
|
+
"remote": {
|
|
11113
|
+
"char": "r",
|
|
11114
|
+
"description": "git remote of app to use",
|
|
11115
|
+
"name": "remote",
|
|
11116
|
+
"hasDynamicHelp": false,
|
|
11117
|
+
"multiple": false,
|
|
11118
|
+
"type": "option"
|
|
11119
|
+
}
|
|
11120
|
+
},
|
|
11121
|
+
"hasDynamicHelp": false,
|
|
11122
|
+
"hiddenAliases": [],
|
|
11123
|
+
"id": "certs:auto:enable",
|
|
11124
|
+
"pluginAlias": "heroku",
|
|
11125
|
+
"pluginName": "heroku",
|
|
11126
|
+
"pluginType": "core",
|
|
11127
|
+
"strict": true,
|
|
11128
|
+
"topic": "certs",
|
|
11129
|
+
"isESM": false,
|
|
11130
|
+
"relativePath": [
|
|
11131
|
+
"lib",
|
|
11132
|
+
"commands",
|
|
11133
|
+
"certs",
|
|
11134
|
+
"auto",
|
|
11135
|
+
"enable.js"
|
|
11136
|
+
]
|
|
11137
|
+
},
|
|
11138
|
+
"certs:auto": {
|
|
11139
|
+
"aliases": [],
|
|
11140
|
+
"args": {},
|
|
11141
|
+
"description": "show ACM status for an app",
|
|
11142
|
+
"flags": {
|
|
11143
|
+
"wait": {
|
|
11144
|
+
"description": "watch ACM status and display the status when complete",
|
|
11145
|
+
"name": "wait",
|
|
11146
|
+
"allowNo": false,
|
|
11147
|
+
"type": "boolean"
|
|
11148
|
+
},
|
|
11149
|
+
"app": {
|
|
11150
|
+
"char": "a",
|
|
11151
|
+
"description": "app to run command against",
|
|
11152
|
+
"name": "app",
|
|
11153
|
+
"required": true,
|
|
11154
|
+
"hasDynamicHelp": false,
|
|
11155
|
+
"multiple": false,
|
|
11156
|
+
"type": "option"
|
|
11157
|
+
},
|
|
11158
|
+
"remote": {
|
|
11159
|
+
"char": "r",
|
|
11160
|
+
"description": "git remote of app to use",
|
|
11161
|
+
"name": "remote",
|
|
11162
|
+
"hasDynamicHelp": false,
|
|
11163
|
+
"multiple": false,
|
|
11164
|
+
"type": "option"
|
|
11165
|
+
}
|
|
11166
|
+
},
|
|
11167
|
+
"hasDynamicHelp": false,
|
|
11168
|
+
"hiddenAliases": [],
|
|
11169
|
+
"id": "certs:auto",
|
|
11170
|
+
"pluginAlias": "heroku",
|
|
11171
|
+
"pluginName": "heroku",
|
|
11172
|
+
"pluginType": "core",
|
|
11173
|
+
"strict": true,
|
|
11174
|
+
"topic": "certs",
|
|
11175
|
+
"isESM": false,
|
|
11176
|
+
"relativePath": [
|
|
11177
|
+
"lib",
|
|
11178
|
+
"commands",
|
|
11179
|
+
"certs",
|
|
11180
|
+
"auto",
|
|
11181
|
+
"index.js"
|
|
11182
|
+
]
|
|
11183
|
+
},
|
|
11184
|
+
"certs:auto:refresh": {
|
|
11185
|
+
"aliases": [],
|
|
11186
|
+
"args": {},
|
|
11187
|
+
"description": "refresh ACM for an app",
|
|
11188
|
+
"flags": {
|
|
11189
|
+
"app": {
|
|
11190
|
+
"char": "a",
|
|
11191
|
+
"description": "app to run command against",
|
|
11192
|
+
"name": "app",
|
|
11193
|
+
"required": true,
|
|
11194
|
+
"hasDynamicHelp": false,
|
|
11195
|
+
"multiple": false,
|
|
11196
|
+
"type": "option"
|
|
11197
|
+
},
|
|
11198
|
+
"remote": {
|
|
11199
|
+
"char": "r",
|
|
11200
|
+
"description": "git remote of app to use",
|
|
11201
|
+
"name": "remote",
|
|
11202
|
+
"hasDynamicHelp": false,
|
|
11203
|
+
"multiple": false,
|
|
11204
|
+
"type": "option"
|
|
11205
|
+
}
|
|
11206
|
+
},
|
|
11207
|
+
"hasDynamicHelp": false,
|
|
11208
|
+
"hiddenAliases": [],
|
|
11209
|
+
"id": "certs:auto:refresh",
|
|
11006
11210
|
"pluginAlias": "heroku",
|
|
11007
11211
|
"pluginName": "heroku",
|
|
11008
11212
|
"pluginType": "core",
|
|
11009
11213
|
"strict": true,
|
|
11010
|
-
"
|
|
11214
|
+
"topic": "certs",
|
|
11011
11215
|
"isESM": false,
|
|
11012
11216
|
"relativePath": [
|
|
11013
11217
|
"lib",
|
|
11014
11218
|
"commands",
|
|
11015
|
-
"
|
|
11016
|
-
"
|
|
11017
|
-
"
|
|
11219
|
+
"certs",
|
|
11220
|
+
"auto",
|
|
11221
|
+
"refresh.js"
|
|
11018
11222
|
]
|
|
11019
11223
|
},
|
|
11020
|
-
"
|
|
11021
|
-
"aliases": [
|
|
11022
|
-
"2fa",
|
|
11023
|
-
"twofactor"
|
|
11024
|
-
],
|
|
11224
|
+
"certs:auto:wait": {
|
|
11225
|
+
"aliases": [],
|
|
11025
11226
|
"args": {},
|
|
11026
|
-
"description": "
|
|
11027
|
-
"flags": {
|
|
11227
|
+
"description": "waits for the certificate to be activated",
|
|
11228
|
+
"flags": {
|
|
11229
|
+
"help": {
|
|
11230
|
+
"char": "h",
|
|
11231
|
+
"description": "Show CLI help.",
|
|
11232
|
+
"name": "help",
|
|
11233
|
+
"allowNo": false,
|
|
11234
|
+
"type": "boolean"
|
|
11235
|
+
}
|
|
11236
|
+
},
|
|
11028
11237
|
"hasDynamicHelp": false,
|
|
11238
|
+
"hidden": true,
|
|
11029
11239
|
"hiddenAliases": [],
|
|
11030
|
-
"id": "
|
|
11240
|
+
"id": "certs:auto:wait",
|
|
11031
11241
|
"pluginAlias": "heroku",
|
|
11032
11242
|
"pluginName": "heroku",
|
|
11033
11243
|
"pluginType": "core",
|
|
@@ -11036,9 +11246,9 @@
|
|
|
11036
11246
|
"relativePath": [
|
|
11037
11247
|
"lib",
|
|
11038
11248
|
"commands",
|
|
11039
|
-
"
|
|
11040
|
-
"
|
|
11041
|
-
"
|
|
11249
|
+
"certs",
|
|
11250
|
+
"auto",
|
|
11251
|
+
"wait.js"
|
|
11042
11252
|
]
|
|
11043
11253
|
},
|
|
11044
11254
|
"ci:config:get": {
|
|
@@ -11273,216 +11483,6 @@
|
|
|
11273
11483
|
"unset.js"
|
|
11274
11484
|
]
|
|
11275
11485
|
},
|
|
11276
|
-
"certs:auto:disable": {
|
|
11277
|
-
"aliases": [],
|
|
11278
|
-
"args": {},
|
|
11279
|
-
"description": "disable ACM for an app",
|
|
11280
|
-
"flags": {
|
|
11281
|
-
"confirm": {
|
|
11282
|
-
"char": "c",
|
|
11283
|
-
"hidden": true,
|
|
11284
|
-
"name": "confirm",
|
|
11285
|
-
"hasDynamicHelp": false,
|
|
11286
|
-
"multiple": false,
|
|
11287
|
-
"type": "option"
|
|
11288
|
-
},
|
|
11289
|
-
"app": {
|
|
11290
|
-
"char": "a",
|
|
11291
|
-
"description": "app to run command against",
|
|
11292
|
-
"name": "app",
|
|
11293
|
-
"required": true,
|
|
11294
|
-
"hasDynamicHelp": false,
|
|
11295
|
-
"multiple": false,
|
|
11296
|
-
"type": "option"
|
|
11297
|
-
},
|
|
11298
|
-
"remote": {
|
|
11299
|
-
"char": "r",
|
|
11300
|
-
"description": "git remote of app to use",
|
|
11301
|
-
"name": "remote",
|
|
11302
|
-
"hasDynamicHelp": false,
|
|
11303
|
-
"multiple": false,
|
|
11304
|
-
"type": "option"
|
|
11305
|
-
}
|
|
11306
|
-
},
|
|
11307
|
-
"hasDynamicHelp": false,
|
|
11308
|
-
"hiddenAliases": [],
|
|
11309
|
-
"id": "certs:auto:disable",
|
|
11310
|
-
"pluginAlias": "heroku",
|
|
11311
|
-
"pluginName": "heroku",
|
|
11312
|
-
"pluginType": "core",
|
|
11313
|
-
"strict": true,
|
|
11314
|
-
"topic": "certs",
|
|
11315
|
-
"isESM": false,
|
|
11316
|
-
"relativePath": [
|
|
11317
|
-
"lib",
|
|
11318
|
-
"commands",
|
|
11319
|
-
"certs",
|
|
11320
|
-
"auto",
|
|
11321
|
-
"disable.js"
|
|
11322
|
-
]
|
|
11323
|
-
},
|
|
11324
|
-
"certs:auto:enable": {
|
|
11325
|
-
"aliases": [],
|
|
11326
|
-
"args": {},
|
|
11327
|
-
"description": "enable ACM status for an app",
|
|
11328
|
-
"flags": {
|
|
11329
|
-
"wait": {
|
|
11330
|
-
"description": "watch ACM status and exit when complete",
|
|
11331
|
-
"name": "wait",
|
|
11332
|
-
"allowNo": false,
|
|
11333
|
-
"type": "boolean"
|
|
11334
|
-
},
|
|
11335
|
-
"app": {
|
|
11336
|
-
"char": "a",
|
|
11337
|
-
"description": "app to run command against",
|
|
11338
|
-
"name": "app",
|
|
11339
|
-
"required": true,
|
|
11340
|
-
"hasDynamicHelp": false,
|
|
11341
|
-
"multiple": false,
|
|
11342
|
-
"type": "option"
|
|
11343
|
-
},
|
|
11344
|
-
"remote": {
|
|
11345
|
-
"char": "r",
|
|
11346
|
-
"description": "git remote of app to use",
|
|
11347
|
-
"name": "remote",
|
|
11348
|
-
"hasDynamicHelp": false,
|
|
11349
|
-
"multiple": false,
|
|
11350
|
-
"type": "option"
|
|
11351
|
-
}
|
|
11352
|
-
},
|
|
11353
|
-
"hasDynamicHelp": false,
|
|
11354
|
-
"hiddenAliases": [],
|
|
11355
|
-
"id": "certs:auto:enable",
|
|
11356
|
-
"pluginAlias": "heroku",
|
|
11357
|
-
"pluginName": "heroku",
|
|
11358
|
-
"pluginType": "core",
|
|
11359
|
-
"strict": true,
|
|
11360
|
-
"topic": "certs",
|
|
11361
|
-
"isESM": false,
|
|
11362
|
-
"relativePath": [
|
|
11363
|
-
"lib",
|
|
11364
|
-
"commands",
|
|
11365
|
-
"certs",
|
|
11366
|
-
"auto",
|
|
11367
|
-
"enable.js"
|
|
11368
|
-
]
|
|
11369
|
-
},
|
|
11370
|
-
"certs:auto": {
|
|
11371
|
-
"aliases": [],
|
|
11372
|
-
"args": {},
|
|
11373
|
-
"description": "show ACM status for an app",
|
|
11374
|
-
"flags": {
|
|
11375
|
-
"wait": {
|
|
11376
|
-
"description": "watch ACM status and display the status when complete",
|
|
11377
|
-
"name": "wait",
|
|
11378
|
-
"allowNo": false,
|
|
11379
|
-
"type": "boolean"
|
|
11380
|
-
},
|
|
11381
|
-
"app": {
|
|
11382
|
-
"char": "a",
|
|
11383
|
-
"description": "app to run command against",
|
|
11384
|
-
"name": "app",
|
|
11385
|
-
"required": true,
|
|
11386
|
-
"hasDynamicHelp": false,
|
|
11387
|
-
"multiple": false,
|
|
11388
|
-
"type": "option"
|
|
11389
|
-
},
|
|
11390
|
-
"remote": {
|
|
11391
|
-
"char": "r",
|
|
11392
|
-
"description": "git remote of app to use",
|
|
11393
|
-
"name": "remote",
|
|
11394
|
-
"hasDynamicHelp": false,
|
|
11395
|
-
"multiple": false,
|
|
11396
|
-
"type": "option"
|
|
11397
|
-
}
|
|
11398
|
-
},
|
|
11399
|
-
"hasDynamicHelp": false,
|
|
11400
|
-
"hiddenAliases": [],
|
|
11401
|
-
"id": "certs:auto",
|
|
11402
|
-
"pluginAlias": "heroku",
|
|
11403
|
-
"pluginName": "heroku",
|
|
11404
|
-
"pluginType": "core",
|
|
11405
|
-
"strict": true,
|
|
11406
|
-
"topic": "certs",
|
|
11407
|
-
"isESM": false,
|
|
11408
|
-
"relativePath": [
|
|
11409
|
-
"lib",
|
|
11410
|
-
"commands",
|
|
11411
|
-
"certs",
|
|
11412
|
-
"auto",
|
|
11413
|
-
"index.js"
|
|
11414
|
-
]
|
|
11415
|
-
},
|
|
11416
|
-
"certs:auto:refresh": {
|
|
11417
|
-
"aliases": [],
|
|
11418
|
-
"args": {},
|
|
11419
|
-
"description": "refresh ACM for an app",
|
|
11420
|
-
"flags": {
|
|
11421
|
-
"app": {
|
|
11422
|
-
"char": "a",
|
|
11423
|
-
"description": "app to run command against",
|
|
11424
|
-
"name": "app",
|
|
11425
|
-
"required": true,
|
|
11426
|
-
"hasDynamicHelp": false,
|
|
11427
|
-
"multiple": false,
|
|
11428
|
-
"type": "option"
|
|
11429
|
-
},
|
|
11430
|
-
"remote": {
|
|
11431
|
-
"char": "r",
|
|
11432
|
-
"description": "git remote of app to use",
|
|
11433
|
-
"name": "remote",
|
|
11434
|
-
"hasDynamicHelp": false,
|
|
11435
|
-
"multiple": false,
|
|
11436
|
-
"type": "option"
|
|
11437
|
-
}
|
|
11438
|
-
},
|
|
11439
|
-
"hasDynamicHelp": false,
|
|
11440
|
-
"hiddenAliases": [],
|
|
11441
|
-
"id": "certs:auto:refresh",
|
|
11442
|
-
"pluginAlias": "heroku",
|
|
11443
|
-
"pluginName": "heroku",
|
|
11444
|
-
"pluginType": "core",
|
|
11445
|
-
"strict": true,
|
|
11446
|
-
"topic": "certs",
|
|
11447
|
-
"isESM": false,
|
|
11448
|
-
"relativePath": [
|
|
11449
|
-
"lib",
|
|
11450
|
-
"commands",
|
|
11451
|
-
"certs",
|
|
11452
|
-
"auto",
|
|
11453
|
-
"refresh.js"
|
|
11454
|
-
]
|
|
11455
|
-
},
|
|
11456
|
-
"certs:auto:wait": {
|
|
11457
|
-
"aliases": [],
|
|
11458
|
-
"args": {},
|
|
11459
|
-
"description": "waits for the certificate to be activated",
|
|
11460
|
-
"flags": {
|
|
11461
|
-
"help": {
|
|
11462
|
-
"char": "h",
|
|
11463
|
-
"description": "Show CLI help.",
|
|
11464
|
-
"name": "help",
|
|
11465
|
-
"allowNo": false,
|
|
11466
|
-
"type": "boolean"
|
|
11467
|
-
}
|
|
11468
|
-
},
|
|
11469
|
-
"hasDynamicHelp": false,
|
|
11470
|
-
"hidden": true,
|
|
11471
|
-
"hiddenAliases": [],
|
|
11472
|
-
"id": "certs:auto:wait",
|
|
11473
|
-
"pluginAlias": "heroku",
|
|
11474
|
-
"pluginName": "heroku",
|
|
11475
|
-
"pluginType": "core",
|
|
11476
|
-
"strict": true,
|
|
11477
|
-
"isESM": false,
|
|
11478
|
-
"relativePath": [
|
|
11479
|
-
"lib",
|
|
11480
|
-
"commands",
|
|
11481
|
-
"certs",
|
|
11482
|
-
"auto",
|
|
11483
|
-
"wait.js"
|
|
11484
|
-
]
|
|
11485
|
-
},
|
|
11486
11486
|
"pg:backups:cancel": {
|
|
11487
11487
|
"aliases": [],
|
|
11488
11488
|
"args": {
|
|
@@ -14652,5 +14652,5 @@
|
|
|
14652
14652
|
]
|
|
14653
14653
|
}
|
|
14654
14654
|
},
|
|
14655
|
-
"version": "10.7.
|
|
14655
|
+
"version": "10.7.1-alpha.0"
|
|
14656
14656
|
}
|