heroku 10.13.0-beta.0 → 10.13.1-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.
Files changed (2) hide show
  1. package/oclif.manifest.json +484 -484
  2. package/package.json +3 -3
@@ -2227,56 +2227,15 @@
2227
2227
  "whoami.js"
2228
2228
  ]
2229
2229
  },
2230
- "authorizations:create": {
2230
+ "autocomplete:create": {
2231
2231
  "aliases": [],
2232
2232
  "args": {},
2233
- "description": "create a new OAuth authorization",
2234
- "examples": [
2235
- "$ heroku authorizations:create --description \"For use with Anvil\""
2236
- ],
2237
- "flags": {
2238
- "description": {
2239
- "char": "d",
2240
- "description": "set a custom authorization",
2241
- "name": "description",
2242
- "hasDynamicHelp": false,
2243
- "multiple": false,
2244
- "type": "option"
2245
- },
2246
- "short": {
2247
- "char": "S",
2248
- "description": "only output token",
2249
- "name": "short",
2250
- "allowNo": false,
2251
- "type": "boolean"
2252
- },
2253
- "json": {
2254
- "char": "j",
2255
- "description": "output in json format",
2256
- "name": "json",
2257
- "allowNo": false,
2258
- "type": "boolean"
2259
- },
2260
- "scope": {
2261
- "char": "s",
2262
- "description": "set custom OAuth scopes",
2263
- "name": "scope",
2264
- "hasDynamicHelp": false,
2265
- "multiple": false,
2266
- "type": "option"
2267
- },
2268
- "expires-in": {
2269
- "char": "e",
2270
- "description": "set expiration in seconds (default no expiration)",
2271
- "name": "expires-in",
2272
- "hasDynamicHelp": false,
2273
- "multiple": false,
2274
- "type": "option"
2275
- }
2276
- },
2233
+ "description": "create autocomplete setup scripts and completion functions",
2234
+ "flags": {},
2277
2235
  "hasDynamicHelp": false,
2236
+ "hidden": true,
2278
2237
  "hiddenAliases": [],
2279
- "id": "authorizations:create",
2238
+ "id": "autocomplete:create",
2280
2239
  "pluginAlias": "heroku",
2281
2240
  "pluginName": "heroku",
2282
2241
  "pluginType": "core",
@@ -2285,29 +2244,32 @@
2285
2244
  "relativePath": [
2286
2245
  "lib",
2287
2246
  "commands",
2288
- "authorizations",
2247
+ "autocomplete",
2289
2248
  "create.js"
2290
2249
  ]
2291
2250
  },
2292
- "authorizations": {
2251
+ "autocomplete:doctor": {
2293
2252
  "aliases": [],
2294
- "args": {},
2295
- "description": "list OAuth authorizations",
2296
- "examples": [
2297
- "$ heroku authorizations"
2298
- ],
2253
+ "args": {
2254
+ "shell": {
2255
+ "description": "shell type",
2256
+ "name": "shell",
2257
+ "required": false
2258
+ }
2259
+ },
2260
+ "description": "autocomplete diagnostic",
2299
2261
  "flags": {
2300
- "json": {
2301
- "char": "j",
2302
- "description": "output in json format",
2303
- "name": "json",
2262
+ "verbose": {
2263
+ "description": "list completable commands",
2264
+ "name": "verbose",
2304
2265
  "allowNo": false,
2305
2266
  "type": "boolean"
2306
2267
  }
2307
2268
  },
2308
2269
  "hasDynamicHelp": false,
2270
+ "hidden": true,
2309
2271
  "hiddenAliases": [],
2310
- "id": "authorizations",
2272
+ "id": "autocomplete:doctor",
2311
2273
  "pluginAlias": "heroku",
2312
2274
  "pluginName": "heroku",
2313
2275
  "pluginType": "core",
@@ -2316,32 +2278,38 @@
2316
2278
  "relativePath": [
2317
2279
  "lib",
2318
2280
  "commands",
2319
- "authorizations",
2320
- "index.js"
2281
+ "autocomplete",
2282
+ "doctor.js"
2321
2283
  ]
2322
2284
  },
2323
- "authorizations:info": {
2285
+ "autocomplete": {
2324
2286
  "aliases": [],
2325
2287
  "args": {
2326
- "id": {
2327
- "description": "ID of the authorization",
2328
- "name": "id",
2329
- "required": true
2288
+ "shell": {
2289
+ "description": "shell type",
2290
+ "name": "shell",
2291
+ "required": false
2330
2292
  }
2331
2293
  },
2332
- "description": "show an existing OAuth authorization",
2294
+ "description": "display autocomplete installation instructions",
2295
+ "examples": [
2296
+ "$ heroku autocomplete",
2297
+ "$ heroku autocomplete bash",
2298
+ "$ heroku autocomplete zsh",
2299
+ "$ heroku autocomplete --refresh-cache"
2300
+ ],
2333
2301
  "flags": {
2334
- "json": {
2335
- "char": "j",
2336
- "description": "output in json format",
2337
- "name": "json",
2302
+ "refresh-cache": {
2303
+ "char": "r",
2304
+ "description": "refresh cache only (ignores displaying instructions)",
2305
+ "name": "refresh-cache",
2338
2306
  "allowNo": false,
2339
2307
  "type": "boolean"
2340
2308
  }
2341
2309
  },
2342
2310
  "hasDynamicHelp": false,
2343
2311
  "hiddenAliases": [],
2344
- "id": "authorizations:info",
2312
+ "id": "autocomplete",
2345
2313
  "pluginAlias": "heroku",
2346
2314
  "pluginName": "heroku",
2347
2315
  "pluginType": "core",
@@ -2350,56 +2318,34 @@
2350
2318
  "relativePath": [
2351
2319
  "lib",
2352
2320
  "commands",
2353
- "authorizations",
2354
- "info.js"
2321
+ "autocomplete",
2322
+ "index.js"
2355
2323
  ]
2356
2324
  },
2357
- "authorizations:revoke": {
2358
- "aliases": [
2359
- "authorizations:revoke",
2360
- "authorizations:destroy"
2361
- ],
2325
+ "autocomplete:options": {
2326
+ "aliases": [],
2362
2327
  "args": {
2363
- "id": {
2364
- "description": "ID of the authorization",
2365
- "name": "id",
2366
- "required": true
2328
+ "completion": {
2329
+ "name": "completion"
2367
2330
  }
2368
2331
  },
2369
- "description": "revoke OAuth authorization",
2370
- "examples": [
2371
- "$ heroku authorizations:revoke 105a7bfa-34c3-476e-873a-b1ac3fdc12fb"
2372
- ],
2373
- "flags": {},
2374
- "hasDynamicHelp": false,
2375
- "hiddenAliases": [],
2376
- "id": "authorizations:revoke",
2377
- "pluginAlias": "heroku",
2378
- "pluginName": "heroku",
2379
- "pluginType": "core",
2380
- "strict": true,
2381
- "isESM": false,
2382
- "relativePath": [
2383
- "lib",
2384
- "commands",
2385
- "authorizations",
2386
- "revoke.js"
2387
- ]
2388
- },
2389
- "authorizations:rotate": {
2390
- "aliases": [],
2391
- "args": {
2392
- "id": {
2393
- "description": "ID of the authorization",
2394
- "name": "id",
2395
- "required": true
2332
+ "description": "display arg or flag completion options (used internally by completion functions)",
2333
+ "flags": {
2334
+ "app": {
2335
+ "char": "a",
2336
+ "description": "app to run command against",
2337
+ "hidden": true,
2338
+ "name": "app",
2339
+ "required": false,
2340
+ "hasDynamicHelp": false,
2341
+ "multiple": false,
2342
+ "type": "option"
2396
2343
  }
2397
2344
  },
2398
- "description": "updates an OAuth authorization token",
2399
- "flags": {},
2400
2345
  "hasDynamicHelp": false,
2346
+ "hidden": true,
2401
2347
  "hiddenAliases": [],
2402
- "id": "authorizations:rotate",
2348
+ "id": "autocomplete:options",
2403
2349
  "pluginAlias": "heroku",
2404
2350
  "pluginName": "heroku",
2405
2351
  "pluginType": "core",
@@ -2408,53 +2354,25 @@
2408
2354
  "relativePath": [
2409
2355
  "lib",
2410
2356
  "commands",
2411
- "authorizations",
2412
- "rotate.js"
2357
+ "autocomplete",
2358
+ "options.js"
2413
2359
  ]
2414
2360
  },
2415
- "authorizations:update": {
2361
+ "autocomplete:script": {
2416
2362
  "aliases": [],
2417
2363
  "args": {
2418
- "id": {
2419
- "description": "ID of the authorization",
2420
- "name": "id",
2421
- "required": true
2422
- }
2423
- },
2424
- "description": "updates an OAuth authorization",
2425
- "flags": {
2426
- "description": {
2427
- "char": "d",
2428
- "description": "set a custom authorization description",
2429
- "name": "description",
2430
- "hasDynamicHelp": false,
2431
- "multiple": false,
2432
- "type": "option"
2433
- },
2434
- "client-id": {
2435
- "dependsOn": [
2436
- "client-secret"
2437
- ],
2438
- "description": "identifier of OAuth client to set",
2439
- "name": "client-id",
2440
- "hasDynamicHelp": false,
2441
- "multiple": false,
2442
- "type": "option"
2443
- },
2444
- "client-secret": {
2445
- "dependsOn": [
2446
- "client-id"
2447
- ],
2448
- "description": "secret of OAuth client to set",
2449
- "name": "client-secret",
2450
- "hasDynamicHelp": false,
2451
- "multiple": false,
2452
- "type": "option"
2364
+ "shell": {
2365
+ "description": "shell type",
2366
+ "name": "shell",
2367
+ "required": false
2453
2368
  }
2454
2369
  },
2370
+ "description": "display autocomplete setup script for shell",
2371
+ "flags": {},
2455
2372
  "hasDynamicHelp": false,
2373
+ "hidden": true,
2456
2374
  "hiddenAliases": [],
2457
- "id": "authorizations:update",
2375
+ "id": "autocomplete:script",
2458
2376
  "pluginAlias": "heroku",
2459
2377
  "pluginName": "heroku",
2460
2378
  "pluginType": "core",
@@ -2463,8 +2381,8 @@
2463
2381
  "relativePath": [
2464
2382
  "lib",
2465
2383
  "commands",
2466
- "authorizations",
2467
- "update.js"
2384
+ "autocomplete",
2385
+ "script.js"
2468
2386
  ]
2469
2387
  },
2470
2388
  "buildpacks:add": {
@@ -2796,49 +2714,56 @@
2796
2714
  "versions.js"
2797
2715
  ]
2798
2716
  },
2799
- "autocomplete:create": {
2717
+ "authorizations:create": {
2800
2718
  "aliases": [],
2801
2719
  "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",
2720
+ "description": "create a new OAuth authorization",
2721
+ "examples": [
2722
+ "$ heroku authorizations:create --description \"For use with Anvil\""
2723
+ ],
2724
+ "flags": {
2725
+ "description": {
2726
+ "char": "d",
2727
+ "description": "set a custom authorization",
2728
+ "name": "description",
2729
+ "hasDynamicHelp": false,
2730
+ "multiple": false,
2731
+ "type": "option"
2732
+ },
2733
+ "short": {
2734
+ "char": "S",
2735
+ "description": "only output token",
2736
+ "name": "short",
2737
+ "allowNo": false,
2738
+ "type": "boolean"
2739
+ },
2740
+ "json": {
2741
+ "char": "j",
2742
+ "description": "output in json format",
2743
+ "name": "json",
2834
2744
  "allowNo": false,
2835
2745
  "type": "boolean"
2746
+ },
2747
+ "scope": {
2748
+ "char": "s",
2749
+ "description": "set custom OAuth scopes",
2750
+ "name": "scope",
2751
+ "hasDynamicHelp": false,
2752
+ "multiple": false,
2753
+ "type": "option"
2754
+ },
2755
+ "expires-in": {
2756
+ "char": "e",
2757
+ "description": "set expiration in seconds (default no expiration)",
2758
+ "name": "expires-in",
2759
+ "hasDynamicHelp": false,
2760
+ "multiple": false,
2761
+ "type": "option"
2836
2762
  }
2837
2763
  },
2838
2764
  "hasDynamicHelp": false,
2839
- "hidden": true,
2840
2765
  "hiddenAliases": [],
2841
- "id": "autocomplete:doctor",
2766
+ "id": "authorizations:create",
2842
2767
  "pluginAlias": "heroku",
2843
2768
  "pluginName": "heroku",
2844
2769
  "pluginType": "core",
@@ -2847,38 +2772,29 @@
2847
2772
  "relativePath": [
2848
2773
  "lib",
2849
2774
  "commands",
2850
- "autocomplete",
2851
- "doctor.js"
2775
+ "authorizations",
2776
+ "create.js"
2852
2777
  ]
2853
2778
  },
2854
- "autocomplete": {
2779
+ "authorizations": {
2855
2780
  "aliases": [],
2856
- "args": {
2857
- "shell": {
2858
- "description": "shell type",
2859
- "name": "shell",
2860
- "required": false
2861
- }
2862
- },
2863
- "description": "display autocomplete installation instructions",
2781
+ "args": {},
2782
+ "description": "list OAuth authorizations",
2864
2783
  "examples": [
2865
- "$ heroku autocomplete",
2866
- "$ heroku autocomplete bash",
2867
- "$ heroku autocomplete zsh",
2868
- "$ heroku autocomplete --refresh-cache"
2784
+ "$ heroku authorizations"
2869
2785
  ],
2870
2786
  "flags": {
2871
- "refresh-cache": {
2872
- "char": "r",
2873
- "description": "refresh cache only (ignores displaying instructions)",
2874
- "name": "refresh-cache",
2787
+ "json": {
2788
+ "char": "j",
2789
+ "description": "output in json format",
2790
+ "name": "json",
2875
2791
  "allowNo": false,
2876
2792
  "type": "boolean"
2877
2793
  }
2878
2794
  },
2879
2795
  "hasDynamicHelp": false,
2880
2796
  "hiddenAliases": [],
2881
- "id": "autocomplete",
2797
+ "id": "authorizations",
2882
2798
  "pluginAlias": "heroku",
2883
2799
  "pluginName": "heroku",
2884
2800
  "pluginType": "core",
@@ -2887,34 +2803,32 @@
2887
2803
  "relativePath": [
2888
2804
  "lib",
2889
2805
  "commands",
2890
- "autocomplete",
2806
+ "authorizations",
2891
2807
  "index.js"
2892
2808
  ]
2893
2809
  },
2894
- "autocomplete:options": {
2810
+ "authorizations:info": {
2895
2811
  "aliases": [],
2896
2812
  "args": {
2897
- "completion": {
2898
- "name": "completion"
2813
+ "id": {
2814
+ "description": "ID of the authorization",
2815
+ "name": "id",
2816
+ "required": true
2899
2817
  }
2900
2818
  },
2901
- "description": "display arg or flag completion options (used internally by completion functions)",
2819
+ "description": "show an existing OAuth authorization",
2902
2820
  "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"
2821
+ "json": {
2822
+ "char": "j",
2823
+ "description": "output in json format",
2824
+ "name": "json",
2825
+ "allowNo": false,
2826
+ "type": "boolean"
2912
2827
  }
2913
2828
  },
2914
2829
  "hasDynamicHelp": false,
2915
- "hidden": true,
2916
2830
  "hiddenAliases": [],
2917
- "id": "autocomplete:options",
2831
+ "id": "authorizations:info",
2918
2832
  "pluginAlias": "heroku",
2919
2833
  "pluginName": "heroku",
2920
2834
  "pluginType": "core",
@@ -2923,25 +2837,56 @@
2923
2837
  "relativePath": [
2924
2838
  "lib",
2925
2839
  "commands",
2926
- "autocomplete",
2927
- "options.js"
2840
+ "authorizations",
2841
+ "info.js"
2928
2842
  ]
2929
2843
  },
2930
- "autocomplete:script": {
2844
+ "authorizations:revoke": {
2845
+ "aliases": [
2846
+ "authorizations:revoke",
2847
+ "authorizations:destroy"
2848
+ ],
2849
+ "args": {
2850
+ "id": {
2851
+ "description": "ID of the authorization",
2852
+ "name": "id",
2853
+ "required": true
2854
+ }
2855
+ },
2856
+ "description": "revoke OAuth authorization",
2857
+ "examples": [
2858
+ "$ heroku authorizations:revoke 105a7bfa-34c3-476e-873a-b1ac3fdc12fb"
2859
+ ],
2860
+ "flags": {},
2861
+ "hasDynamicHelp": false,
2862
+ "hiddenAliases": [],
2863
+ "id": "authorizations:revoke",
2864
+ "pluginAlias": "heroku",
2865
+ "pluginName": "heroku",
2866
+ "pluginType": "core",
2867
+ "strict": true,
2868
+ "isESM": false,
2869
+ "relativePath": [
2870
+ "lib",
2871
+ "commands",
2872
+ "authorizations",
2873
+ "revoke.js"
2874
+ ]
2875
+ },
2876
+ "authorizations:rotate": {
2931
2877
  "aliases": [],
2932
2878
  "args": {
2933
- "shell": {
2934
- "description": "shell type",
2935
- "name": "shell",
2936
- "required": false
2879
+ "id": {
2880
+ "description": "ID of the authorization",
2881
+ "name": "id",
2882
+ "required": true
2937
2883
  }
2938
2884
  },
2939
- "description": "display autocomplete setup script for shell",
2885
+ "description": "updates an OAuth authorization token",
2940
2886
  "flags": {},
2941
2887
  "hasDynamicHelp": false,
2942
- "hidden": true,
2943
2888
  "hiddenAliases": [],
2944
- "id": "autocomplete:script",
2889
+ "id": "authorizations:rotate",
2945
2890
  "pluginAlias": "heroku",
2946
2891
  "pluginName": "heroku",
2947
2892
  "pluginType": "core",
@@ -2950,8 +2895,63 @@
2950
2895
  "relativePath": [
2951
2896
  "lib",
2952
2897
  "commands",
2953
- "autocomplete",
2954
- "script.js"
2898
+ "authorizations",
2899
+ "rotate.js"
2900
+ ]
2901
+ },
2902
+ "authorizations:update": {
2903
+ "aliases": [],
2904
+ "args": {
2905
+ "id": {
2906
+ "description": "ID of the authorization",
2907
+ "name": "id",
2908
+ "required": true
2909
+ }
2910
+ },
2911
+ "description": "updates an OAuth authorization",
2912
+ "flags": {
2913
+ "description": {
2914
+ "char": "d",
2915
+ "description": "set a custom authorization description",
2916
+ "name": "description",
2917
+ "hasDynamicHelp": false,
2918
+ "multiple": false,
2919
+ "type": "option"
2920
+ },
2921
+ "client-id": {
2922
+ "dependsOn": [
2923
+ "client-secret"
2924
+ ],
2925
+ "description": "identifier of OAuth client to set",
2926
+ "name": "client-id",
2927
+ "hasDynamicHelp": false,
2928
+ "multiple": false,
2929
+ "type": "option"
2930
+ },
2931
+ "client-secret": {
2932
+ "dependsOn": [
2933
+ "client-id"
2934
+ ],
2935
+ "description": "secret of OAuth client to set",
2936
+ "name": "client-secret",
2937
+ "hasDynamicHelp": false,
2938
+ "multiple": false,
2939
+ "type": "option"
2940
+ }
2941
+ },
2942
+ "hasDynamicHelp": false,
2943
+ "hiddenAliases": [],
2944
+ "id": "authorizations:update",
2945
+ "pluginAlias": "heroku",
2946
+ "pluginName": "heroku",
2947
+ "pluginType": "core",
2948
+ "strict": true,
2949
+ "isESM": false,
2950
+ "relativePath": [
2951
+ "lib",
2952
+ "commands",
2953
+ "authorizations",
2954
+ "update.js"
2955
2955
  ]
2956
2956
  },
2957
2957
  "certs:add": {
@@ -3994,88 +3994,168 @@
3994
3994
  "update.js"
3995
3995
  ]
3996
3996
  },
3997
- "container": {
3997
+ "config:edit": {
3998
3998
  "aliases": [],
3999
- "args": {},
4000
- "description": "Use containers to build and deploy Heroku apps",
4001
- "flags": {},
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
+ },
4002
4031
  "hasDynamicHelp": false,
4003
4032
  "hiddenAliases": [],
4004
- "id": "container",
4033
+ "id": "config:edit",
4005
4034
  "pluginAlias": "heroku",
4006
4035
  "pluginName": "heroku",
4007
4036
  "pluginType": "core",
4008
4037
  "strict": true,
4009
- "topic": "container",
4010
4038
  "isESM": false,
4011
4039
  "relativePath": [
4012
4040
  "lib",
4013
4041
  "commands",
4014
- "container",
4015
- "index.js"
4042
+ "config",
4043
+ "edit.js"
4016
4044
  ]
4017
4045
  },
4018
- "container:login": {
4046
+ "config:get": {
4019
4047
  "aliases": [],
4020
- "args": {},
4021
- "description": "log in to Heroku Container Registry",
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",
4022
4057
  "flags": {
4023
- "verbose": {
4024
- "char": "v",
4025
- "name": "verbose",
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",
4026
4079
  "allowNo": false,
4027
4080
  "type": "boolean"
4028
4081
  }
4029
4082
  },
4030
4083
  "hasDynamicHelp": false,
4031
4084
  "hiddenAliases": [],
4032
- "id": "container:login",
4085
+ "id": "config:get",
4033
4086
  "pluginAlias": "heroku",
4034
4087
  "pluginName": "heroku",
4035
4088
  "pluginType": "core",
4036
- "strict": true,
4037
- "topic": "container",
4089
+ "strict": false,
4090
+ "usage": "config:get KEY...",
4091
+ "example": "$ heroku config:get RAILS_ENV\nproduction",
4038
4092
  "isESM": false,
4039
4093
  "relativePath": [
4040
4094
  "lib",
4041
4095
  "commands",
4042
- "container",
4043
- "login.js"
4096
+ "config",
4097
+ "get.js"
4044
4098
  ]
4045
4099
  },
4046
- "container:logout": {
4100
+ "config": {
4047
4101
  "aliases": [],
4048
4102
  "args": {},
4049
- "description": "log out from Heroku Container Registry",
4103
+ "description": "display the config vars for an app",
4050
4104
  "flags": {
4051
- "verbose": {
4052
- "char": "v",
4053
- "name": "verbose",
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",
4054
4133
  "allowNo": false,
4055
4134
  "type": "boolean"
4056
4135
  }
4057
4136
  },
4058
4137
  "hasDynamicHelp": false,
4059
4138
  "hiddenAliases": [],
4060
- "id": "container:logout",
4139
+ "id": "config",
4061
4140
  "pluginAlias": "heroku",
4062
4141
  "pluginName": "heroku",
4063
4142
  "pluginType": "core",
4064
4143
  "strict": true,
4065
- "topic": "container",
4066
4144
  "isESM": false,
4067
4145
  "relativePath": [
4068
4146
  "lib",
4069
4147
  "commands",
4070
- "container",
4071
- "logout.js"
4148
+ "config",
4149
+ "index.js"
4072
4150
  ]
4073
4151
  },
4074
- "container:pull": {
4152
+ "config:set": {
4075
4153
  "aliases": [],
4076
4154
  "args": {},
4077
- "description": "pulls an image from an app's process type",
4078
- "examples": "\n $ heroku container:pull web # Pulls the web image from the app\n $ heroku container:pull web worker # Pulls both the web and worker images from the app\n $ heroku container:pull web:latest # Pulls the latest tag from the web image",
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
+ ],
4079
4159
  "flags": {
4080
4160
  "app": {
4081
4161
  "char": "a",
@@ -4093,43 +4173,34 @@
4093
4173
  "hasDynamicHelp": false,
4094
4174
  "multiple": false,
4095
4175
  "type": "option"
4096
- },
4097
- "verbose": {
4098
- "char": "v",
4099
- "name": "verbose",
4100
- "allowNo": false,
4101
- "type": "boolean"
4102
4176
  }
4103
4177
  },
4104
4178
  "hasDynamicHelp": false,
4105
- "hiddenAliases": [],
4106
- "id": "container:pull",
4179
+ "hiddenAliases": [
4180
+ "config:add"
4181
+ ],
4182
+ "id": "config:set",
4107
4183
  "pluginAlias": "heroku",
4108
4184
  "pluginName": "heroku",
4109
4185
  "pluginType": "core",
4110
4186
  "strict": false,
4111
- "usage": "container:pull -a APP [-v] PROCESS_TYPE...",
4112
- "topic": "container",
4113
- "example": "\n $ heroku container:pull web # Pulls the web image from the app\n $ heroku container:pull web worker # Pulls both the web and worker images from the app\n $ heroku container:pull web:latest # Pulls the latest tag from the web image",
4114
4187
  "isESM": false,
4115
4188
  "relativePath": [
4116
4189
  "lib",
4117
4190
  "commands",
4118
- "container",
4119
- "pull.js"
4191
+ "config",
4192
+ "set.js"
4120
4193
  ]
4121
4194
  },
4122
- "container:push": {
4123
- "aliases": [],
4195
+ "config:unset": {
4196
+ "aliases": [
4197
+ "config:remove"
4198
+ ],
4124
4199
  "args": {},
4125
- "description": "builds, then pushes Docker images to deploy your Heroku app",
4200
+ "description": "unset one or more config vars",
4126
4201
  "examples": [
4127
- "$ heroku container:push web # Pushes Dockerfile to web process type",
4128
- "$ heroku container:push worker # Pushes Dockerfile to worker process type",
4129
- "$ heroku container:push web worker --recursive # Pushes Dockerfile.web and Dockerfile.worker",
4130
- "$ heroku container:push --recursive # Pushes Dockerfile.*",
4131
- "$ heroku container:push web --arg ENV=live,HTTPS=on # Build-time variables",
4132
- "$ heroku container:push --recursive --context-path . # Pushes Dockerfile.* using current dir as build context"
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"
4133
4204
  ],
4134
4205
  "flags": {
4135
4206
  "app": {
@@ -4141,33 +4212,6 @@
4141
4212
  "multiple": false,
4142
4213
  "type": "option"
4143
4214
  },
4144
- "verbose": {
4145
- "char": "v",
4146
- "name": "verbose",
4147
- "allowNo": false,
4148
- "type": "boolean"
4149
- },
4150
- "recursive": {
4151
- "char": "R",
4152
- "description": "pushes Dockerfile.<process> found in current and subdirectories",
4153
- "name": "recursive",
4154
- "allowNo": false,
4155
- "type": "boolean"
4156
- },
4157
- "arg": {
4158
- "description": "set build-time variables",
4159
- "name": "arg",
4160
- "hasDynamicHelp": false,
4161
- "multiple": false,
4162
- "type": "option"
4163
- },
4164
- "context-path": {
4165
- "description": "path to use as build context (defaults to Dockerfile dir)",
4166
- "name": "context-path",
4167
- "hasDynamicHelp": false,
4168
- "multiple": false,
4169
- "type": "option"
4170
- },
4171
4215
  "remote": {
4172
4216
  "char": "r",
4173
4217
  "description": "git remote of app to use",
@@ -4179,43 +4223,45 @@
4179
4223
  },
4180
4224
  "hasDynamicHelp": false,
4181
4225
  "hiddenAliases": [],
4182
- "id": "container:push",
4226
+ "id": "config:unset",
4183
4227
  "pluginAlias": "heroku",
4184
4228
  "pluginName": "heroku",
4185
4229
  "pluginType": "core",
4186
4230
  "strict": false,
4231
+ "isESM": false,
4232
+ "relativePath": [
4233
+ "lib",
4234
+ "commands",
4235
+ "config",
4236
+ "unset.js"
4237
+ ]
4238
+ },
4239
+ "container": {
4240
+ "aliases": [],
4241
+ "args": {},
4242
+ "description": "Use containers to build and deploy Heroku apps",
4243
+ "flags": {},
4244
+ "hasDynamicHelp": false,
4245
+ "hiddenAliases": [],
4246
+ "id": "container",
4247
+ "pluginAlias": "heroku",
4248
+ "pluginName": "heroku",
4249
+ "pluginType": "core",
4250
+ "strict": true,
4187
4251
  "topic": "container",
4188
4252
  "isESM": false,
4189
4253
  "relativePath": [
4190
4254
  "lib",
4191
4255
  "commands",
4192
4256
  "container",
4193
- "push.js"
4257
+ "index.js"
4194
4258
  ]
4195
4259
  },
4196
- "container:release": {
4260
+ "container:login": {
4197
4261
  "aliases": [],
4198
4262
  "args": {},
4199
- "description": "Releases previously pushed Docker images to your Heroku app",
4200
- "examples": "\n heroku container:release web # Releases the previously pushed web process type\n heroku container:release web worker # Releases the previously pushed web and worker process types",
4263
+ "description": "log in to Heroku Container Registry",
4201
4264
  "flags": {
4202
- "app": {
4203
- "char": "a",
4204
- "description": "app to run command against",
4205
- "name": "app",
4206
- "required": true,
4207
- "hasDynamicHelp": false,
4208
- "multiple": false,
4209
- "type": "option"
4210
- },
4211
- "remote": {
4212
- "char": "r",
4213
- "description": "git remote of app to use",
4214
- "name": "remote",
4215
- "hasDynamicHelp": false,
4216
- "multiple": false,
4217
- "type": "option"
4218
- },
4219
4265
  "verbose": {
4220
4266
  "char": "v",
4221
4267
  "name": "verbose",
@@ -4225,68 +4271,52 @@
4225
4271
  },
4226
4272
  "hasDynamicHelp": false,
4227
4273
  "hiddenAliases": [],
4228
- "id": "container:release",
4274
+ "id": "container:login",
4229
4275
  "pluginAlias": "heroku",
4230
4276
  "pluginName": "heroku",
4231
4277
  "pluginType": "core",
4232
- "strict": false,
4233
- "usage": "container:release",
4278
+ "strict": true,
4234
4279
  "topic": "container",
4235
- "example": "\n heroku container:release web # Releases the previously pushed web process type\n heroku container:release web worker # Releases the previously pushed web and worker process types",
4236
4280
  "isESM": false,
4237
4281
  "relativePath": [
4238
4282
  "lib",
4239
4283
  "commands",
4240
4284
  "container",
4241
- "release.js"
4285
+ "login.js"
4242
4286
  ]
4243
4287
  },
4244
- "container:rm": {
4288
+ "container:logout": {
4245
4289
  "aliases": [],
4246
4290
  "args": {},
4247
- "description": "remove the process type from your app",
4248
- "examples": "\n heroku container:rm web # Destroys the web container\n heroku container:rm web worker # Destroys the web and worker containers",
4291
+ "description": "log out from Heroku Container Registry",
4249
4292
  "flags": {
4250
- "app": {
4251
- "char": "a",
4252
- "description": "app to run command against",
4253
- "name": "app",
4254
- "required": true,
4255
- "hasDynamicHelp": false,
4256
- "multiple": false,
4257
- "type": "option"
4258
- },
4259
- "remote": {
4260
- "char": "r",
4261
- "description": "git remote of app to use",
4262
- "name": "remote",
4263
- "hasDynamicHelp": false,
4264
- "multiple": false,
4265
- "type": "option"
4293
+ "verbose": {
4294
+ "char": "v",
4295
+ "name": "verbose",
4296
+ "allowNo": false,
4297
+ "type": "boolean"
4266
4298
  }
4267
4299
  },
4268
4300
  "hasDynamicHelp": false,
4269
4301
  "hiddenAliases": [],
4270
- "id": "container:rm",
4302
+ "id": "container:logout",
4271
4303
  "pluginAlias": "heroku",
4272
4304
  "pluginName": "heroku",
4273
4305
  "pluginType": "core",
4274
- "strict": false,
4275
- "usage": "container:rm -a APP [-v] PROCESS_TYPE...",
4306
+ "strict": true,
4276
4307
  "topic": "container",
4277
- "example": "\n heroku container:rm web # Destroys the web container\n heroku container:rm web worker # Destroys the web and worker containers",
4278
4308
  "isESM": false,
4279
4309
  "relativePath": [
4280
4310
  "lib",
4281
4311
  "commands",
4282
4312
  "container",
4283
- "rm.js"
4313
+ "logout.js"
4284
4314
  ]
4285
4315
  },
4286
- "container:run": {
4316
+ "container:pull": {
4287
4317
  "aliases": [],
4288
4318
  "args": {},
4289
- "description": "builds, then runs the docker image locally",
4319
+ "description": "pulls an image from an app's process type",
4290
4320
  "examples": "\n $ heroku container:pull web # Pulls the web image from the app\n $ heroku container:pull web worker # Pulls both the web and worker images from the app\n $ heroku container:pull web:latest # Pulls the latest tag from the web image",
4291
4321
  "flags": {
4292
4322
  "app": {
@@ -4306,15 +4336,6 @@
4306
4336
  "multiple": false,
4307
4337
  "type": "option"
4308
4338
  },
4309
- "port": {
4310
- "char": "p",
4311
- "description": "port the app will run on",
4312
- "name": "port",
4313
- "default": 5000,
4314
- "hasDynamicHelp": false,
4315
- "multiple": false,
4316
- "type": "option"
4317
- },
4318
4339
  "verbose": {
4319
4340
  "char": "v",
4320
4341
  "name": "verbose",
@@ -4324,12 +4345,12 @@
4324
4345
  },
4325
4346
  "hasDynamicHelp": false,
4326
4347
  "hiddenAliases": [],
4327
- "id": "container:run",
4348
+ "id": "container:pull",
4328
4349
  "pluginAlias": "heroku",
4329
4350
  "pluginName": "heroku",
4330
4351
  "pluginType": "core",
4331
4352
  "strict": false,
4332
- "usage": "container:run -a APP [-v] PROCESS_TYPE...",
4353
+ "usage": "container:pull -a APP [-v] PROCESS_TYPE...",
4333
4354
  "topic": "container",
4334
4355
  "example": "\n $ heroku container:pull web # Pulls the web image from the app\n $ heroku container:pull web worker # Pulls both the web and worker images from the app\n $ heroku container:pull web:latest # Pulls the latest tag from the web image",
4335
4356
  "isESM": false,
@@ -4337,23 +4358,20 @@
4337
4358
  "lib",
4338
4359
  "commands",
4339
4360
  "container",
4340
- "run.js"
4361
+ "pull.js"
4341
4362
  ]
4342
4363
  },
4343
- "config:edit": {
4364
+ "container:push": {
4344
4365
  "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.",
4366
+ "args": {},
4367
+ "description": "builds, then pushes Docker images to deploy your Heroku app",
4352
4368
  "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"
4369
+ "$ heroku container:push web # Pushes Dockerfile to web process type",
4370
+ "$ heroku container:push worker # Pushes Dockerfile to worker process type",
4371
+ "$ heroku container:push web worker --recursive # Pushes Dockerfile.web and Dockerfile.worker",
4372
+ "$ heroku container:push --recursive # Pushes Dockerfile.*",
4373
+ "$ heroku container:push web --arg ENV=live,HTTPS=on # Build-time variables",
4374
+ "$ heroku container:push --recursive --context-path . # Pushes Dockerfile.* using current dir as build context"
4357
4375
  ],
4358
4376
  "flags": {
4359
4377
  "app": {
@@ -4365,47 +4383,29 @@
4365
4383
  "multiple": false,
4366
4384
  "type": "option"
4367
4385
  },
4368
- "remote": {
4369
- "char": "r",
4370
- "description": "git remote of app to use",
4371
- "name": "remote",
4386
+ "verbose": {
4387
+ "char": "v",
4388
+ "name": "verbose",
4389
+ "allowNo": false,
4390
+ "type": "boolean"
4391
+ },
4392
+ "recursive": {
4393
+ "char": "R",
4394
+ "description": "pushes Dockerfile.<process> found in current and subdirectories",
4395
+ "name": "recursive",
4396
+ "allowNo": false,
4397
+ "type": "boolean"
4398
+ },
4399
+ "arg": {
4400
+ "description": "set build-time variables",
4401
+ "name": "arg",
4372
4402
  "hasDynamicHelp": false,
4373
4403
  "multiple": false,
4374
4404
  "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,
4405
+ },
4406
+ "context-path": {
4407
+ "description": "path to use as build context (defaults to Dockerfile dir)",
4408
+ "name": "context-path",
4409
4409
  "hasDynamicHelp": false,
4410
4410
  "multiple": false,
4411
4411
  "type": "option"
@@ -4417,36 +4417,29 @@
4417
4417
  "hasDynamicHelp": false,
4418
4418
  "multiple": false,
4419
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
4420
  }
4428
4421
  },
4429
4422
  "hasDynamicHelp": false,
4430
4423
  "hiddenAliases": [],
4431
- "id": "config:get",
4424
+ "id": "container:push",
4432
4425
  "pluginAlias": "heroku",
4433
4426
  "pluginName": "heroku",
4434
4427
  "pluginType": "core",
4435
4428
  "strict": false,
4436
- "usage": "config:get KEY...",
4437
- "example": "$ heroku config:get RAILS_ENV\nproduction",
4429
+ "topic": "container",
4438
4430
  "isESM": false,
4439
4431
  "relativePath": [
4440
4432
  "lib",
4441
4433
  "commands",
4442
- "config",
4443
- "get.js"
4434
+ "container",
4435
+ "push.js"
4444
4436
  ]
4445
4437
  },
4446
- "config": {
4438
+ "container:release": {
4447
4439
  "aliases": [],
4448
4440
  "args": {},
4449
- "description": "display the config vars for an app",
4441
+ "description": "Releases previously pushed Docker images to your Heroku app",
4442
+ "examples": "\n heroku container:release web # Releases the previously pushed web process type\n heroku container:release web worker # Releases the previously pushed web and worker process types",
4450
4443
  "flags": {
4451
4444
  "app": {
4452
4445
  "char": "a",
@@ -4465,43 +4458,36 @@
4465
4458
  "multiple": false,
4466
4459
  "type": "option"
4467
4460
  },
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",
4461
+ "verbose": {
4462
+ "char": "v",
4463
+ "name": "verbose",
4479
4464
  "allowNo": false,
4480
4465
  "type": "boolean"
4481
4466
  }
4482
4467
  },
4483
4468
  "hasDynamicHelp": false,
4484
4469
  "hiddenAliases": [],
4485
- "id": "config",
4470
+ "id": "container:release",
4486
4471
  "pluginAlias": "heroku",
4487
4472
  "pluginName": "heroku",
4488
4473
  "pluginType": "core",
4489
- "strict": true,
4474
+ "strict": false,
4475
+ "usage": "container:release",
4476
+ "topic": "container",
4477
+ "example": "\n heroku container:release web # Releases the previously pushed web process type\n heroku container:release web worker # Releases the previously pushed web and worker process types",
4490
4478
  "isESM": false,
4491
4479
  "relativePath": [
4492
4480
  "lib",
4493
4481
  "commands",
4494
- "config",
4495
- "index.js"
4482
+ "container",
4483
+ "release.js"
4496
4484
  ]
4497
4485
  },
4498
- "config:set": {
4486
+ "container:rm": {
4499
4487
  "aliases": [],
4500
4488
  "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
- ],
4489
+ "description": "remove the process type from your app",
4490
+ "examples": "\n heroku container:rm web # Destroys the web container\n heroku container:rm web worker # Destroys the web and worker containers",
4505
4491
  "flags": {
4506
4492
  "app": {
4507
4493
  "char": "a",
@@ -4522,32 +4508,28 @@
4522
4508
  }
4523
4509
  },
4524
4510
  "hasDynamicHelp": false,
4525
- "hiddenAliases": [
4526
- "config:add"
4527
- ],
4528
- "id": "config:set",
4511
+ "hiddenAliases": [],
4512
+ "id": "container:rm",
4529
4513
  "pluginAlias": "heroku",
4530
4514
  "pluginName": "heroku",
4531
4515
  "pluginType": "core",
4532
4516
  "strict": false,
4517
+ "usage": "container:rm -a APP [-v] PROCESS_TYPE...",
4518
+ "topic": "container",
4519
+ "example": "\n heroku container:rm web # Destroys the web container\n heroku container:rm web worker # Destroys the web and worker containers",
4533
4520
  "isESM": false,
4534
4521
  "relativePath": [
4535
4522
  "lib",
4536
4523
  "commands",
4537
- "config",
4538
- "set.js"
4524
+ "container",
4525
+ "rm.js"
4539
4526
  ]
4540
4527
  },
4541
- "config:unset": {
4542
- "aliases": [
4543
- "config:remove"
4544
- ],
4528
+ "container:run": {
4529
+ "aliases": [],
4545
4530
  "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
- ],
4531
+ "description": "builds, then runs the docker image locally",
4532
+ "examples": "\n $ heroku container:pull web # Pulls the web image from the app\n $ heroku container:pull web worker # Pulls both the web and worker images from the app\n $ heroku container:pull web:latest # Pulls the latest tag from the web image",
4551
4533
  "flags": {
4552
4534
  "app": {
4553
4535
  "char": "a",
@@ -4565,21 +4547,39 @@
4565
4547
  "hasDynamicHelp": false,
4566
4548
  "multiple": false,
4567
4549
  "type": "option"
4550
+ },
4551
+ "port": {
4552
+ "char": "p",
4553
+ "description": "port the app will run on",
4554
+ "name": "port",
4555
+ "default": 5000,
4556
+ "hasDynamicHelp": false,
4557
+ "multiple": false,
4558
+ "type": "option"
4559
+ },
4560
+ "verbose": {
4561
+ "char": "v",
4562
+ "name": "verbose",
4563
+ "allowNo": false,
4564
+ "type": "boolean"
4568
4565
  }
4569
4566
  },
4570
4567
  "hasDynamicHelp": false,
4571
4568
  "hiddenAliases": [],
4572
- "id": "config:unset",
4569
+ "id": "container:run",
4573
4570
  "pluginAlias": "heroku",
4574
4571
  "pluginName": "heroku",
4575
4572
  "pluginType": "core",
4576
4573
  "strict": false,
4574
+ "usage": "container:run -a APP [-v] PROCESS_TYPE...",
4575
+ "topic": "container",
4576
+ "example": "\n $ heroku container:pull web # Pulls the web image from the app\n $ heroku container:pull web worker # Pulls both the web and worker images from the app\n $ heroku container:pull web:latest # Pulls the latest tag from the web image",
4577
4577
  "isESM": false,
4578
4578
  "relativePath": [
4579
4579
  "lib",
4580
4580
  "commands",
4581
- "config",
4582
- "unset.js"
4581
+ "container",
4582
+ "run.js"
4583
4583
  ]
4584
4584
  },
4585
4585
  "domains:add": {
@@ -15007,5 +15007,5 @@
15007
15007
  ]
15008
15008
  }
15009
15009
  },
15010
- "version": "10.13.0-beta.0"
15010
+ "version": "10.13.1-beta.0"
15011
15011
  }