heroku 10.13.0-beta.0 → 10.13.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 +415 -415
  2. package/package.json +2 -2
@@ -2467,6 +2467,164 @@
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
+ },
2470
2628
  "buildpacks:add": {
2471
2629
  "aliases": [],
2472
2630
  "args": {
@@ -2767,181 +2925,23 @@
2767
2925
  "lib",
2768
2926
  "commands",
2769
2927
  "buildpacks",
2770
- "set.js"
2771
- ]
2772
- },
2773
- "buildpacks:versions": {
2774
- "aliases": [],
2775
- "args": {
2776
- "buildpack": {
2777
- "description": "namespace/name of the buildpack",
2778
- "name": "buildpack",
2779
- "required": true
2780
- }
2781
- },
2782
- "description": "list versions of a buildpack",
2783
- "flags": {},
2784
- "hasDynamicHelp": false,
2785
- "hiddenAliases": [],
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
+ "set.js"
2928
2929
  ]
2929
2930
  },
2930
- "autocomplete:script": {
2931
+ "buildpacks:versions": {
2931
2932
  "aliases": [],
2932
2933
  "args": {
2933
- "shell": {
2934
- "description": "shell type",
2935
- "name": "shell",
2936
- "required": false
2934
+ "buildpack": {
2935
+ "description": "namespace/name of the buildpack",
2936
+ "name": "buildpack",
2937
+ "required": true
2937
2938
  }
2938
2939
  },
2939
- "description": "display autocomplete setup script for shell",
2940
+ "description": "list versions of a buildpack",
2940
2941
  "flags": {},
2941
2942
  "hasDynamicHelp": false,
2942
- "hidden": true,
2943
2943
  "hiddenAliases": [],
2944
- "id": "autocomplete:script",
2944
+ "id": "buildpacks:versions",
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
- "autocomplete",
2954
- "script.js"
2953
+ "buildpacks",
2954
+ "versions.js"
2955
2955
  ]
2956
2956
  },
2957
2957
  "certs:add": {
@@ -3981,17 +3981,259 @@
3981
3981
  },
3982
3982
  "hasDynamicHelp": false,
3983
3983
  "hiddenAliases": [],
3984
- "id": "clients:update",
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",
4219
+ "hasDynamicHelp": false,
4220
+ "multiple": false,
4221
+ "type": "option"
4222
+ }
4223
+ },
4224
+ "hasDynamicHelp": false,
4225
+ "hiddenAliases": [],
4226
+ "id": "config:unset",
3985
4227
  "pluginAlias": "heroku",
3986
4228
  "pluginName": "heroku",
3987
4229
  "pluginType": "core",
3988
- "strict": true,
4230
+ "strict": false,
3989
4231
  "isESM": false,
3990
4232
  "relativePath": [
3991
4233
  "lib",
3992
4234
  "commands",
3993
- "clients",
3994
- "update.js"
4235
+ "config",
4236
+ "unset.js"
3995
4237
  ]
3996
4238
  },
3997
4239
  "container": {
@@ -4340,248 +4582,6 @@
4340
4582
  "run.js"
4341
4583
  ]
4342
4584
  },
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.13.0-beta.0"
15010
+ "version": "10.13.0"
15011
15011
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "heroku",
3
3
  "description": "CLI to interact with Heroku",
4
- "version": "10.13.0-beta.0",
4
+ "version": "10.13.0",
5
5
  "author": "Heroku",
6
6
  "bin": "./bin/run",
7
7
  "bugs": "https://github.com/heroku/cli/issues",
@@ -400,5 +400,5 @@
400
400
  "version": "oclif readme --multi && git add README.md ../../docs"
401
401
  },
402
402
  "types": "lib/index.d.ts",
403
- "gitHead": "6381db69ab25e586861bc2dbaf22d387d8314f4d"
403
+ "gitHead": "d153f438454933c3f25f6cea8a2db21625c86da8"
404
404
  }