heroku 10.12.0-beta.0 → 10.13.0-beta.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/lib/commands/container/push.js +1 -1
- package/lib/commands/status.js +150 -14
- package/lib/lib/container/docker_helper.d.ts +1 -1
- package/lib/lib/container/docker_helper.js +13 -2
- package/lib/lib/status/util.d.ts +1 -1
- package/lib/lib/status/util.js +8 -9
- package/oclif.manifest.json +542 -542
- package/package.json +5 -5
package/oclif.manifest.json
CHANGED
|
@@ -580,6 +580,134 @@
|
|
|
580
580
|
"update.js"
|
|
581
581
|
]
|
|
582
582
|
},
|
|
583
|
+
"accounts:add": {
|
|
584
|
+
"aliases": [],
|
|
585
|
+
"args": {
|
|
586
|
+
"name": {
|
|
587
|
+
"description": "name of Heroku account to add",
|
|
588
|
+
"name": "name",
|
|
589
|
+
"required": true
|
|
590
|
+
}
|
|
591
|
+
},
|
|
592
|
+
"description": "add a Heroku account to your cache",
|
|
593
|
+
"examples": "heroku accounts:add my-account",
|
|
594
|
+
"flags": {},
|
|
595
|
+
"hasDynamicHelp": false,
|
|
596
|
+
"hiddenAliases": [],
|
|
597
|
+
"id": "accounts:add",
|
|
598
|
+
"pluginAlias": "heroku",
|
|
599
|
+
"pluginName": "heroku",
|
|
600
|
+
"pluginType": "core",
|
|
601
|
+
"strict": true,
|
|
602
|
+
"example": "heroku accounts:add my-account",
|
|
603
|
+
"isESM": false,
|
|
604
|
+
"relativePath": [
|
|
605
|
+
"lib",
|
|
606
|
+
"commands",
|
|
607
|
+
"accounts",
|
|
608
|
+
"add.js"
|
|
609
|
+
]
|
|
610
|
+
},
|
|
611
|
+
"accounts:current": {
|
|
612
|
+
"aliases": [],
|
|
613
|
+
"args": {},
|
|
614
|
+
"description": "display the current Heroku account",
|
|
615
|
+
"examples": "heroku accounts:current",
|
|
616
|
+
"flags": {},
|
|
617
|
+
"hasDynamicHelp": false,
|
|
618
|
+
"hiddenAliases": [],
|
|
619
|
+
"id": "accounts:current",
|
|
620
|
+
"pluginAlias": "heroku",
|
|
621
|
+
"pluginName": "heroku",
|
|
622
|
+
"pluginType": "core",
|
|
623
|
+
"strict": true,
|
|
624
|
+
"example": "heroku accounts:current",
|
|
625
|
+
"isESM": false,
|
|
626
|
+
"relativePath": [
|
|
627
|
+
"lib",
|
|
628
|
+
"commands",
|
|
629
|
+
"accounts",
|
|
630
|
+
"current.js"
|
|
631
|
+
]
|
|
632
|
+
},
|
|
633
|
+
"accounts": {
|
|
634
|
+
"aliases": [],
|
|
635
|
+
"args": {},
|
|
636
|
+
"description": "list the Heroku accounts in your cache",
|
|
637
|
+
"examples": "heroku accounts",
|
|
638
|
+
"flags": {},
|
|
639
|
+
"hasDynamicHelp": false,
|
|
640
|
+
"hiddenAliases": [],
|
|
641
|
+
"id": "accounts",
|
|
642
|
+
"pluginAlias": "heroku",
|
|
643
|
+
"pluginName": "heroku",
|
|
644
|
+
"pluginType": "core",
|
|
645
|
+
"strict": true,
|
|
646
|
+
"example": "heroku accounts",
|
|
647
|
+
"isESM": false,
|
|
648
|
+
"relativePath": [
|
|
649
|
+
"lib",
|
|
650
|
+
"commands",
|
|
651
|
+
"accounts",
|
|
652
|
+
"index.js"
|
|
653
|
+
]
|
|
654
|
+
},
|
|
655
|
+
"accounts:remove": {
|
|
656
|
+
"aliases": [],
|
|
657
|
+
"args": {
|
|
658
|
+
"name": {
|
|
659
|
+
"description": "name of Heroku account to remove",
|
|
660
|
+
"name": "name",
|
|
661
|
+
"required": true
|
|
662
|
+
}
|
|
663
|
+
},
|
|
664
|
+
"description": "remove a Heroku account from your cache",
|
|
665
|
+
"examples": "heroku accounts:remove my-account",
|
|
666
|
+
"flags": {},
|
|
667
|
+
"hasDynamicHelp": false,
|
|
668
|
+
"hiddenAliases": [],
|
|
669
|
+
"id": "accounts:remove",
|
|
670
|
+
"pluginAlias": "heroku",
|
|
671
|
+
"pluginName": "heroku",
|
|
672
|
+
"pluginType": "core",
|
|
673
|
+
"strict": true,
|
|
674
|
+
"example": "heroku accounts:remove my-account",
|
|
675
|
+
"isESM": false,
|
|
676
|
+
"relativePath": [
|
|
677
|
+
"lib",
|
|
678
|
+
"commands",
|
|
679
|
+
"accounts",
|
|
680
|
+
"remove.js"
|
|
681
|
+
]
|
|
682
|
+
},
|
|
683
|
+
"accounts:set": {
|
|
684
|
+
"aliases": [],
|
|
685
|
+
"args": {
|
|
686
|
+
"name": {
|
|
687
|
+
"description": "name of account to set",
|
|
688
|
+
"name": "name",
|
|
689
|
+
"required": true
|
|
690
|
+
}
|
|
691
|
+
},
|
|
692
|
+
"description": "set the current Heroku account from your cache",
|
|
693
|
+
"examples": "heroku accounts:set my-account",
|
|
694
|
+
"flags": {},
|
|
695
|
+
"hasDynamicHelp": false,
|
|
696
|
+
"hiddenAliases": [],
|
|
697
|
+
"id": "accounts:set",
|
|
698
|
+
"pluginAlias": "heroku",
|
|
699
|
+
"pluginName": "heroku",
|
|
700
|
+
"pluginType": "core",
|
|
701
|
+
"strict": true,
|
|
702
|
+
"example": "heroku accounts:set my-account",
|
|
703
|
+
"isESM": false,
|
|
704
|
+
"relativePath": [
|
|
705
|
+
"lib",
|
|
706
|
+
"commands",
|
|
707
|
+
"accounts",
|
|
708
|
+
"set.js"
|
|
709
|
+
]
|
|
710
|
+
},
|
|
583
711
|
"addons:attach": {
|
|
584
712
|
"aliases": [],
|
|
585
713
|
"args": {
|
|
@@ -1234,134 +1362,6 @@
|
|
|
1234
1362
|
"wait.js"
|
|
1235
1363
|
]
|
|
1236
1364
|
},
|
|
1237
|
-
"accounts:add": {
|
|
1238
|
-
"aliases": [],
|
|
1239
|
-
"args": {
|
|
1240
|
-
"name": {
|
|
1241
|
-
"description": "name of Heroku account to add",
|
|
1242
|
-
"name": "name",
|
|
1243
|
-
"required": true
|
|
1244
|
-
}
|
|
1245
|
-
},
|
|
1246
|
-
"description": "add a Heroku account to your cache",
|
|
1247
|
-
"examples": "heroku accounts:add my-account",
|
|
1248
|
-
"flags": {},
|
|
1249
|
-
"hasDynamicHelp": false,
|
|
1250
|
-
"hiddenAliases": [],
|
|
1251
|
-
"id": "accounts:add",
|
|
1252
|
-
"pluginAlias": "heroku",
|
|
1253
|
-
"pluginName": "heroku",
|
|
1254
|
-
"pluginType": "core",
|
|
1255
|
-
"strict": true,
|
|
1256
|
-
"example": "heroku accounts:add my-account",
|
|
1257
|
-
"isESM": false,
|
|
1258
|
-
"relativePath": [
|
|
1259
|
-
"lib",
|
|
1260
|
-
"commands",
|
|
1261
|
-
"accounts",
|
|
1262
|
-
"add.js"
|
|
1263
|
-
]
|
|
1264
|
-
},
|
|
1265
|
-
"accounts:current": {
|
|
1266
|
-
"aliases": [],
|
|
1267
|
-
"args": {},
|
|
1268
|
-
"description": "display the current Heroku account",
|
|
1269
|
-
"examples": "heroku accounts:current",
|
|
1270
|
-
"flags": {},
|
|
1271
|
-
"hasDynamicHelp": false,
|
|
1272
|
-
"hiddenAliases": [],
|
|
1273
|
-
"id": "accounts:current",
|
|
1274
|
-
"pluginAlias": "heroku",
|
|
1275
|
-
"pluginName": "heroku",
|
|
1276
|
-
"pluginType": "core",
|
|
1277
|
-
"strict": true,
|
|
1278
|
-
"example": "heroku accounts:current",
|
|
1279
|
-
"isESM": false,
|
|
1280
|
-
"relativePath": [
|
|
1281
|
-
"lib",
|
|
1282
|
-
"commands",
|
|
1283
|
-
"accounts",
|
|
1284
|
-
"current.js"
|
|
1285
|
-
]
|
|
1286
|
-
},
|
|
1287
|
-
"accounts": {
|
|
1288
|
-
"aliases": [],
|
|
1289
|
-
"args": {},
|
|
1290
|
-
"description": "list the Heroku accounts in your cache",
|
|
1291
|
-
"examples": "heroku accounts",
|
|
1292
|
-
"flags": {},
|
|
1293
|
-
"hasDynamicHelp": false,
|
|
1294
|
-
"hiddenAliases": [],
|
|
1295
|
-
"id": "accounts",
|
|
1296
|
-
"pluginAlias": "heroku",
|
|
1297
|
-
"pluginName": "heroku",
|
|
1298
|
-
"pluginType": "core",
|
|
1299
|
-
"strict": true,
|
|
1300
|
-
"example": "heroku accounts",
|
|
1301
|
-
"isESM": false,
|
|
1302
|
-
"relativePath": [
|
|
1303
|
-
"lib",
|
|
1304
|
-
"commands",
|
|
1305
|
-
"accounts",
|
|
1306
|
-
"index.js"
|
|
1307
|
-
]
|
|
1308
|
-
},
|
|
1309
|
-
"accounts:remove": {
|
|
1310
|
-
"aliases": [],
|
|
1311
|
-
"args": {
|
|
1312
|
-
"name": {
|
|
1313
|
-
"description": "name of Heroku account to remove",
|
|
1314
|
-
"name": "name",
|
|
1315
|
-
"required": true
|
|
1316
|
-
}
|
|
1317
|
-
},
|
|
1318
|
-
"description": "remove a Heroku account from your cache",
|
|
1319
|
-
"examples": "heroku accounts:remove my-account",
|
|
1320
|
-
"flags": {},
|
|
1321
|
-
"hasDynamicHelp": false,
|
|
1322
|
-
"hiddenAliases": [],
|
|
1323
|
-
"id": "accounts:remove",
|
|
1324
|
-
"pluginAlias": "heroku",
|
|
1325
|
-
"pluginName": "heroku",
|
|
1326
|
-
"pluginType": "core",
|
|
1327
|
-
"strict": true,
|
|
1328
|
-
"example": "heroku accounts:remove my-account",
|
|
1329
|
-
"isESM": false,
|
|
1330
|
-
"relativePath": [
|
|
1331
|
-
"lib",
|
|
1332
|
-
"commands",
|
|
1333
|
-
"accounts",
|
|
1334
|
-
"remove.js"
|
|
1335
|
-
]
|
|
1336
|
-
},
|
|
1337
|
-
"accounts:set": {
|
|
1338
|
-
"aliases": [],
|
|
1339
|
-
"args": {
|
|
1340
|
-
"name": {
|
|
1341
|
-
"description": "name of account to set",
|
|
1342
|
-
"name": "name",
|
|
1343
|
-
"required": true
|
|
1344
|
-
}
|
|
1345
|
-
},
|
|
1346
|
-
"description": "set the current Heroku account from your cache",
|
|
1347
|
-
"examples": "heroku accounts:set my-account",
|
|
1348
|
-
"flags": {},
|
|
1349
|
-
"hasDynamicHelp": false,
|
|
1350
|
-
"hiddenAliases": [],
|
|
1351
|
-
"id": "accounts:set",
|
|
1352
|
-
"pluginAlias": "heroku",
|
|
1353
|
-
"pluginName": "heroku",
|
|
1354
|
-
"pluginType": "core",
|
|
1355
|
-
"strict": true,
|
|
1356
|
-
"example": "heroku accounts:set my-account",
|
|
1357
|
-
"isESM": false,
|
|
1358
|
-
"relativePath": [
|
|
1359
|
-
"lib",
|
|
1360
|
-
"commands",
|
|
1361
|
-
"accounts",
|
|
1362
|
-
"set.js"
|
|
1363
|
-
]
|
|
1364
|
-
},
|
|
1365
1365
|
"apps:create": {
|
|
1366
1366
|
"aliases": [],
|
|
1367
1367
|
"args": {
|
|
@@ -2467,164 +2467,6 @@
|
|
|
2467
2467
|
"update.js"
|
|
2468
2468
|
]
|
|
2469
2469
|
},
|
|
2470
|
-
"autocomplete:create": {
|
|
2471
|
-
"aliases": [],
|
|
2472
|
-
"args": {},
|
|
2473
|
-
"description": "create autocomplete setup scripts and completion functions",
|
|
2474
|
-
"flags": {},
|
|
2475
|
-
"hasDynamicHelp": false,
|
|
2476
|
-
"hidden": true,
|
|
2477
|
-
"hiddenAliases": [],
|
|
2478
|
-
"id": "autocomplete:create",
|
|
2479
|
-
"pluginAlias": "heroku",
|
|
2480
|
-
"pluginName": "heroku",
|
|
2481
|
-
"pluginType": "core",
|
|
2482
|
-
"strict": true,
|
|
2483
|
-
"isESM": false,
|
|
2484
|
-
"relativePath": [
|
|
2485
|
-
"lib",
|
|
2486
|
-
"commands",
|
|
2487
|
-
"autocomplete",
|
|
2488
|
-
"create.js"
|
|
2489
|
-
]
|
|
2490
|
-
},
|
|
2491
|
-
"autocomplete:doctor": {
|
|
2492
|
-
"aliases": [],
|
|
2493
|
-
"args": {
|
|
2494
|
-
"shell": {
|
|
2495
|
-
"description": "shell type",
|
|
2496
|
-
"name": "shell",
|
|
2497
|
-
"required": false
|
|
2498
|
-
}
|
|
2499
|
-
},
|
|
2500
|
-
"description": "autocomplete diagnostic",
|
|
2501
|
-
"flags": {
|
|
2502
|
-
"verbose": {
|
|
2503
|
-
"description": "list completable commands",
|
|
2504
|
-
"name": "verbose",
|
|
2505
|
-
"allowNo": false,
|
|
2506
|
-
"type": "boolean"
|
|
2507
|
-
}
|
|
2508
|
-
},
|
|
2509
|
-
"hasDynamicHelp": false,
|
|
2510
|
-
"hidden": true,
|
|
2511
|
-
"hiddenAliases": [],
|
|
2512
|
-
"id": "autocomplete:doctor",
|
|
2513
|
-
"pluginAlias": "heroku",
|
|
2514
|
-
"pluginName": "heroku",
|
|
2515
|
-
"pluginType": "core",
|
|
2516
|
-
"strict": true,
|
|
2517
|
-
"isESM": false,
|
|
2518
|
-
"relativePath": [
|
|
2519
|
-
"lib",
|
|
2520
|
-
"commands",
|
|
2521
|
-
"autocomplete",
|
|
2522
|
-
"doctor.js"
|
|
2523
|
-
]
|
|
2524
|
-
},
|
|
2525
|
-
"autocomplete": {
|
|
2526
|
-
"aliases": [],
|
|
2527
|
-
"args": {
|
|
2528
|
-
"shell": {
|
|
2529
|
-
"description": "shell type",
|
|
2530
|
-
"name": "shell",
|
|
2531
|
-
"required": false
|
|
2532
|
-
}
|
|
2533
|
-
},
|
|
2534
|
-
"description": "display autocomplete installation instructions",
|
|
2535
|
-
"examples": [
|
|
2536
|
-
"$ heroku autocomplete",
|
|
2537
|
-
"$ heroku autocomplete bash",
|
|
2538
|
-
"$ heroku autocomplete zsh",
|
|
2539
|
-
"$ heroku autocomplete --refresh-cache"
|
|
2540
|
-
],
|
|
2541
|
-
"flags": {
|
|
2542
|
-
"refresh-cache": {
|
|
2543
|
-
"char": "r",
|
|
2544
|
-
"description": "refresh cache only (ignores displaying instructions)",
|
|
2545
|
-
"name": "refresh-cache",
|
|
2546
|
-
"allowNo": false,
|
|
2547
|
-
"type": "boolean"
|
|
2548
|
-
}
|
|
2549
|
-
},
|
|
2550
|
-
"hasDynamicHelp": false,
|
|
2551
|
-
"hiddenAliases": [],
|
|
2552
|
-
"id": "autocomplete",
|
|
2553
|
-
"pluginAlias": "heroku",
|
|
2554
|
-
"pluginName": "heroku",
|
|
2555
|
-
"pluginType": "core",
|
|
2556
|
-
"strict": true,
|
|
2557
|
-
"isESM": false,
|
|
2558
|
-
"relativePath": [
|
|
2559
|
-
"lib",
|
|
2560
|
-
"commands",
|
|
2561
|
-
"autocomplete",
|
|
2562
|
-
"index.js"
|
|
2563
|
-
]
|
|
2564
|
-
},
|
|
2565
|
-
"autocomplete:options": {
|
|
2566
|
-
"aliases": [],
|
|
2567
|
-
"args": {
|
|
2568
|
-
"completion": {
|
|
2569
|
-
"name": "completion"
|
|
2570
|
-
}
|
|
2571
|
-
},
|
|
2572
|
-
"description": "display arg or flag completion options (used internally by completion functions)",
|
|
2573
|
-
"flags": {
|
|
2574
|
-
"app": {
|
|
2575
|
-
"char": "a",
|
|
2576
|
-
"description": "app to run command against",
|
|
2577
|
-
"hidden": true,
|
|
2578
|
-
"name": "app",
|
|
2579
|
-
"required": false,
|
|
2580
|
-
"hasDynamicHelp": false,
|
|
2581
|
-
"multiple": false,
|
|
2582
|
-
"type": "option"
|
|
2583
|
-
}
|
|
2584
|
-
},
|
|
2585
|
-
"hasDynamicHelp": false,
|
|
2586
|
-
"hidden": true,
|
|
2587
|
-
"hiddenAliases": [],
|
|
2588
|
-
"id": "autocomplete:options",
|
|
2589
|
-
"pluginAlias": "heroku",
|
|
2590
|
-
"pluginName": "heroku",
|
|
2591
|
-
"pluginType": "core",
|
|
2592
|
-
"strict": true,
|
|
2593
|
-
"isESM": false,
|
|
2594
|
-
"relativePath": [
|
|
2595
|
-
"lib",
|
|
2596
|
-
"commands",
|
|
2597
|
-
"autocomplete",
|
|
2598
|
-
"options.js"
|
|
2599
|
-
]
|
|
2600
|
-
},
|
|
2601
|
-
"autocomplete:script": {
|
|
2602
|
-
"aliases": [],
|
|
2603
|
-
"args": {
|
|
2604
|
-
"shell": {
|
|
2605
|
-
"description": "shell type",
|
|
2606
|
-
"name": "shell",
|
|
2607
|
-
"required": false
|
|
2608
|
-
}
|
|
2609
|
-
},
|
|
2610
|
-
"description": "display autocomplete setup script for shell",
|
|
2611
|
-
"flags": {},
|
|
2612
|
-
"hasDynamicHelp": false,
|
|
2613
|
-
"hidden": true,
|
|
2614
|
-
"hiddenAliases": [],
|
|
2615
|
-
"id": "autocomplete:script",
|
|
2616
|
-
"pluginAlias": "heroku",
|
|
2617
|
-
"pluginName": "heroku",
|
|
2618
|
-
"pluginType": "core",
|
|
2619
|
-
"strict": true,
|
|
2620
|
-
"isESM": false,
|
|
2621
|
-
"relativePath": [
|
|
2622
|
-
"lib",
|
|
2623
|
-
"commands",
|
|
2624
|
-
"autocomplete",
|
|
2625
|
-
"script.js"
|
|
2626
|
-
]
|
|
2627
|
-
},
|
|
2628
2470
|
"buildpacks:add": {
|
|
2629
2471
|
"aliases": [],
|
|
2630
2472
|
"args": {
|
|
@@ -2941,7 +2783,165 @@
|
|
|
2941
2783
|
"flags": {},
|
|
2942
2784
|
"hasDynamicHelp": false,
|
|
2943
2785
|
"hiddenAliases": [],
|
|
2944
|
-
"id": "buildpacks:versions",
|
|
2786
|
+
"id": "buildpacks:versions",
|
|
2787
|
+
"pluginAlias": "heroku",
|
|
2788
|
+
"pluginName": "heroku",
|
|
2789
|
+
"pluginType": "core",
|
|
2790
|
+
"strict": true,
|
|
2791
|
+
"isESM": false,
|
|
2792
|
+
"relativePath": [
|
|
2793
|
+
"lib",
|
|
2794
|
+
"commands",
|
|
2795
|
+
"buildpacks",
|
|
2796
|
+
"versions.js"
|
|
2797
|
+
]
|
|
2798
|
+
},
|
|
2799
|
+
"autocomplete:create": {
|
|
2800
|
+
"aliases": [],
|
|
2801
|
+
"args": {},
|
|
2802
|
+
"description": "create autocomplete setup scripts and completion functions",
|
|
2803
|
+
"flags": {},
|
|
2804
|
+
"hasDynamicHelp": false,
|
|
2805
|
+
"hidden": true,
|
|
2806
|
+
"hiddenAliases": [],
|
|
2807
|
+
"id": "autocomplete:create",
|
|
2808
|
+
"pluginAlias": "heroku",
|
|
2809
|
+
"pluginName": "heroku",
|
|
2810
|
+
"pluginType": "core",
|
|
2811
|
+
"strict": true,
|
|
2812
|
+
"isESM": false,
|
|
2813
|
+
"relativePath": [
|
|
2814
|
+
"lib",
|
|
2815
|
+
"commands",
|
|
2816
|
+
"autocomplete",
|
|
2817
|
+
"create.js"
|
|
2818
|
+
]
|
|
2819
|
+
},
|
|
2820
|
+
"autocomplete:doctor": {
|
|
2821
|
+
"aliases": [],
|
|
2822
|
+
"args": {
|
|
2823
|
+
"shell": {
|
|
2824
|
+
"description": "shell type",
|
|
2825
|
+
"name": "shell",
|
|
2826
|
+
"required": false
|
|
2827
|
+
}
|
|
2828
|
+
},
|
|
2829
|
+
"description": "autocomplete diagnostic",
|
|
2830
|
+
"flags": {
|
|
2831
|
+
"verbose": {
|
|
2832
|
+
"description": "list completable commands",
|
|
2833
|
+
"name": "verbose",
|
|
2834
|
+
"allowNo": false,
|
|
2835
|
+
"type": "boolean"
|
|
2836
|
+
}
|
|
2837
|
+
},
|
|
2838
|
+
"hasDynamicHelp": false,
|
|
2839
|
+
"hidden": true,
|
|
2840
|
+
"hiddenAliases": [],
|
|
2841
|
+
"id": "autocomplete:doctor",
|
|
2842
|
+
"pluginAlias": "heroku",
|
|
2843
|
+
"pluginName": "heroku",
|
|
2844
|
+
"pluginType": "core",
|
|
2845
|
+
"strict": true,
|
|
2846
|
+
"isESM": false,
|
|
2847
|
+
"relativePath": [
|
|
2848
|
+
"lib",
|
|
2849
|
+
"commands",
|
|
2850
|
+
"autocomplete",
|
|
2851
|
+
"doctor.js"
|
|
2852
|
+
]
|
|
2853
|
+
},
|
|
2854
|
+
"autocomplete": {
|
|
2855
|
+
"aliases": [],
|
|
2856
|
+
"args": {
|
|
2857
|
+
"shell": {
|
|
2858
|
+
"description": "shell type",
|
|
2859
|
+
"name": "shell",
|
|
2860
|
+
"required": false
|
|
2861
|
+
}
|
|
2862
|
+
},
|
|
2863
|
+
"description": "display autocomplete installation instructions",
|
|
2864
|
+
"examples": [
|
|
2865
|
+
"$ heroku autocomplete",
|
|
2866
|
+
"$ heroku autocomplete bash",
|
|
2867
|
+
"$ heroku autocomplete zsh",
|
|
2868
|
+
"$ heroku autocomplete --refresh-cache"
|
|
2869
|
+
],
|
|
2870
|
+
"flags": {
|
|
2871
|
+
"refresh-cache": {
|
|
2872
|
+
"char": "r",
|
|
2873
|
+
"description": "refresh cache only (ignores displaying instructions)",
|
|
2874
|
+
"name": "refresh-cache",
|
|
2875
|
+
"allowNo": false,
|
|
2876
|
+
"type": "boolean"
|
|
2877
|
+
}
|
|
2878
|
+
},
|
|
2879
|
+
"hasDynamicHelp": false,
|
|
2880
|
+
"hiddenAliases": [],
|
|
2881
|
+
"id": "autocomplete",
|
|
2882
|
+
"pluginAlias": "heroku",
|
|
2883
|
+
"pluginName": "heroku",
|
|
2884
|
+
"pluginType": "core",
|
|
2885
|
+
"strict": true,
|
|
2886
|
+
"isESM": false,
|
|
2887
|
+
"relativePath": [
|
|
2888
|
+
"lib",
|
|
2889
|
+
"commands",
|
|
2890
|
+
"autocomplete",
|
|
2891
|
+
"index.js"
|
|
2892
|
+
]
|
|
2893
|
+
},
|
|
2894
|
+
"autocomplete:options": {
|
|
2895
|
+
"aliases": [],
|
|
2896
|
+
"args": {
|
|
2897
|
+
"completion": {
|
|
2898
|
+
"name": "completion"
|
|
2899
|
+
}
|
|
2900
|
+
},
|
|
2901
|
+
"description": "display arg or flag completion options (used internally by completion functions)",
|
|
2902
|
+
"flags": {
|
|
2903
|
+
"app": {
|
|
2904
|
+
"char": "a",
|
|
2905
|
+
"description": "app to run command against",
|
|
2906
|
+
"hidden": true,
|
|
2907
|
+
"name": "app",
|
|
2908
|
+
"required": false,
|
|
2909
|
+
"hasDynamicHelp": false,
|
|
2910
|
+
"multiple": false,
|
|
2911
|
+
"type": "option"
|
|
2912
|
+
}
|
|
2913
|
+
},
|
|
2914
|
+
"hasDynamicHelp": false,
|
|
2915
|
+
"hidden": true,
|
|
2916
|
+
"hiddenAliases": [],
|
|
2917
|
+
"id": "autocomplete:options",
|
|
2918
|
+
"pluginAlias": "heroku",
|
|
2919
|
+
"pluginName": "heroku",
|
|
2920
|
+
"pluginType": "core",
|
|
2921
|
+
"strict": true,
|
|
2922
|
+
"isESM": false,
|
|
2923
|
+
"relativePath": [
|
|
2924
|
+
"lib",
|
|
2925
|
+
"commands",
|
|
2926
|
+
"autocomplete",
|
|
2927
|
+
"options.js"
|
|
2928
|
+
]
|
|
2929
|
+
},
|
|
2930
|
+
"autocomplete:script": {
|
|
2931
|
+
"aliases": [],
|
|
2932
|
+
"args": {
|
|
2933
|
+
"shell": {
|
|
2934
|
+
"description": "shell type",
|
|
2935
|
+
"name": "shell",
|
|
2936
|
+
"required": false
|
|
2937
|
+
}
|
|
2938
|
+
},
|
|
2939
|
+
"description": "display autocomplete setup script for shell",
|
|
2940
|
+
"flags": {},
|
|
2941
|
+
"hasDynamicHelp": false,
|
|
2942
|
+
"hidden": true,
|
|
2943
|
+
"hiddenAliases": [],
|
|
2944
|
+
"id": "autocomplete:script",
|
|
2945
2945
|
"pluginAlias": "heroku",
|
|
2946
2946
|
"pluginName": "heroku",
|
|
2947
2947
|
"pluginType": "core",
|
|
@@ -2950,8 +2950,8 @@
|
|
|
2950
2950
|
"relativePath": [
|
|
2951
2951
|
"lib",
|
|
2952
2952
|
"commands",
|
|
2953
|
-
"
|
|
2954
|
-
"
|
|
2953
|
+
"autocomplete",
|
|
2954
|
+
"script.js"
|
|
2955
2955
|
]
|
|
2956
2956
|
},
|
|
2957
2957
|
"certs:add": {
|
|
@@ -3968,254 +3968,12 @@
|
|
|
3968
3968
|
"description": "change the client name",
|
|
3969
3969
|
"name": "name",
|
|
3970
3970
|
"hasDynamicHelp": false,
|
|
3971
|
-
"multiple": false,
|
|
3972
|
-
"type": "option"
|
|
3973
|
-
},
|
|
3974
|
-
"url": {
|
|
3975
|
-
"description": "change the client redirect URL",
|
|
3976
|
-
"name": "url",
|
|
3977
|
-
"hasDynamicHelp": false,
|
|
3978
|
-
"multiple": false,
|
|
3979
|
-
"type": "option"
|
|
3980
|
-
}
|
|
3981
|
-
},
|
|
3982
|
-
"hasDynamicHelp": false,
|
|
3983
|
-
"hiddenAliases": [],
|
|
3984
|
-
"id": "clients:update",
|
|
3985
|
-
"pluginAlias": "heroku",
|
|
3986
|
-
"pluginName": "heroku",
|
|
3987
|
-
"pluginType": "core",
|
|
3988
|
-
"strict": true,
|
|
3989
|
-
"isESM": false,
|
|
3990
|
-
"relativePath": [
|
|
3991
|
-
"lib",
|
|
3992
|
-
"commands",
|
|
3993
|
-
"clients",
|
|
3994
|
-
"update.js"
|
|
3995
|
-
]
|
|
3996
|
-
},
|
|
3997
|
-
"config:edit": {
|
|
3998
|
-
"aliases": [],
|
|
3999
|
-
"args": {
|
|
4000
|
-
"key": {
|
|
4001
|
-
"description": "edit a single key",
|
|
4002
|
-
"name": "key"
|
|
4003
|
-
}
|
|
4004
|
-
},
|
|
4005
|
-
"description": "interactively edit config vars\nThis command opens the app config in a text editor set by $VISUAL or $EDITOR.\nAny variables added/removed/changed will be updated on the app after saving and closing the file.",
|
|
4006
|
-
"examples": [
|
|
4007
|
-
"# edit with vim\n$ EDITOR=\"vim\" heroku config:edit",
|
|
4008
|
-
"# edit with emacs\n$ EDITOR=\"emacs\" heroku config:edit",
|
|
4009
|
-
"# edit with pico\n$ EDITOR=\"pico\" heroku config:edit",
|
|
4010
|
-
"# edit with atom editor\n$ VISUAL=\"atom --wait\" heroku config:edit"
|
|
4011
|
-
],
|
|
4012
|
-
"flags": {
|
|
4013
|
-
"app": {
|
|
4014
|
-
"char": "a",
|
|
4015
|
-
"description": "app to run command against",
|
|
4016
|
-
"name": "app",
|
|
4017
|
-
"required": true,
|
|
4018
|
-
"hasDynamicHelp": false,
|
|
4019
|
-
"multiple": false,
|
|
4020
|
-
"type": "option"
|
|
4021
|
-
},
|
|
4022
|
-
"remote": {
|
|
4023
|
-
"char": "r",
|
|
4024
|
-
"description": "git remote of app to use",
|
|
4025
|
-
"name": "remote",
|
|
4026
|
-
"hasDynamicHelp": false,
|
|
4027
|
-
"multiple": false,
|
|
4028
|
-
"type": "option"
|
|
4029
|
-
}
|
|
4030
|
-
},
|
|
4031
|
-
"hasDynamicHelp": false,
|
|
4032
|
-
"hiddenAliases": [],
|
|
4033
|
-
"id": "config:edit",
|
|
4034
|
-
"pluginAlias": "heroku",
|
|
4035
|
-
"pluginName": "heroku",
|
|
4036
|
-
"pluginType": "core",
|
|
4037
|
-
"strict": true,
|
|
4038
|
-
"isESM": false,
|
|
4039
|
-
"relativePath": [
|
|
4040
|
-
"lib",
|
|
4041
|
-
"commands",
|
|
4042
|
-
"config",
|
|
4043
|
-
"edit.js"
|
|
4044
|
-
]
|
|
4045
|
-
},
|
|
4046
|
-
"config:get": {
|
|
4047
|
-
"aliases": [],
|
|
4048
|
-
"args": {
|
|
4049
|
-
"KEY": {
|
|
4050
|
-
"description": "key name of the config var value",
|
|
4051
|
-
"name": "KEY",
|
|
4052
|
-
"required": true
|
|
4053
|
-
}
|
|
4054
|
-
},
|
|
4055
|
-
"description": "display a single config value for an app",
|
|
4056
|
-
"examples": "$ heroku config:get RAILS_ENV\nproduction",
|
|
4057
|
-
"flags": {
|
|
4058
|
-
"app": {
|
|
4059
|
-
"char": "a",
|
|
4060
|
-
"description": "app to run command against",
|
|
4061
|
-
"name": "app",
|
|
4062
|
-
"required": true,
|
|
4063
|
-
"hasDynamicHelp": false,
|
|
4064
|
-
"multiple": false,
|
|
4065
|
-
"type": "option"
|
|
4066
|
-
},
|
|
4067
|
-
"remote": {
|
|
4068
|
-
"char": "r",
|
|
4069
|
-
"description": "git remote of app to use",
|
|
4070
|
-
"name": "remote",
|
|
4071
|
-
"hasDynamicHelp": false,
|
|
4072
|
-
"multiple": false,
|
|
4073
|
-
"type": "option"
|
|
4074
|
-
},
|
|
4075
|
-
"shell": {
|
|
4076
|
-
"char": "s",
|
|
4077
|
-
"description": "output config vars in shell format",
|
|
4078
|
-
"name": "shell",
|
|
4079
|
-
"allowNo": false,
|
|
4080
|
-
"type": "boolean"
|
|
4081
|
-
}
|
|
4082
|
-
},
|
|
4083
|
-
"hasDynamicHelp": false,
|
|
4084
|
-
"hiddenAliases": [],
|
|
4085
|
-
"id": "config:get",
|
|
4086
|
-
"pluginAlias": "heroku",
|
|
4087
|
-
"pluginName": "heroku",
|
|
4088
|
-
"pluginType": "core",
|
|
4089
|
-
"strict": false,
|
|
4090
|
-
"usage": "config:get KEY...",
|
|
4091
|
-
"example": "$ heroku config:get RAILS_ENV\nproduction",
|
|
4092
|
-
"isESM": false,
|
|
4093
|
-
"relativePath": [
|
|
4094
|
-
"lib",
|
|
4095
|
-
"commands",
|
|
4096
|
-
"config",
|
|
4097
|
-
"get.js"
|
|
4098
|
-
]
|
|
4099
|
-
},
|
|
4100
|
-
"config": {
|
|
4101
|
-
"aliases": [],
|
|
4102
|
-
"args": {},
|
|
4103
|
-
"description": "display the config vars for an app",
|
|
4104
|
-
"flags": {
|
|
4105
|
-
"app": {
|
|
4106
|
-
"char": "a",
|
|
4107
|
-
"description": "app to run command against",
|
|
4108
|
-
"name": "app",
|
|
4109
|
-
"required": true,
|
|
4110
|
-
"hasDynamicHelp": false,
|
|
4111
|
-
"multiple": false,
|
|
4112
|
-
"type": "option"
|
|
4113
|
-
},
|
|
4114
|
-
"remote": {
|
|
4115
|
-
"char": "r",
|
|
4116
|
-
"description": "git remote of app to use",
|
|
4117
|
-
"name": "remote",
|
|
4118
|
-
"hasDynamicHelp": false,
|
|
4119
|
-
"multiple": false,
|
|
4120
|
-
"type": "option"
|
|
4121
|
-
},
|
|
4122
|
-
"shell": {
|
|
4123
|
-
"char": "s",
|
|
4124
|
-
"description": "output config vars in shell format",
|
|
4125
|
-
"name": "shell",
|
|
4126
|
-
"allowNo": false,
|
|
4127
|
-
"type": "boolean"
|
|
4128
|
-
},
|
|
4129
|
-
"json": {
|
|
4130
|
-
"char": "j",
|
|
4131
|
-
"description": "output config vars in json format",
|
|
4132
|
-
"name": "json",
|
|
4133
|
-
"allowNo": false,
|
|
4134
|
-
"type": "boolean"
|
|
4135
|
-
}
|
|
4136
|
-
},
|
|
4137
|
-
"hasDynamicHelp": false,
|
|
4138
|
-
"hiddenAliases": [],
|
|
4139
|
-
"id": "config",
|
|
4140
|
-
"pluginAlias": "heroku",
|
|
4141
|
-
"pluginName": "heroku",
|
|
4142
|
-
"pluginType": "core",
|
|
4143
|
-
"strict": true,
|
|
4144
|
-
"isESM": false,
|
|
4145
|
-
"relativePath": [
|
|
4146
|
-
"lib",
|
|
4147
|
-
"commands",
|
|
4148
|
-
"config",
|
|
4149
|
-
"index.js"
|
|
4150
|
-
]
|
|
4151
|
-
},
|
|
4152
|
-
"config:set": {
|
|
4153
|
-
"aliases": [],
|
|
4154
|
-
"args": {},
|
|
4155
|
-
"description": "set one or more config vars",
|
|
4156
|
-
"examples": [
|
|
4157
|
-
"$ heroku config:set RAILS_ENV=staging\nSetting config vars and restarting example... done, v10\nRAILS_ENV: staging\n\n$ heroku config:set RAILS_ENV=staging RACK_ENV=staging\nSetting config vars and restarting example... done, v11\nRAILS_ENV: staging\nRACK_ENV: staging"
|
|
4158
|
-
],
|
|
4159
|
-
"flags": {
|
|
4160
|
-
"app": {
|
|
4161
|
-
"char": "a",
|
|
4162
|
-
"description": "app to run command against",
|
|
4163
|
-
"name": "app",
|
|
4164
|
-
"required": true,
|
|
4165
|
-
"hasDynamicHelp": false,
|
|
4166
|
-
"multiple": false,
|
|
4167
|
-
"type": "option"
|
|
4168
|
-
},
|
|
4169
|
-
"remote": {
|
|
4170
|
-
"char": "r",
|
|
4171
|
-
"description": "git remote of app to use",
|
|
4172
|
-
"name": "remote",
|
|
4173
|
-
"hasDynamicHelp": false,
|
|
4174
|
-
"multiple": false,
|
|
4175
|
-
"type": "option"
|
|
4176
|
-
}
|
|
4177
|
-
},
|
|
4178
|
-
"hasDynamicHelp": false,
|
|
4179
|
-
"hiddenAliases": [
|
|
4180
|
-
"config:add"
|
|
4181
|
-
],
|
|
4182
|
-
"id": "config:set",
|
|
4183
|
-
"pluginAlias": "heroku",
|
|
4184
|
-
"pluginName": "heroku",
|
|
4185
|
-
"pluginType": "core",
|
|
4186
|
-
"strict": false,
|
|
4187
|
-
"isESM": false,
|
|
4188
|
-
"relativePath": [
|
|
4189
|
-
"lib",
|
|
4190
|
-
"commands",
|
|
4191
|
-
"config",
|
|
4192
|
-
"set.js"
|
|
4193
|
-
]
|
|
4194
|
-
},
|
|
4195
|
-
"config:unset": {
|
|
4196
|
-
"aliases": [
|
|
4197
|
-
"config:remove"
|
|
4198
|
-
],
|
|
4199
|
-
"args": {},
|
|
4200
|
-
"description": "unset one or more config vars",
|
|
4201
|
-
"examples": [
|
|
4202
|
-
"$ heroku config:unset RAILS_ENV\nUnsetting RAILS_ENV and restarting example... done, v10",
|
|
4203
|
-
"$ heroku config:unset RAILS_ENV RACK_ENV\nUnsetting RAILS_ENV, RACK_ENV and restarting example... done, v10"
|
|
4204
|
-
],
|
|
4205
|
-
"flags": {
|
|
4206
|
-
"app": {
|
|
4207
|
-
"char": "a",
|
|
4208
|
-
"description": "app to run command against",
|
|
4209
|
-
"name": "app",
|
|
4210
|
-
"required": true,
|
|
4211
|
-
"hasDynamicHelp": false,
|
|
4212
|
-
"multiple": false,
|
|
4213
|
-
"type": "option"
|
|
4214
|
-
},
|
|
4215
|
-
"remote": {
|
|
4216
|
-
"char": "r",
|
|
4217
|
-
"description": "git remote of app to use",
|
|
4218
|
-
"name": "remote",
|
|
3971
|
+
"multiple": false,
|
|
3972
|
+
"type": "option"
|
|
3973
|
+
},
|
|
3974
|
+
"url": {
|
|
3975
|
+
"description": "change the client redirect URL",
|
|
3976
|
+
"name": "url",
|
|
4219
3977
|
"hasDynamicHelp": false,
|
|
4220
3978
|
"multiple": false,
|
|
4221
3979
|
"type": "option"
|
|
@@ -4223,17 +3981,17 @@
|
|
|
4223
3981
|
},
|
|
4224
3982
|
"hasDynamicHelp": false,
|
|
4225
3983
|
"hiddenAliases": [],
|
|
4226
|
-
"id": "
|
|
3984
|
+
"id": "clients:update",
|
|
4227
3985
|
"pluginAlias": "heroku",
|
|
4228
3986
|
"pluginName": "heroku",
|
|
4229
3987
|
"pluginType": "core",
|
|
4230
|
-
"strict":
|
|
3988
|
+
"strict": true,
|
|
4231
3989
|
"isESM": false,
|
|
4232
3990
|
"relativePath": [
|
|
4233
3991
|
"lib",
|
|
4234
3992
|
"commands",
|
|
4235
|
-
"
|
|
4236
|
-
"
|
|
3993
|
+
"clients",
|
|
3994
|
+
"update.js"
|
|
4237
3995
|
]
|
|
4238
3996
|
},
|
|
4239
3997
|
"container": {
|
|
@@ -4582,6 +4340,248 @@
|
|
|
4582
4340
|
"run.js"
|
|
4583
4341
|
]
|
|
4584
4342
|
},
|
|
4343
|
+
"config:edit": {
|
|
4344
|
+
"aliases": [],
|
|
4345
|
+
"args": {
|
|
4346
|
+
"key": {
|
|
4347
|
+
"description": "edit a single key",
|
|
4348
|
+
"name": "key"
|
|
4349
|
+
}
|
|
4350
|
+
},
|
|
4351
|
+
"description": "interactively edit config vars\nThis command opens the app config in a text editor set by $VISUAL or $EDITOR.\nAny variables added/removed/changed will be updated on the app after saving and closing the file.",
|
|
4352
|
+
"examples": [
|
|
4353
|
+
"# edit with vim\n$ EDITOR=\"vim\" heroku config:edit",
|
|
4354
|
+
"# edit with emacs\n$ EDITOR=\"emacs\" heroku config:edit",
|
|
4355
|
+
"# edit with pico\n$ EDITOR=\"pico\" heroku config:edit",
|
|
4356
|
+
"# edit with atom editor\n$ VISUAL=\"atom --wait\" heroku config:edit"
|
|
4357
|
+
],
|
|
4358
|
+
"flags": {
|
|
4359
|
+
"app": {
|
|
4360
|
+
"char": "a",
|
|
4361
|
+
"description": "app to run command against",
|
|
4362
|
+
"name": "app",
|
|
4363
|
+
"required": true,
|
|
4364
|
+
"hasDynamicHelp": false,
|
|
4365
|
+
"multiple": false,
|
|
4366
|
+
"type": "option"
|
|
4367
|
+
},
|
|
4368
|
+
"remote": {
|
|
4369
|
+
"char": "r",
|
|
4370
|
+
"description": "git remote of app to use",
|
|
4371
|
+
"name": "remote",
|
|
4372
|
+
"hasDynamicHelp": false,
|
|
4373
|
+
"multiple": false,
|
|
4374
|
+
"type": "option"
|
|
4375
|
+
}
|
|
4376
|
+
},
|
|
4377
|
+
"hasDynamicHelp": false,
|
|
4378
|
+
"hiddenAliases": [],
|
|
4379
|
+
"id": "config:edit",
|
|
4380
|
+
"pluginAlias": "heroku",
|
|
4381
|
+
"pluginName": "heroku",
|
|
4382
|
+
"pluginType": "core",
|
|
4383
|
+
"strict": true,
|
|
4384
|
+
"isESM": false,
|
|
4385
|
+
"relativePath": [
|
|
4386
|
+
"lib",
|
|
4387
|
+
"commands",
|
|
4388
|
+
"config",
|
|
4389
|
+
"edit.js"
|
|
4390
|
+
]
|
|
4391
|
+
},
|
|
4392
|
+
"config:get": {
|
|
4393
|
+
"aliases": [],
|
|
4394
|
+
"args": {
|
|
4395
|
+
"KEY": {
|
|
4396
|
+
"description": "key name of the config var value",
|
|
4397
|
+
"name": "KEY",
|
|
4398
|
+
"required": true
|
|
4399
|
+
}
|
|
4400
|
+
},
|
|
4401
|
+
"description": "display a single config value for an app",
|
|
4402
|
+
"examples": "$ heroku config:get RAILS_ENV\nproduction",
|
|
4403
|
+
"flags": {
|
|
4404
|
+
"app": {
|
|
4405
|
+
"char": "a",
|
|
4406
|
+
"description": "app to run command against",
|
|
4407
|
+
"name": "app",
|
|
4408
|
+
"required": true,
|
|
4409
|
+
"hasDynamicHelp": false,
|
|
4410
|
+
"multiple": false,
|
|
4411
|
+
"type": "option"
|
|
4412
|
+
},
|
|
4413
|
+
"remote": {
|
|
4414
|
+
"char": "r",
|
|
4415
|
+
"description": "git remote of app to use",
|
|
4416
|
+
"name": "remote",
|
|
4417
|
+
"hasDynamicHelp": false,
|
|
4418
|
+
"multiple": false,
|
|
4419
|
+
"type": "option"
|
|
4420
|
+
},
|
|
4421
|
+
"shell": {
|
|
4422
|
+
"char": "s",
|
|
4423
|
+
"description": "output config vars in shell format",
|
|
4424
|
+
"name": "shell",
|
|
4425
|
+
"allowNo": false,
|
|
4426
|
+
"type": "boolean"
|
|
4427
|
+
}
|
|
4428
|
+
},
|
|
4429
|
+
"hasDynamicHelp": false,
|
|
4430
|
+
"hiddenAliases": [],
|
|
4431
|
+
"id": "config:get",
|
|
4432
|
+
"pluginAlias": "heroku",
|
|
4433
|
+
"pluginName": "heroku",
|
|
4434
|
+
"pluginType": "core",
|
|
4435
|
+
"strict": false,
|
|
4436
|
+
"usage": "config:get KEY...",
|
|
4437
|
+
"example": "$ heroku config:get RAILS_ENV\nproduction",
|
|
4438
|
+
"isESM": false,
|
|
4439
|
+
"relativePath": [
|
|
4440
|
+
"lib",
|
|
4441
|
+
"commands",
|
|
4442
|
+
"config",
|
|
4443
|
+
"get.js"
|
|
4444
|
+
]
|
|
4445
|
+
},
|
|
4446
|
+
"config": {
|
|
4447
|
+
"aliases": [],
|
|
4448
|
+
"args": {},
|
|
4449
|
+
"description": "display the config vars for an app",
|
|
4450
|
+
"flags": {
|
|
4451
|
+
"app": {
|
|
4452
|
+
"char": "a",
|
|
4453
|
+
"description": "app to run command against",
|
|
4454
|
+
"name": "app",
|
|
4455
|
+
"required": true,
|
|
4456
|
+
"hasDynamicHelp": false,
|
|
4457
|
+
"multiple": false,
|
|
4458
|
+
"type": "option"
|
|
4459
|
+
},
|
|
4460
|
+
"remote": {
|
|
4461
|
+
"char": "r",
|
|
4462
|
+
"description": "git remote of app to use",
|
|
4463
|
+
"name": "remote",
|
|
4464
|
+
"hasDynamicHelp": false,
|
|
4465
|
+
"multiple": false,
|
|
4466
|
+
"type": "option"
|
|
4467
|
+
},
|
|
4468
|
+
"shell": {
|
|
4469
|
+
"char": "s",
|
|
4470
|
+
"description": "output config vars in shell format",
|
|
4471
|
+
"name": "shell",
|
|
4472
|
+
"allowNo": false,
|
|
4473
|
+
"type": "boolean"
|
|
4474
|
+
},
|
|
4475
|
+
"json": {
|
|
4476
|
+
"char": "j",
|
|
4477
|
+
"description": "output config vars in json format",
|
|
4478
|
+
"name": "json",
|
|
4479
|
+
"allowNo": false,
|
|
4480
|
+
"type": "boolean"
|
|
4481
|
+
}
|
|
4482
|
+
},
|
|
4483
|
+
"hasDynamicHelp": false,
|
|
4484
|
+
"hiddenAliases": [],
|
|
4485
|
+
"id": "config",
|
|
4486
|
+
"pluginAlias": "heroku",
|
|
4487
|
+
"pluginName": "heroku",
|
|
4488
|
+
"pluginType": "core",
|
|
4489
|
+
"strict": true,
|
|
4490
|
+
"isESM": false,
|
|
4491
|
+
"relativePath": [
|
|
4492
|
+
"lib",
|
|
4493
|
+
"commands",
|
|
4494
|
+
"config",
|
|
4495
|
+
"index.js"
|
|
4496
|
+
]
|
|
4497
|
+
},
|
|
4498
|
+
"config:set": {
|
|
4499
|
+
"aliases": [],
|
|
4500
|
+
"args": {},
|
|
4501
|
+
"description": "set one or more config vars",
|
|
4502
|
+
"examples": [
|
|
4503
|
+
"$ heroku config:set RAILS_ENV=staging\nSetting config vars and restarting example... done, v10\nRAILS_ENV: staging\n\n$ heroku config:set RAILS_ENV=staging RACK_ENV=staging\nSetting config vars and restarting example... done, v11\nRAILS_ENV: staging\nRACK_ENV: staging"
|
|
4504
|
+
],
|
|
4505
|
+
"flags": {
|
|
4506
|
+
"app": {
|
|
4507
|
+
"char": "a",
|
|
4508
|
+
"description": "app to run command against",
|
|
4509
|
+
"name": "app",
|
|
4510
|
+
"required": true,
|
|
4511
|
+
"hasDynamicHelp": false,
|
|
4512
|
+
"multiple": false,
|
|
4513
|
+
"type": "option"
|
|
4514
|
+
},
|
|
4515
|
+
"remote": {
|
|
4516
|
+
"char": "r",
|
|
4517
|
+
"description": "git remote of app to use",
|
|
4518
|
+
"name": "remote",
|
|
4519
|
+
"hasDynamicHelp": false,
|
|
4520
|
+
"multiple": false,
|
|
4521
|
+
"type": "option"
|
|
4522
|
+
}
|
|
4523
|
+
},
|
|
4524
|
+
"hasDynamicHelp": false,
|
|
4525
|
+
"hiddenAliases": [
|
|
4526
|
+
"config:add"
|
|
4527
|
+
],
|
|
4528
|
+
"id": "config:set",
|
|
4529
|
+
"pluginAlias": "heroku",
|
|
4530
|
+
"pluginName": "heroku",
|
|
4531
|
+
"pluginType": "core",
|
|
4532
|
+
"strict": false,
|
|
4533
|
+
"isESM": false,
|
|
4534
|
+
"relativePath": [
|
|
4535
|
+
"lib",
|
|
4536
|
+
"commands",
|
|
4537
|
+
"config",
|
|
4538
|
+
"set.js"
|
|
4539
|
+
]
|
|
4540
|
+
},
|
|
4541
|
+
"config:unset": {
|
|
4542
|
+
"aliases": [
|
|
4543
|
+
"config:remove"
|
|
4544
|
+
],
|
|
4545
|
+
"args": {},
|
|
4546
|
+
"description": "unset one or more config vars",
|
|
4547
|
+
"examples": [
|
|
4548
|
+
"$ heroku config:unset RAILS_ENV\nUnsetting RAILS_ENV and restarting example... done, v10",
|
|
4549
|
+
"$ heroku config:unset RAILS_ENV RACK_ENV\nUnsetting RAILS_ENV, RACK_ENV and restarting example... done, v10"
|
|
4550
|
+
],
|
|
4551
|
+
"flags": {
|
|
4552
|
+
"app": {
|
|
4553
|
+
"char": "a",
|
|
4554
|
+
"description": "app to run command against",
|
|
4555
|
+
"name": "app",
|
|
4556
|
+
"required": true,
|
|
4557
|
+
"hasDynamicHelp": false,
|
|
4558
|
+
"multiple": false,
|
|
4559
|
+
"type": "option"
|
|
4560
|
+
},
|
|
4561
|
+
"remote": {
|
|
4562
|
+
"char": "r",
|
|
4563
|
+
"description": "git remote of app to use",
|
|
4564
|
+
"name": "remote",
|
|
4565
|
+
"hasDynamicHelp": false,
|
|
4566
|
+
"multiple": false,
|
|
4567
|
+
"type": "option"
|
|
4568
|
+
}
|
|
4569
|
+
},
|
|
4570
|
+
"hasDynamicHelp": false,
|
|
4571
|
+
"hiddenAliases": [],
|
|
4572
|
+
"id": "config:unset",
|
|
4573
|
+
"pluginAlias": "heroku",
|
|
4574
|
+
"pluginName": "heroku",
|
|
4575
|
+
"pluginType": "core",
|
|
4576
|
+
"strict": false,
|
|
4577
|
+
"isESM": false,
|
|
4578
|
+
"relativePath": [
|
|
4579
|
+
"lib",
|
|
4580
|
+
"commands",
|
|
4581
|
+
"config",
|
|
4582
|
+
"unset.js"
|
|
4583
|
+
]
|
|
4584
|
+
},
|
|
4585
4585
|
"domains:add": {
|
|
4586
4586
|
"aliases": [],
|
|
4587
4587
|
"args": {
|
|
@@ -15007,5 +15007,5 @@
|
|
|
15007
15007
|
]
|
|
15008
15008
|
}
|
|
15009
15009
|
},
|
|
15010
|
-
"version": "10.
|
|
15010
|
+
"version": "10.13.0-beta.0"
|
|
15011
15011
|
}
|