heroku 11.1.1-beta.0 → 11.1.1
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/CHANGELOG.md +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/oclif.manifest.json +383 -383
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
## [11.1.1
|
|
7
|
+
## [11.1.1](https://github.com/heroku/cli/compare/v11.1.0...v11.1.1) (2026-04-01)
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
### Bug Fixes
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "heroku",
|
|
3
|
-
"version": "11.1.1
|
|
3
|
+
"version": "11.1.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "heroku",
|
|
9
|
-
"version": "11.1.1
|
|
9
|
+
"version": "11.1.1",
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@heroku-cli/command": "^12.2.2",
|
package/oclif.manifest.json
CHANGED
|
@@ -5391,174 +5391,6 @@
|
|
|
5391
5391
|
"run.js"
|
|
5392
5392
|
]
|
|
5393
5393
|
},
|
|
5394
|
-
"drains:add": {
|
|
5395
|
-
"aliases": [],
|
|
5396
|
-
"args": {
|
|
5397
|
-
"url": {
|
|
5398
|
-
"description": "URL of the log drain",
|
|
5399
|
-
"name": "url",
|
|
5400
|
-
"required": true
|
|
5401
|
-
}
|
|
5402
|
-
},
|
|
5403
|
-
"description": "adds a log drain to an app",
|
|
5404
|
-
"flags": {
|
|
5405
|
-
"prompt": {
|
|
5406
|
-
"description": "interactively prompt for command arguments and flags",
|
|
5407
|
-
"helpGroup": "GLOBAL",
|
|
5408
|
-
"name": "prompt",
|
|
5409
|
-
"allowNo": false,
|
|
5410
|
-
"type": "boolean"
|
|
5411
|
-
},
|
|
5412
|
-
"app": {
|
|
5413
|
-
"char": "a",
|
|
5414
|
-
"description": "app to run command against",
|
|
5415
|
-
"name": "app",
|
|
5416
|
-
"required": true,
|
|
5417
|
-
"hasDynamicHelp": true,
|
|
5418
|
-
"multiple": false,
|
|
5419
|
-
"type": "option"
|
|
5420
|
-
},
|
|
5421
|
-
"remote": {
|
|
5422
|
-
"char": "r",
|
|
5423
|
-
"description": "git remote of app to use",
|
|
5424
|
-
"name": "remote",
|
|
5425
|
-
"hasDynamicHelp": false,
|
|
5426
|
-
"multiple": false,
|
|
5427
|
-
"type": "option"
|
|
5428
|
-
}
|
|
5429
|
-
},
|
|
5430
|
-
"hasDynamicHelp": true,
|
|
5431
|
-
"hiddenAliases": [],
|
|
5432
|
-
"id": "drains:add",
|
|
5433
|
-
"pluginAlias": "heroku",
|
|
5434
|
-
"pluginName": "heroku",
|
|
5435
|
-
"pluginType": "core",
|
|
5436
|
-
"strict": true,
|
|
5437
|
-
"enableJsonFlag": false,
|
|
5438
|
-
"promptFlagActive": true,
|
|
5439
|
-
"isESM": true,
|
|
5440
|
-
"relativePath": [
|
|
5441
|
-
"dist",
|
|
5442
|
-
"commands",
|
|
5443
|
-
"drains",
|
|
5444
|
-
"add.js"
|
|
5445
|
-
]
|
|
5446
|
-
},
|
|
5447
|
-
"drains": {
|
|
5448
|
-
"aliases": [],
|
|
5449
|
-
"args": {},
|
|
5450
|
-
"description": "display the log drains of an app",
|
|
5451
|
-
"flags": {
|
|
5452
|
-
"prompt": {
|
|
5453
|
-
"description": "interactively prompt for command arguments and flags",
|
|
5454
|
-
"helpGroup": "GLOBAL",
|
|
5455
|
-
"name": "prompt",
|
|
5456
|
-
"allowNo": false,
|
|
5457
|
-
"type": "boolean"
|
|
5458
|
-
},
|
|
5459
|
-
"app": {
|
|
5460
|
-
"char": "a",
|
|
5461
|
-
"description": "app to run command against",
|
|
5462
|
-
"name": "app",
|
|
5463
|
-
"required": true,
|
|
5464
|
-
"hasDynamicHelp": true,
|
|
5465
|
-
"multiple": false,
|
|
5466
|
-
"type": "option"
|
|
5467
|
-
},
|
|
5468
|
-
"extended": {
|
|
5469
|
-
"char": "x",
|
|
5470
|
-
"hidden": true,
|
|
5471
|
-
"name": "extended",
|
|
5472
|
-
"allowNo": false,
|
|
5473
|
-
"type": "boolean"
|
|
5474
|
-
},
|
|
5475
|
-
"json": {
|
|
5476
|
-
"description": "output in json format",
|
|
5477
|
-
"name": "json",
|
|
5478
|
-
"allowNo": false,
|
|
5479
|
-
"type": "boolean"
|
|
5480
|
-
},
|
|
5481
|
-
"remote": {
|
|
5482
|
-
"char": "r",
|
|
5483
|
-
"description": "git remote of app to use",
|
|
5484
|
-
"name": "remote",
|
|
5485
|
-
"hasDynamicHelp": false,
|
|
5486
|
-
"multiple": false,
|
|
5487
|
-
"type": "option"
|
|
5488
|
-
}
|
|
5489
|
-
},
|
|
5490
|
-
"hasDynamicHelp": true,
|
|
5491
|
-
"hiddenAliases": [],
|
|
5492
|
-
"id": "drains",
|
|
5493
|
-
"pluginAlias": "heroku",
|
|
5494
|
-
"pluginName": "heroku",
|
|
5495
|
-
"pluginType": "core",
|
|
5496
|
-
"strict": true,
|
|
5497
|
-
"enableJsonFlag": false,
|
|
5498
|
-
"promptFlagActive": true,
|
|
5499
|
-
"isESM": true,
|
|
5500
|
-
"relativePath": [
|
|
5501
|
-
"dist",
|
|
5502
|
-
"commands",
|
|
5503
|
-
"drains",
|
|
5504
|
-
"index.js"
|
|
5505
|
-
]
|
|
5506
|
-
},
|
|
5507
|
-
"drains:remove": {
|
|
5508
|
-
"aliases": [],
|
|
5509
|
-
"args": {
|
|
5510
|
-
"url": {
|
|
5511
|
-
"description": "URL of the log drain",
|
|
5512
|
-
"name": "url",
|
|
5513
|
-
"required": true
|
|
5514
|
-
}
|
|
5515
|
-
},
|
|
5516
|
-
"description": "removes a log drain from an app",
|
|
5517
|
-
"examples": "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ drains:remove [URL|TOKEN] \u001b[22m\u001b[39m\u001b[49m",
|
|
5518
|
-
"flags": {
|
|
5519
|
-
"prompt": {
|
|
5520
|
-
"description": "interactively prompt for command arguments and flags",
|
|
5521
|
-
"helpGroup": "GLOBAL",
|
|
5522
|
-
"name": "prompt",
|
|
5523
|
-
"allowNo": false,
|
|
5524
|
-
"type": "boolean"
|
|
5525
|
-
},
|
|
5526
|
-
"app": {
|
|
5527
|
-
"char": "a",
|
|
5528
|
-
"description": "app to run command against",
|
|
5529
|
-
"name": "app",
|
|
5530
|
-
"required": true,
|
|
5531
|
-
"hasDynamicHelp": true,
|
|
5532
|
-
"multiple": false,
|
|
5533
|
-
"type": "option"
|
|
5534
|
-
},
|
|
5535
|
-
"remote": {
|
|
5536
|
-
"char": "r",
|
|
5537
|
-
"description": "git remote of app to use",
|
|
5538
|
-
"name": "remote",
|
|
5539
|
-
"hasDynamicHelp": false,
|
|
5540
|
-
"multiple": false,
|
|
5541
|
-
"type": "option"
|
|
5542
|
-
}
|
|
5543
|
-
},
|
|
5544
|
-
"hasDynamicHelp": true,
|
|
5545
|
-
"hiddenAliases": [],
|
|
5546
|
-
"id": "drains:remove",
|
|
5547
|
-
"pluginAlias": "heroku",
|
|
5548
|
-
"pluginName": "heroku",
|
|
5549
|
-
"pluginType": "core",
|
|
5550
|
-
"strict": true,
|
|
5551
|
-
"enableJsonFlag": false,
|
|
5552
|
-
"promptFlagActive": true,
|
|
5553
|
-
"example": "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ drains:remove [URL|TOKEN] \u001b[22m\u001b[39m\u001b[49m",
|
|
5554
|
-
"isESM": true,
|
|
5555
|
-
"relativePath": [
|
|
5556
|
-
"dist",
|
|
5557
|
-
"commands",
|
|
5558
|
-
"drains",
|
|
5559
|
-
"remove.js"
|
|
5560
|
-
]
|
|
5561
|
-
},
|
|
5562
5394
|
"domains:add": {
|
|
5563
5395
|
"aliases": [],
|
|
5564
5396
|
"args": {
|
|
@@ -6006,16 +5838,16 @@
|
|
|
6006
5838
|
"wait.js"
|
|
6007
5839
|
]
|
|
6008
5840
|
},
|
|
6009
|
-
"
|
|
5841
|
+
"drains:add": {
|
|
6010
5842
|
"aliases": [],
|
|
6011
5843
|
"args": {
|
|
6012
|
-
"
|
|
6013
|
-
"description": "
|
|
6014
|
-
"name": "
|
|
5844
|
+
"url": {
|
|
5845
|
+
"description": "URL of the log drain",
|
|
5846
|
+
"name": "url",
|
|
6015
5847
|
"required": true
|
|
6016
5848
|
}
|
|
6017
5849
|
},
|
|
6018
|
-
"description": "
|
|
5850
|
+
"description": "adds a log drain to an app",
|
|
6019
5851
|
"flags": {
|
|
6020
5852
|
"prompt": {
|
|
6021
5853
|
"description": "interactively prompt for command arguments and flags",
|
|
@@ -6044,7 +5876,7 @@
|
|
|
6044
5876
|
},
|
|
6045
5877
|
"hasDynamicHelp": true,
|
|
6046
5878
|
"hiddenAliases": [],
|
|
6047
|
-
"id": "
|
|
5879
|
+
"id": "drains:add",
|
|
6048
5880
|
"pluginAlias": "heroku",
|
|
6049
5881
|
"pluginName": "heroku",
|
|
6050
5882
|
"pluginType": "core",
|
|
@@ -6055,20 +5887,14 @@
|
|
|
6055
5887
|
"relativePath": [
|
|
6056
5888
|
"dist",
|
|
6057
5889
|
"commands",
|
|
6058
|
-
"
|
|
6059
|
-
"
|
|
5890
|
+
"drains",
|
|
5891
|
+
"add.js"
|
|
6060
5892
|
]
|
|
6061
5893
|
},
|
|
6062
|
-
"
|
|
5894
|
+
"drains": {
|
|
6063
5895
|
"aliases": [],
|
|
6064
|
-
"args": {
|
|
6065
|
-
|
|
6066
|
-
"description": "unique identifier or name of the app feature",
|
|
6067
|
-
"name": "feature",
|
|
6068
|
-
"required": true
|
|
6069
|
-
}
|
|
6070
|
-
},
|
|
6071
|
-
"description": "enables an app feature",
|
|
5896
|
+
"args": {},
|
|
5897
|
+
"description": "display the log drains of an app",
|
|
6072
5898
|
"flags": {
|
|
6073
5899
|
"prompt": {
|
|
6074
5900
|
"description": "interactively prompt for command arguments and flags",
|
|
@@ -6086,6 +5912,19 @@
|
|
|
6086
5912
|
"multiple": false,
|
|
6087
5913
|
"type": "option"
|
|
6088
5914
|
},
|
|
5915
|
+
"extended": {
|
|
5916
|
+
"char": "x",
|
|
5917
|
+
"hidden": true,
|
|
5918
|
+
"name": "extended",
|
|
5919
|
+
"allowNo": false,
|
|
5920
|
+
"type": "boolean"
|
|
5921
|
+
},
|
|
5922
|
+
"json": {
|
|
5923
|
+
"description": "output in json format",
|
|
5924
|
+
"name": "json",
|
|
5925
|
+
"allowNo": false,
|
|
5926
|
+
"type": "boolean"
|
|
5927
|
+
},
|
|
6089
5928
|
"remote": {
|
|
6090
5929
|
"char": "r",
|
|
6091
5930
|
"description": "git remote of app to use",
|
|
@@ -6097,7 +5936,7 @@
|
|
|
6097
5936
|
},
|
|
6098
5937
|
"hasDynamicHelp": true,
|
|
6099
5938
|
"hiddenAliases": [],
|
|
6100
|
-
"id": "
|
|
5939
|
+
"id": "drains",
|
|
6101
5940
|
"pluginAlias": "heroku",
|
|
6102
5941
|
"pluginName": "heroku",
|
|
6103
5942
|
"pluginType": "core",
|
|
@@ -6108,14 +5947,21 @@
|
|
|
6108
5947
|
"relativePath": [
|
|
6109
5948
|
"dist",
|
|
6110
5949
|
"commands",
|
|
6111
|
-
"
|
|
6112
|
-
"
|
|
5950
|
+
"drains",
|
|
5951
|
+
"index.js"
|
|
6113
5952
|
]
|
|
6114
5953
|
},
|
|
6115
|
-
"
|
|
5954
|
+
"drains:remove": {
|
|
6116
5955
|
"aliases": [],
|
|
6117
|
-
"args": {
|
|
6118
|
-
|
|
5956
|
+
"args": {
|
|
5957
|
+
"url": {
|
|
5958
|
+
"description": "URL of the log drain",
|
|
5959
|
+
"name": "url",
|
|
5960
|
+
"required": true
|
|
5961
|
+
}
|
|
5962
|
+
},
|
|
5963
|
+
"description": "removes a log drain from an app",
|
|
5964
|
+
"examples": "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ drains:remove [URL|TOKEN] \u001b[22m\u001b[39m\u001b[49m",
|
|
6119
5965
|
"flags": {
|
|
6120
5966
|
"prompt": {
|
|
6121
5967
|
"description": "interactively prompt for command arguments and flags",
|
|
@@ -6140,32 +5986,27 @@
|
|
|
6140
5986
|
"hasDynamicHelp": false,
|
|
6141
5987
|
"multiple": false,
|
|
6142
5988
|
"type": "option"
|
|
6143
|
-
},
|
|
6144
|
-
"json": {
|
|
6145
|
-
"description": "output in json format",
|
|
6146
|
-
"name": "json",
|
|
6147
|
-
"allowNo": false,
|
|
6148
|
-
"type": "boolean"
|
|
6149
5989
|
}
|
|
6150
5990
|
},
|
|
6151
5991
|
"hasDynamicHelp": true,
|
|
6152
5992
|
"hiddenAliases": [],
|
|
6153
|
-
"id": "
|
|
5993
|
+
"id": "drains:remove",
|
|
6154
5994
|
"pluginAlias": "heroku",
|
|
6155
5995
|
"pluginName": "heroku",
|
|
6156
5996
|
"pluginType": "core",
|
|
6157
5997
|
"strict": true,
|
|
6158
5998
|
"enableJsonFlag": false,
|
|
6159
5999
|
"promptFlagActive": true,
|
|
6000
|
+
"example": "\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ drains:remove [URL|TOKEN] \u001b[22m\u001b[39m\u001b[49m",
|
|
6160
6001
|
"isESM": true,
|
|
6161
6002
|
"relativePath": [
|
|
6162
6003
|
"dist",
|
|
6163
6004
|
"commands",
|
|
6164
|
-
"
|
|
6165
|
-
"
|
|
6005
|
+
"drains",
|
|
6006
|
+
"remove.js"
|
|
6166
6007
|
]
|
|
6167
6008
|
},
|
|
6168
|
-
"features:
|
|
6009
|
+
"features:disable": {
|
|
6169
6010
|
"aliases": [],
|
|
6170
6011
|
"args": {
|
|
6171
6012
|
"feature": {
|
|
@@ -6174,7 +6015,7 @@
|
|
|
6174
6015
|
"required": true
|
|
6175
6016
|
}
|
|
6176
6017
|
},
|
|
6177
|
-
"description": "
|
|
6018
|
+
"description": "disables an app feature",
|
|
6178
6019
|
"flags": {
|
|
6179
6020
|
"prompt": {
|
|
6180
6021
|
"description": "interactively prompt for command arguments and flags",
|
|
@@ -6192,12 +6033,6 @@
|
|
|
6192
6033
|
"multiple": false,
|
|
6193
6034
|
"type": "option"
|
|
6194
6035
|
},
|
|
6195
|
-
"json": {
|
|
6196
|
-
"description": "output in json format",
|
|
6197
|
-
"name": "json",
|
|
6198
|
-
"allowNo": false,
|
|
6199
|
-
"type": "boolean"
|
|
6200
|
-
},
|
|
6201
6036
|
"remote": {
|
|
6202
6037
|
"char": "r",
|
|
6203
6038
|
"description": "git remote of app to use",
|
|
@@ -6209,7 +6044,7 @@
|
|
|
6209
6044
|
},
|
|
6210
6045
|
"hasDynamicHelp": true,
|
|
6211
6046
|
"hiddenAliases": [],
|
|
6212
|
-
"id": "features:
|
|
6047
|
+
"id": "features:disable",
|
|
6213
6048
|
"pluginAlias": "heroku",
|
|
6214
6049
|
"pluginName": "heroku",
|
|
6215
6050
|
"pluginType": "core",
|
|
@@ -6221,10 +6056,175 @@
|
|
|
6221
6056
|
"dist",
|
|
6222
6057
|
"commands",
|
|
6223
6058
|
"features",
|
|
6224
|
-
"
|
|
6059
|
+
"disable.js"
|
|
6225
6060
|
]
|
|
6226
6061
|
},
|
|
6227
|
-
"
|
|
6062
|
+
"features:enable": {
|
|
6063
|
+
"aliases": [],
|
|
6064
|
+
"args": {
|
|
6065
|
+
"feature": {
|
|
6066
|
+
"description": "unique identifier or name of the app feature",
|
|
6067
|
+
"name": "feature",
|
|
6068
|
+
"required": true
|
|
6069
|
+
}
|
|
6070
|
+
},
|
|
6071
|
+
"description": "enables an app feature",
|
|
6072
|
+
"flags": {
|
|
6073
|
+
"prompt": {
|
|
6074
|
+
"description": "interactively prompt for command arguments and flags",
|
|
6075
|
+
"helpGroup": "GLOBAL",
|
|
6076
|
+
"name": "prompt",
|
|
6077
|
+
"allowNo": false,
|
|
6078
|
+
"type": "boolean"
|
|
6079
|
+
},
|
|
6080
|
+
"app": {
|
|
6081
|
+
"char": "a",
|
|
6082
|
+
"description": "app to run command against",
|
|
6083
|
+
"name": "app",
|
|
6084
|
+
"required": true,
|
|
6085
|
+
"hasDynamicHelp": true,
|
|
6086
|
+
"multiple": false,
|
|
6087
|
+
"type": "option"
|
|
6088
|
+
},
|
|
6089
|
+
"remote": {
|
|
6090
|
+
"char": "r",
|
|
6091
|
+
"description": "git remote of app to use",
|
|
6092
|
+
"name": "remote",
|
|
6093
|
+
"hasDynamicHelp": false,
|
|
6094
|
+
"multiple": false,
|
|
6095
|
+
"type": "option"
|
|
6096
|
+
}
|
|
6097
|
+
},
|
|
6098
|
+
"hasDynamicHelp": true,
|
|
6099
|
+
"hiddenAliases": [],
|
|
6100
|
+
"id": "features:enable",
|
|
6101
|
+
"pluginAlias": "heroku",
|
|
6102
|
+
"pluginName": "heroku",
|
|
6103
|
+
"pluginType": "core",
|
|
6104
|
+
"strict": true,
|
|
6105
|
+
"enableJsonFlag": false,
|
|
6106
|
+
"promptFlagActive": true,
|
|
6107
|
+
"isESM": true,
|
|
6108
|
+
"relativePath": [
|
|
6109
|
+
"dist",
|
|
6110
|
+
"commands",
|
|
6111
|
+
"features",
|
|
6112
|
+
"enable.js"
|
|
6113
|
+
]
|
|
6114
|
+
},
|
|
6115
|
+
"features": {
|
|
6116
|
+
"aliases": [],
|
|
6117
|
+
"args": {},
|
|
6118
|
+
"description": "list available app features",
|
|
6119
|
+
"flags": {
|
|
6120
|
+
"prompt": {
|
|
6121
|
+
"description": "interactively prompt for command arguments and flags",
|
|
6122
|
+
"helpGroup": "GLOBAL",
|
|
6123
|
+
"name": "prompt",
|
|
6124
|
+
"allowNo": false,
|
|
6125
|
+
"type": "boolean"
|
|
6126
|
+
},
|
|
6127
|
+
"app": {
|
|
6128
|
+
"char": "a",
|
|
6129
|
+
"description": "app to run command against",
|
|
6130
|
+
"name": "app",
|
|
6131
|
+
"required": true,
|
|
6132
|
+
"hasDynamicHelp": true,
|
|
6133
|
+
"multiple": false,
|
|
6134
|
+
"type": "option"
|
|
6135
|
+
},
|
|
6136
|
+
"remote": {
|
|
6137
|
+
"char": "r",
|
|
6138
|
+
"description": "git remote of app to use",
|
|
6139
|
+
"name": "remote",
|
|
6140
|
+
"hasDynamicHelp": false,
|
|
6141
|
+
"multiple": false,
|
|
6142
|
+
"type": "option"
|
|
6143
|
+
},
|
|
6144
|
+
"json": {
|
|
6145
|
+
"description": "output in json format",
|
|
6146
|
+
"name": "json",
|
|
6147
|
+
"allowNo": false,
|
|
6148
|
+
"type": "boolean"
|
|
6149
|
+
}
|
|
6150
|
+
},
|
|
6151
|
+
"hasDynamicHelp": true,
|
|
6152
|
+
"hiddenAliases": [],
|
|
6153
|
+
"id": "features",
|
|
6154
|
+
"pluginAlias": "heroku",
|
|
6155
|
+
"pluginName": "heroku",
|
|
6156
|
+
"pluginType": "core",
|
|
6157
|
+
"strict": true,
|
|
6158
|
+
"enableJsonFlag": false,
|
|
6159
|
+
"promptFlagActive": true,
|
|
6160
|
+
"isESM": true,
|
|
6161
|
+
"relativePath": [
|
|
6162
|
+
"dist",
|
|
6163
|
+
"commands",
|
|
6164
|
+
"features",
|
|
6165
|
+
"index.js"
|
|
6166
|
+
]
|
|
6167
|
+
},
|
|
6168
|
+
"features:info": {
|
|
6169
|
+
"aliases": [],
|
|
6170
|
+
"args": {
|
|
6171
|
+
"feature": {
|
|
6172
|
+
"description": "unique identifier or name of the app feature",
|
|
6173
|
+
"name": "feature",
|
|
6174
|
+
"required": true
|
|
6175
|
+
}
|
|
6176
|
+
},
|
|
6177
|
+
"description": "display information about a feature",
|
|
6178
|
+
"flags": {
|
|
6179
|
+
"prompt": {
|
|
6180
|
+
"description": "interactively prompt for command arguments and flags",
|
|
6181
|
+
"helpGroup": "GLOBAL",
|
|
6182
|
+
"name": "prompt",
|
|
6183
|
+
"allowNo": false,
|
|
6184
|
+
"type": "boolean"
|
|
6185
|
+
},
|
|
6186
|
+
"app": {
|
|
6187
|
+
"char": "a",
|
|
6188
|
+
"description": "app to run command against",
|
|
6189
|
+
"name": "app",
|
|
6190
|
+
"required": true,
|
|
6191
|
+
"hasDynamicHelp": true,
|
|
6192
|
+
"multiple": false,
|
|
6193
|
+
"type": "option"
|
|
6194
|
+
},
|
|
6195
|
+
"json": {
|
|
6196
|
+
"description": "output in json format",
|
|
6197
|
+
"name": "json",
|
|
6198
|
+
"allowNo": false,
|
|
6199
|
+
"type": "boolean"
|
|
6200
|
+
},
|
|
6201
|
+
"remote": {
|
|
6202
|
+
"char": "r",
|
|
6203
|
+
"description": "git remote of app to use",
|
|
6204
|
+
"name": "remote",
|
|
6205
|
+
"hasDynamicHelp": false,
|
|
6206
|
+
"multiple": false,
|
|
6207
|
+
"type": "option"
|
|
6208
|
+
}
|
|
6209
|
+
},
|
|
6210
|
+
"hasDynamicHelp": true,
|
|
6211
|
+
"hiddenAliases": [],
|
|
6212
|
+
"id": "features:info",
|
|
6213
|
+
"pluginAlias": "heroku",
|
|
6214
|
+
"pluginName": "heroku",
|
|
6215
|
+
"pluginType": "core",
|
|
6216
|
+
"strict": true,
|
|
6217
|
+
"enableJsonFlag": false,
|
|
6218
|
+
"promptFlagActive": true,
|
|
6219
|
+
"isESM": true,
|
|
6220
|
+
"relativePath": [
|
|
6221
|
+
"dist",
|
|
6222
|
+
"commands",
|
|
6223
|
+
"features",
|
|
6224
|
+
"info.js"
|
|
6225
|
+
]
|
|
6226
|
+
},
|
|
6227
|
+
"git:clone": {
|
|
6228
6228
|
"aliases": [],
|
|
6229
6229
|
"args": {
|
|
6230
6230
|
"DIRECTORY": {
|
|
@@ -17416,6 +17416,177 @@
|
|
|
17416
17416
|
"info.js"
|
|
17417
17417
|
]
|
|
17418
17418
|
},
|
|
17419
|
+
"spaces:trusted-ips:add": {
|
|
17420
|
+
"aliases": [],
|
|
17421
|
+
"args": {
|
|
17422
|
+
"source": {
|
|
17423
|
+
"description": "IP address in CIDR notation",
|
|
17424
|
+
"name": "source",
|
|
17425
|
+
"required": true
|
|
17426
|
+
}
|
|
17427
|
+
},
|
|
17428
|
+
"description": "Add one range to the list of trusted IP ranges\nUses CIDR notation.",
|
|
17429
|
+
"examples": [
|
|
17430
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku trusted-ips:add --space my-space 192.168.2.0/24 \u001b[22m\u001b[39m\u001b[49m\nAdded 192.168.0.1/24 to trusted IP ranges on my-space"
|
|
17431
|
+
],
|
|
17432
|
+
"flags": {
|
|
17433
|
+
"prompt": {
|
|
17434
|
+
"description": "interactively prompt for command arguments and flags",
|
|
17435
|
+
"helpGroup": "GLOBAL",
|
|
17436
|
+
"name": "prompt",
|
|
17437
|
+
"allowNo": false,
|
|
17438
|
+
"type": "boolean"
|
|
17439
|
+
},
|
|
17440
|
+
"confirm": {
|
|
17441
|
+
"description": "set to space name to bypass confirm prompt",
|
|
17442
|
+
"name": "confirm",
|
|
17443
|
+
"hasDynamicHelp": false,
|
|
17444
|
+
"multiple": false,
|
|
17445
|
+
"type": "option"
|
|
17446
|
+
},
|
|
17447
|
+
"space": {
|
|
17448
|
+
"char": "s",
|
|
17449
|
+
"description": "space to add rule to",
|
|
17450
|
+
"name": "space",
|
|
17451
|
+
"required": true,
|
|
17452
|
+
"hasDynamicHelp": false,
|
|
17453
|
+
"multiple": false,
|
|
17454
|
+
"type": "option"
|
|
17455
|
+
}
|
|
17456
|
+
},
|
|
17457
|
+
"hasDynamicHelp": false,
|
|
17458
|
+
"hiddenAliases": [
|
|
17459
|
+
"trusted-ips:add"
|
|
17460
|
+
],
|
|
17461
|
+
"id": "spaces:trusted-ips:add",
|
|
17462
|
+
"pluginAlias": "heroku",
|
|
17463
|
+
"pluginName": "heroku",
|
|
17464
|
+
"pluginType": "core",
|
|
17465
|
+
"strict": true,
|
|
17466
|
+
"enableJsonFlag": false,
|
|
17467
|
+
"promptFlagActive": true,
|
|
17468
|
+
"topic": "spaces",
|
|
17469
|
+
"isESM": true,
|
|
17470
|
+
"relativePath": [
|
|
17471
|
+
"dist",
|
|
17472
|
+
"commands",
|
|
17473
|
+
"spaces",
|
|
17474
|
+
"trusted-ips",
|
|
17475
|
+
"add.js"
|
|
17476
|
+
]
|
|
17477
|
+
},
|
|
17478
|
+
"spaces:trusted-ips": {
|
|
17479
|
+
"aliases": [],
|
|
17480
|
+
"args": {
|
|
17481
|
+
"space": {
|
|
17482
|
+
"hidden": true,
|
|
17483
|
+
"name": "space"
|
|
17484
|
+
}
|
|
17485
|
+
},
|
|
17486
|
+
"description": "list trusted IP ranges for a space\nTrusted IP ranges are only available on Private Spaces.\n\nThe space name is a required parameter. Newly created spaces will have 0.0.0.0/0 set by default\nallowing all traffic to applications in the space. More than one CIDR block can be provided at\na time to the commands listed below. For example 1.2.3.4/20 and 5.6.7.8/20 can be added with:\n",
|
|
17487
|
+
"flags": {
|
|
17488
|
+
"prompt": {
|
|
17489
|
+
"description": "interactively prompt for command arguments and flags",
|
|
17490
|
+
"helpGroup": "GLOBAL",
|
|
17491
|
+
"name": "prompt",
|
|
17492
|
+
"allowNo": false,
|
|
17493
|
+
"type": "boolean"
|
|
17494
|
+
},
|
|
17495
|
+
"space": {
|
|
17496
|
+
"char": "s",
|
|
17497
|
+
"description": "space to get inbound rules from",
|
|
17498
|
+
"name": "space",
|
|
17499
|
+
"hasDynamicHelp": false,
|
|
17500
|
+
"multiple": false,
|
|
17501
|
+
"type": "option"
|
|
17502
|
+
},
|
|
17503
|
+
"json": {
|
|
17504
|
+
"description": "output in json format",
|
|
17505
|
+
"name": "json",
|
|
17506
|
+
"allowNo": false,
|
|
17507
|
+
"type": "boolean"
|
|
17508
|
+
}
|
|
17509
|
+
},
|
|
17510
|
+
"hasDynamicHelp": false,
|
|
17511
|
+
"hiddenAliases": [
|
|
17512
|
+
"trusted-ips"
|
|
17513
|
+
],
|
|
17514
|
+
"id": "spaces:trusted-ips",
|
|
17515
|
+
"pluginAlias": "heroku",
|
|
17516
|
+
"pluginName": "heroku",
|
|
17517
|
+
"pluginType": "core",
|
|
17518
|
+
"strict": true,
|
|
17519
|
+
"enableJsonFlag": false,
|
|
17520
|
+
"promptFlagActive": true,
|
|
17521
|
+
"topic": "spaces",
|
|
17522
|
+
"isESM": true,
|
|
17523
|
+
"relativePath": [
|
|
17524
|
+
"dist",
|
|
17525
|
+
"commands",
|
|
17526
|
+
"spaces",
|
|
17527
|
+
"trusted-ips",
|
|
17528
|
+
"index.js"
|
|
17529
|
+
]
|
|
17530
|
+
},
|
|
17531
|
+
"spaces:trusted-ips:remove": {
|
|
17532
|
+
"aliases": [],
|
|
17533
|
+
"args": {
|
|
17534
|
+
"source": {
|
|
17535
|
+
"description": "IP address in CIDR notation",
|
|
17536
|
+
"name": "source",
|
|
17537
|
+
"required": true
|
|
17538
|
+
}
|
|
17539
|
+
},
|
|
17540
|
+
"description": "Remove a range from the list of trusted IP ranges\nUses CIDR notation.",
|
|
17541
|
+
"examples": [
|
|
17542
|
+
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku trusted-ips:remove --space my-space 192.168.2.0/24 \u001b[22m\u001b[39m\u001b[49m\nRemoved 192.168.2.0/24 from trusted IP ranges on my-space\n"
|
|
17543
|
+
],
|
|
17544
|
+
"flags": {
|
|
17545
|
+
"prompt": {
|
|
17546
|
+
"description": "interactively prompt for command arguments and flags",
|
|
17547
|
+
"helpGroup": "GLOBAL",
|
|
17548
|
+
"name": "prompt",
|
|
17549
|
+
"allowNo": false,
|
|
17550
|
+
"type": "boolean"
|
|
17551
|
+
},
|
|
17552
|
+
"confirm": {
|
|
17553
|
+
"description": "set to space name to bypass confirm prompt",
|
|
17554
|
+
"name": "confirm",
|
|
17555
|
+
"hasDynamicHelp": false,
|
|
17556
|
+
"multiple": false,
|
|
17557
|
+
"type": "option"
|
|
17558
|
+
},
|
|
17559
|
+
"space": {
|
|
17560
|
+
"char": "s",
|
|
17561
|
+
"description": "space to remove rule from",
|
|
17562
|
+
"name": "space",
|
|
17563
|
+
"required": true,
|
|
17564
|
+
"hasDynamicHelp": false,
|
|
17565
|
+
"multiple": false,
|
|
17566
|
+
"type": "option"
|
|
17567
|
+
}
|
|
17568
|
+
},
|
|
17569
|
+
"hasDynamicHelp": false,
|
|
17570
|
+
"hiddenAliases": [
|
|
17571
|
+
"trusted-ips:remove"
|
|
17572
|
+
],
|
|
17573
|
+
"id": "spaces:trusted-ips:remove",
|
|
17574
|
+
"pluginAlias": "heroku",
|
|
17575
|
+
"pluginName": "heroku",
|
|
17576
|
+
"pluginType": "core",
|
|
17577
|
+
"strict": true,
|
|
17578
|
+
"enableJsonFlag": false,
|
|
17579
|
+
"promptFlagActive": true,
|
|
17580
|
+
"topic": "spaces",
|
|
17581
|
+
"isESM": true,
|
|
17582
|
+
"relativePath": [
|
|
17583
|
+
"dist",
|
|
17584
|
+
"commands",
|
|
17585
|
+
"spaces",
|
|
17586
|
+
"trusted-ips",
|
|
17587
|
+
"remove.js"
|
|
17588
|
+
]
|
|
17589
|
+
},
|
|
17419
17590
|
"spaces:vpn:config": {
|
|
17420
17591
|
"aliases": [],
|
|
17421
17592
|
"args": {
|
|
@@ -17831,177 +18002,6 @@
|
|
|
17831
18002
|
"wait.js"
|
|
17832
18003
|
]
|
|
17833
18004
|
},
|
|
17834
|
-
"spaces:trusted-ips:add": {
|
|
17835
|
-
"aliases": [],
|
|
17836
|
-
"args": {
|
|
17837
|
-
"source": {
|
|
17838
|
-
"description": "IP address in CIDR notation",
|
|
17839
|
-
"name": "source",
|
|
17840
|
-
"required": true
|
|
17841
|
-
}
|
|
17842
|
-
},
|
|
17843
|
-
"description": "Add one range to the list of trusted IP ranges\nUses CIDR notation.",
|
|
17844
|
-
"examples": [
|
|
17845
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku trusted-ips:add --space my-space 192.168.2.0/24 \u001b[22m\u001b[39m\u001b[49m\nAdded 192.168.0.1/24 to trusted IP ranges on my-space"
|
|
17846
|
-
],
|
|
17847
|
-
"flags": {
|
|
17848
|
-
"prompt": {
|
|
17849
|
-
"description": "interactively prompt for command arguments and flags",
|
|
17850
|
-
"helpGroup": "GLOBAL",
|
|
17851
|
-
"name": "prompt",
|
|
17852
|
-
"allowNo": false,
|
|
17853
|
-
"type": "boolean"
|
|
17854
|
-
},
|
|
17855
|
-
"confirm": {
|
|
17856
|
-
"description": "set to space name to bypass confirm prompt",
|
|
17857
|
-
"name": "confirm",
|
|
17858
|
-
"hasDynamicHelp": false,
|
|
17859
|
-
"multiple": false,
|
|
17860
|
-
"type": "option"
|
|
17861
|
-
},
|
|
17862
|
-
"space": {
|
|
17863
|
-
"char": "s",
|
|
17864
|
-
"description": "space to add rule to",
|
|
17865
|
-
"name": "space",
|
|
17866
|
-
"required": true,
|
|
17867
|
-
"hasDynamicHelp": false,
|
|
17868
|
-
"multiple": false,
|
|
17869
|
-
"type": "option"
|
|
17870
|
-
}
|
|
17871
|
-
},
|
|
17872
|
-
"hasDynamicHelp": false,
|
|
17873
|
-
"hiddenAliases": [
|
|
17874
|
-
"trusted-ips:add"
|
|
17875
|
-
],
|
|
17876
|
-
"id": "spaces:trusted-ips:add",
|
|
17877
|
-
"pluginAlias": "heroku",
|
|
17878
|
-
"pluginName": "heroku",
|
|
17879
|
-
"pluginType": "core",
|
|
17880
|
-
"strict": true,
|
|
17881
|
-
"enableJsonFlag": false,
|
|
17882
|
-
"promptFlagActive": true,
|
|
17883
|
-
"topic": "spaces",
|
|
17884
|
-
"isESM": true,
|
|
17885
|
-
"relativePath": [
|
|
17886
|
-
"dist",
|
|
17887
|
-
"commands",
|
|
17888
|
-
"spaces",
|
|
17889
|
-
"trusted-ips",
|
|
17890
|
-
"add.js"
|
|
17891
|
-
]
|
|
17892
|
-
},
|
|
17893
|
-
"spaces:trusted-ips": {
|
|
17894
|
-
"aliases": [],
|
|
17895
|
-
"args": {
|
|
17896
|
-
"space": {
|
|
17897
|
-
"hidden": true,
|
|
17898
|
-
"name": "space"
|
|
17899
|
-
}
|
|
17900
|
-
},
|
|
17901
|
-
"description": "list trusted IP ranges for a space\nTrusted IP ranges are only available on Private Spaces.\n\nThe space name is a required parameter. Newly created spaces will have 0.0.0.0/0 set by default\nallowing all traffic to applications in the space. More than one CIDR block can be provided at\na time to the commands listed below. For example 1.2.3.4/20 and 5.6.7.8/20 can be added with:\n",
|
|
17902
|
-
"flags": {
|
|
17903
|
-
"prompt": {
|
|
17904
|
-
"description": "interactively prompt for command arguments and flags",
|
|
17905
|
-
"helpGroup": "GLOBAL",
|
|
17906
|
-
"name": "prompt",
|
|
17907
|
-
"allowNo": false,
|
|
17908
|
-
"type": "boolean"
|
|
17909
|
-
},
|
|
17910
|
-
"space": {
|
|
17911
|
-
"char": "s",
|
|
17912
|
-
"description": "space to get inbound rules from",
|
|
17913
|
-
"name": "space",
|
|
17914
|
-
"hasDynamicHelp": false,
|
|
17915
|
-
"multiple": false,
|
|
17916
|
-
"type": "option"
|
|
17917
|
-
},
|
|
17918
|
-
"json": {
|
|
17919
|
-
"description": "output in json format",
|
|
17920
|
-
"name": "json",
|
|
17921
|
-
"allowNo": false,
|
|
17922
|
-
"type": "boolean"
|
|
17923
|
-
}
|
|
17924
|
-
},
|
|
17925
|
-
"hasDynamicHelp": false,
|
|
17926
|
-
"hiddenAliases": [
|
|
17927
|
-
"trusted-ips"
|
|
17928
|
-
],
|
|
17929
|
-
"id": "spaces:trusted-ips",
|
|
17930
|
-
"pluginAlias": "heroku",
|
|
17931
|
-
"pluginName": "heroku",
|
|
17932
|
-
"pluginType": "core",
|
|
17933
|
-
"strict": true,
|
|
17934
|
-
"enableJsonFlag": false,
|
|
17935
|
-
"promptFlagActive": true,
|
|
17936
|
-
"topic": "spaces",
|
|
17937
|
-
"isESM": true,
|
|
17938
|
-
"relativePath": [
|
|
17939
|
-
"dist",
|
|
17940
|
-
"commands",
|
|
17941
|
-
"spaces",
|
|
17942
|
-
"trusted-ips",
|
|
17943
|
-
"index.js"
|
|
17944
|
-
]
|
|
17945
|
-
},
|
|
17946
|
-
"spaces:trusted-ips:remove": {
|
|
17947
|
-
"aliases": [],
|
|
17948
|
-
"args": {
|
|
17949
|
-
"source": {
|
|
17950
|
-
"description": "IP address in CIDR notation",
|
|
17951
|
-
"name": "source",
|
|
17952
|
-
"required": true
|
|
17953
|
-
}
|
|
17954
|
-
},
|
|
17955
|
-
"description": "Remove a range from the list of trusted IP ranges\nUses CIDR notation.",
|
|
17956
|
-
"examples": [
|
|
17957
|
-
"\u001b[48;5;237m\u001b[38;5;255m\u001b[1m $ heroku trusted-ips:remove --space my-space 192.168.2.0/24 \u001b[22m\u001b[39m\u001b[49m\nRemoved 192.168.2.0/24 from trusted IP ranges on my-space\n"
|
|
17958
|
-
],
|
|
17959
|
-
"flags": {
|
|
17960
|
-
"prompt": {
|
|
17961
|
-
"description": "interactively prompt for command arguments and flags",
|
|
17962
|
-
"helpGroup": "GLOBAL",
|
|
17963
|
-
"name": "prompt",
|
|
17964
|
-
"allowNo": false,
|
|
17965
|
-
"type": "boolean"
|
|
17966
|
-
},
|
|
17967
|
-
"confirm": {
|
|
17968
|
-
"description": "set to space name to bypass confirm prompt",
|
|
17969
|
-
"name": "confirm",
|
|
17970
|
-
"hasDynamicHelp": false,
|
|
17971
|
-
"multiple": false,
|
|
17972
|
-
"type": "option"
|
|
17973
|
-
},
|
|
17974
|
-
"space": {
|
|
17975
|
-
"char": "s",
|
|
17976
|
-
"description": "space to remove rule from",
|
|
17977
|
-
"name": "space",
|
|
17978
|
-
"required": true,
|
|
17979
|
-
"hasDynamicHelp": false,
|
|
17980
|
-
"multiple": false,
|
|
17981
|
-
"type": "option"
|
|
17982
|
-
}
|
|
17983
|
-
},
|
|
17984
|
-
"hasDynamicHelp": false,
|
|
17985
|
-
"hiddenAliases": [
|
|
17986
|
-
"trusted-ips:remove"
|
|
17987
|
-
],
|
|
17988
|
-
"id": "spaces:trusted-ips:remove",
|
|
17989
|
-
"pluginAlias": "heroku",
|
|
17990
|
-
"pluginName": "heroku",
|
|
17991
|
-
"pluginType": "core",
|
|
17992
|
-
"strict": true,
|
|
17993
|
-
"enableJsonFlag": false,
|
|
17994
|
-
"promptFlagActive": true,
|
|
17995
|
-
"topic": "spaces",
|
|
17996
|
-
"isESM": true,
|
|
17997
|
-
"relativePath": [
|
|
17998
|
-
"dist",
|
|
17999
|
-
"commands",
|
|
18000
|
-
"spaces",
|
|
18001
|
-
"trusted-ips",
|
|
18002
|
-
"remove.js"
|
|
18003
|
-
]
|
|
18004
|
-
},
|
|
18005
18005
|
"webhooks:deliveries": {
|
|
18006
18006
|
"aliases": [],
|
|
18007
18007
|
"args": {},
|
|
@@ -19510,5 +19510,5 @@
|
|
|
19510
19510
|
]
|
|
19511
19511
|
}
|
|
19512
19512
|
},
|
|
19513
|
-
"version": "11.1.1
|
|
19513
|
+
"version": "11.1.1"
|
|
19514
19514
|
}
|