heroku 10.13.3-beta.0 → 10.14.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 +224 -224
  2. package/package.json +2 -2
@@ -2102,47 +2102,49 @@
2102
2102
  "unlock.js"
2103
2103
  ]
2104
2104
  },
2105
- "auth:login": {
2106
- "aliases": [
2107
- "login"
2108
- ],
2105
+ "autocomplete:create": {
2106
+ "aliases": [],
2109
2107
  "args": {},
2110
- "description": "login with your Heroku credentials",
2108
+ "description": "create autocomplete setup scripts and completion functions",
2109
+ "flags": {},
2110
+ "hasDynamicHelp": false,
2111
+ "hidden": true,
2112
+ "hiddenAliases": [],
2113
+ "id": "autocomplete:create",
2114
+ "pluginAlias": "heroku",
2115
+ "pluginName": "heroku",
2116
+ "pluginType": "core",
2117
+ "strict": true,
2118
+ "isESM": false,
2119
+ "relativePath": [
2120
+ "lib",
2121
+ "commands",
2122
+ "autocomplete",
2123
+ "create.js"
2124
+ ]
2125
+ },
2126
+ "autocomplete:doctor": {
2127
+ "aliases": [],
2128
+ "args": {
2129
+ "shell": {
2130
+ "description": "shell type",
2131
+ "name": "shell",
2132
+ "required": false
2133
+ }
2134
+ },
2135
+ "description": "autocomplete diagnostic",
2111
2136
  "flags": {
2112
- "browser": {
2113
- "description": "browser to open SSO with (example: \"firefox\", \"safari\")",
2114
- "name": "browser",
2115
- "hasDynamicHelp": false,
2116
- "multiple": false,
2117
- "type": "option"
2118
- },
2119
- "sso": {
2120
- "char": "s",
2121
- "description": "login for enterprise users under SSO",
2122
- "hidden": true,
2123
- "name": "sso",
2124
- "allowNo": false,
2125
- "type": "boolean"
2126
- },
2127
- "interactive": {
2128
- "char": "i",
2129
- "description": "login with username/password",
2130
- "name": "interactive",
2137
+ "verbose": {
2138
+ "description": "list completable commands",
2139
+ "name": "verbose",
2131
2140
  "allowNo": false,
2132
2141
  "type": "boolean"
2133
- },
2134
- "expires-in": {
2135
- "char": "e",
2136
- "description": "duration of token in seconds (default 30 days)",
2137
- "name": "expires-in",
2138
- "hasDynamicHelp": false,
2139
- "multiple": false,
2140
- "type": "option"
2141
2142
  }
2142
2143
  },
2143
2144
  "hasDynamicHelp": false,
2145
+ "hidden": true,
2144
2146
  "hiddenAliases": [],
2145
- "id": "auth:login",
2147
+ "id": "autocomplete:doctor",
2146
2148
  "pluginAlias": "heroku",
2147
2149
  "pluginName": "heroku",
2148
2150
  "pluginType": "core",
@@ -2151,20 +2153,38 @@
2151
2153
  "relativePath": [
2152
2154
  "lib",
2153
2155
  "commands",
2154
- "auth",
2155
- "login.js"
2156
+ "autocomplete",
2157
+ "doctor.js"
2156
2158
  ]
2157
2159
  },
2158
- "auth:logout": {
2159
- "aliases": [
2160
- "logout"
2160
+ "autocomplete": {
2161
+ "aliases": [],
2162
+ "args": {
2163
+ "shell": {
2164
+ "description": "shell type",
2165
+ "name": "shell",
2166
+ "required": false
2167
+ }
2168
+ },
2169
+ "description": "display autocomplete installation instructions",
2170
+ "examples": [
2171
+ "$ heroku autocomplete",
2172
+ "$ heroku autocomplete bash",
2173
+ "$ heroku autocomplete zsh",
2174
+ "$ heroku autocomplete --refresh-cache"
2161
2175
  ],
2162
- "args": {},
2163
- "description": "clears local login credentials and invalidates API session",
2164
- "flags": {},
2176
+ "flags": {
2177
+ "refresh-cache": {
2178
+ "char": "r",
2179
+ "description": "refresh cache only (ignores displaying instructions)",
2180
+ "name": "refresh-cache",
2181
+ "allowNo": false,
2182
+ "type": "boolean"
2183
+ }
2184
+ },
2165
2185
  "hasDynamicHelp": false,
2166
2186
  "hiddenAliases": [],
2167
- "id": "auth:logout",
2187
+ "id": "autocomplete",
2168
2188
  "pluginAlias": "heroku",
2169
2189
  "pluginName": "heroku",
2170
2190
  "pluginType": "core",
@@ -2173,26 +2193,34 @@
2173
2193
  "relativePath": [
2174
2194
  "lib",
2175
2195
  "commands",
2176
- "auth",
2177
- "logout.js"
2196
+ "autocomplete",
2197
+ "index.js"
2178
2198
  ]
2179
2199
  },
2180
- "auth:token": {
2200
+ "autocomplete:options": {
2181
2201
  "aliases": [],
2182
- "args": {},
2183
- "description": "outputs current CLI authentication token.\nBy default, the CLI auth token is only valid for 1 year. To generate a long-lived token, use heroku authorizations:create",
2202
+ "args": {
2203
+ "completion": {
2204
+ "name": "completion"
2205
+ }
2206
+ },
2207
+ "description": "display arg or flag completion options (used internally by completion functions)",
2184
2208
  "flags": {
2185
- "help": {
2186
- "char": "h",
2187
- "description": "Show CLI help.",
2188
- "name": "help",
2189
- "allowNo": false,
2190
- "type": "boolean"
2209
+ "app": {
2210
+ "char": "a",
2211
+ "description": "app to run command against",
2212
+ "hidden": true,
2213
+ "name": "app",
2214
+ "required": false,
2215
+ "hasDynamicHelp": false,
2216
+ "multiple": false,
2217
+ "type": "option"
2191
2218
  }
2192
2219
  },
2193
2220
  "hasDynamicHelp": false,
2221
+ "hidden": true,
2194
2222
  "hiddenAliases": [],
2195
- "id": "auth:token",
2223
+ "id": "autocomplete:options",
2196
2224
  "pluginAlias": "heroku",
2197
2225
  "pluginName": "heroku",
2198
2226
  "pluginType": "core",
@@ -2201,20 +2229,25 @@
2201
2229
  "relativePath": [
2202
2230
  "lib",
2203
2231
  "commands",
2204
- "auth",
2205
- "token.js"
2232
+ "autocomplete",
2233
+ "options.js"
2206
2234
  ]
2207
2235
  },
2208
- "auth:whoami": {
2209
- "aliases": [
2210
- "whoami"
2211
- ],
2212
- "args": {},
2213
- "description": "display the current logged in user",
2236
+ "autocomplete:script": {
2237
+ "aliases": [],
2238
+ "args": {
2239
+ "shell": {
2240
+ "description": "shell type",
2241
+ "name": "shell",
2242
+ "required": false
2243
+ }
2244
+ },
2245
+ "description": "display autocomplete setup script for shell",
2214
2246
  "flags": {},
2215
2247
  "hasDynamicHelp": false,
2248
+ "hidden": true,
2216
2249
  "hiddenAliases": [],
2217
- "id": "auth:whoami",
2250
+ "id": "autocomplete:script",
2218
2251
  "pluginAlias": "heroku",
2219
2252
  "pluginName": "heroku",
2220
2253
  "pluginType": "core",
@@ -2223,8 +2256,8 @@
2223
2256
  "relativePath": [
2224
2257
  "lib",
2225
2258
  "commands",
2226
- "auth",
2227
- "whoami.js"
2259
+ "autocomplete",
2260
+ "script.js"
2228
2261
  ]
2229
2262
  },
2230
2263
  "authorizations:create": {
@@ -2467,164 +2500,6 @@
2467
2500
  "update.js"
2468
2501
  ]
2469
2502
  },
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
2503
  "buildpacks:add": {
2629
2504
  "aliases": [],
2630
2505
  "args": {
@@ -2954,6 +2829,131 @@
2954
2829
  "versions.js"
2955
2830
  ]
2956
2831
  },
2832
+ "auth:login": {
2833
+ "aliases": [
2834
+ "login"
2835
+ ],
2836
+ "args": {},
2837
+ "description": "login with your Heroku credentials",
2838
+ "flags": {
2839
+ "browser": {
2840
+ "description": "browser to open SSO with (example: \"firefox\", \"safari\")",
2841
+ "name": "browser",
2842
+ "hasDynamicHelp": false,
2843
+ "multiple": false,
2844
+ "type": "option"
2845
+ },
2846
+ "sso": {
2847
+ "char": "s",
2848
+ "description": "login for enterprise users under SSO",
2849
+ "hidden": true,
2850
+ "name": "sso",
2851
+ "allowNo": false,
2852
+ "type": "boolean"
2853
+ },
2854
+ "interactive": {
2855
+ "char": "i",
2856
+ "description": "login with username/password",
2857
+ "name": "interactive",
2858
+ "allowNo": false,
2859
+ "type": "boolean"
2860
+ },
2861
+ "expires-in": {
2862
+ "char": "e",
2863
+ "description": "duration of token in seconds (default 30 days)",
2864
+ "name": "expires-in",
2865
+ "hasDynamicHelp": false,
2866
+ "multiple": false,
2867
+ "type": "option"
2868
+ }
2869
+ },
2870
+ "hasDynamicHelp": false,
2871
+ "hiddenAliases": [],
2872
+ "id": "auth:login",
2873
+ "pluginAlias": "heroku",
2874
+ "pluginName": "heroku",
2875
+ "pluginType": "core",
2876
+ "strict": true,
2877
+ "isESM": false,
2878
+ "relativePath": [
2879
+ "lib",
2880
+ "commands",
2881
+ "auth",
2882
+ "login.js"
2883
+ ]
2884
+ },
2885
+ "auth:logout": {
2886
+ "aliases": [
2887
+ "logout"
2888
+ ],
2889
+ "args": {},
2890
+ "description": "clears local login credentials and invalidates API session",
2891
+ "flags": {},
2892
+ "hasDynamicHelp": false,
2893
+ "hiddenAliases": [],
2894
+ "id": "auth:logout",
2895
+ "pluginAlias": "heroku",
2896
+ "pluginName": "heroku",
2897
+ "pluginType": "core",
2898
+ "strict": true,
2899
+ "isESM": false,
2900
+ "relativePath": [
2901
+ "lib",
2902
+ "commands",
2903
+ "auth",
2904
+ "logout.js"
2905
+ ]
2906
+ },
2907
+ "auth:token": {
2908
+ "aliases": [],
2909
+ "args": {},
2910
+ "description": "outputs current CLI authentication token.\nBy default, the CLI auth token is only valid for 1 year. To generate a long-lived token, use heroku authorizations:create",
2911
+ "flags": {
2912
+ "help": {
2913
+ "char": "h",
2914
+ "description": "Show CLI help.",
2915
+ "name": "help",
2916
+ "allowNo": false,
2917
+ "type": "boolean"
2918
+ }
2919
+ },
2920
+ "hasDynamicHelp": false,
2921
+ "hiddenAliases": [],
2922
+ "id": "auth:token",
2923
+ "pluginAlias": "heroku",
2924
+ "pluginName": "heroku",
2925
+ "pluginType": "core",
2926
+ "strict": true,
2927
+ "isESM": false,
2928
+ "relativePath": [
2929
+ "lib",
2930
+ "commands",
2931
+ "auth",
2932
+ "token.js"
2933
+ ]
2934
+ },
2935
+ "auth:whoami": {
2936
+ "aliases": [
2937
+ "whoami"
2938
+ ],
2939
+ "args": {},
2940
+ "description": "display the current logged in user",
2941
+ "flags": {},
2942
+ "hasDynamicHelp": false,
2943
+ "hiddenAliases": [],
2944
+ "id": "auth:whoami",
2945
+ "pluginAlias": "heroku",
2946
+ "pluginName": "heroku",
2947
+ "pluginType": "core",
2948
+ "strict": true,
2949
+ "isESM": false,
2950
+ "relativePath": [
2951
+ "lib",
2952
+ "commands",
2953
+ "auth",
2954
+ "whoami.js"
2955
+ ]
2956
+ },
2957
2957
  "certs:add": {
2958
2958
  "aliases": [],
2959
2959
  "args": {
@@ -15019,5 +15019,5 @@
15019
15019
  ]
15020
15020
  }
15021
15021
  },
15022
- "version": "10.13.3-beta.0"
15022
+ "version": "10.14.0"
15023
15023
  }
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.3-beta.0",
4
+ "version": "10.14.0",
5
5
  "author": "Heroku",
6
6
  "bin": "./bin/run",
7
7
  "bugs": "https://github.com/heroku/cli/issues",
@@ -398,5 +398,5 @@
398
398
  "version": "oclif readme --multi && git add README.md ../../docs"
399
399
  },
400
400
  "types": "lib/index.d.ts",
401
- "gitHead": "ab7b708ba071c64166847e53632d8fe71f3ea39a"
401
+ "gitHead": "c0d7800f947ef8f1a1836a8d735a0cd05795eac4"
402
402
  }