heroku 11.7.0 → 11.7.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 CHANGED
@@ -4,6 +4,13 @@ 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.7.1](https://github.com/heroku/cli/compare/v11.7.0...v11.7.1) (2026-06-24)
8
+
9
+
10
+ ### Miscellaneous Chores
11
+
12
+ * **deps:** updates @heroku/mcp-server to v1.2.4 ([#3783](https://github.com/heroku/cli/issues/3783)) ([73bbaea](https://github.com/heroku/cli/commit/73bbaea008ddfe8102fd548d8816e4ab1450b561))
13
+
7
14
  ## [11.7.0](https://github.com/heroku/cli/compare/v11.6.0...v11.7.0) (2026-06-23)
8
15
 
9
16
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "heroku",
3
- "version": "11.7.0",
3
+ "version": "11.7.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "heroku",
9
- "version": "11.7.0",
9
+ "version": "11.7.1",
10
10
  "license": "ISC",
11
11
  "dependencies": {
12
12
  "@heroku-cli/command": "12.4.2",
@@ -15,7 +15,7 @@
15
15
  "@heroku/buildpack-registry": "^1.0.1",
16
16
  "@heroku/heroku-cli-util": "10.8.3",
17
17
  "@heroku/http-call": "^5.5.1",
18
- "@heroku/mcp-server": "^1.2.0",
18
+ "@heroku/mcp-server": "^1.2.4",
19
19
  "@heroku/socksv5": "^0.0.9",
20
20
  "@inquirer/prompts": "^7.0",
21
21
  "@oclif/core": "^4.8.4",
@@ -2589,19 +2589,19 @@
2589
2589
  }
2590
2590
  },
2591
2591
  "node_modules/@heroku/mcp-server": {
2592
- "version": "1.2.0",
2593
- "resolved": "https://registry.npmjs.org/@heroku/mcp-server/-/mcp-server-1.2.0.tgz",
2594
- "integrity": "sha512-nqxYWHvVHQO6atBxylyhGXP0JUn5e8P4HRDLMDJ+wTtKFGJpbJDmoSY5EOl1GFZuvDnvTshM0Z0vHGboKGAe5Q==",
2592
+ "version": "1.2.4",
2593
+ "resolved": "https://registry.npmjs.org/@heroku/mcp-server/-/mcp-server-1.2.4.tgz",
2594
+ "integrity": "sha512-xImY7N2Fn0u8YzIUCRXbbm16ZjOqbnQfTYxsRc5gBSDUCmXdB6k+wPJS7Krki77UcE233QPpIBcp8pZvbnNWBQ==",
2595
2595
  "license": "Apache-2.0",
2596
2596
  "dependencies": {
2597
2597
  "@heroku-cli/schema": "^2.0.1",
2598
2598
  "@modelcontextprotocol/sdk": "^1.26.0",
2599
- "cheerio": "^1.1.0",
2599
+ "cheerio": "^1.2.0",
2600
2600
  "jsonschema": "^1.5.0",
2601
2601
  "node-fetch": "^3.3.2",
2602
2602
  "tar-stream": "^3.1.7",
2603
- "zod": "^3.24.2",
2604
- "zod-to-json-schema": "^3.24.5"
2603
+ "zod": "^3.25.76",
2604
+ "zod-to-json-schema": "^3.25.1"
2605
2605
  },
2606
2606
  "bin": {
2607
2607
  "heroku-mcp-server": "bin/heroku-mcp-server.mjs"
@@ -2900,201 +2900,6 @@
2900
2900
  "update.js"
2901
2901
  ]
2902
2902
  },
2903
- "autocomplete:create": {
2904
- "aliases": [],
2905
- "args": {},
2906
- "description": "create autocomplete setup scripts and completion functions",
2907
- "flags": {
2908
- "prompt": {
2909
- "description": "interactively prompt for command arguments and flags",
2910
- "helpGroup": "GLOBAL",
2911
- "name": "prompt",
2912
- "allowNo": false,
2913
- "type": "boolean"
2914
- }
2915
- },
2916
- "hasDynamicHelp": false,
2917
- "hidden": true,
2918
- "hiddenAliases": [],
2919
- "id": "autocomplete:create",
2920
- "pluginAlias": "heroku",
2921
- "pluginName": "heroku",
2922
- "pluginType": "core",
2923
- "strict": true,
2924
- "isESM": true,
2925
- "relativePath": [
2926
- "dist",
2927
- "commands",
2928
- "autocomplete",
2929
- "create.js"
2930
- ]
2931
- },
2932
- "autocomplete:doctor": {
2933
- "aliases": [],
2934
- "args": {
2935
- "shell": {
2936
- "description": "shell type",
2937
- "name": "shell",
2938
- "required": false
2939
- }
2940
- },
2941
- "description": "autocomplete diagnostic",
2942
- "flags": {
2943
- "prompt": {
2944
- "description": "interactively prompt for command arguments and flags",
2945
- "helpGroup": "GLOBAL",
2946
- "name": "prompt",
2947
- "allowNo": false,
2948
- "type": "boolean"
2949
- },
2950
- "verbose": {
2951
- "description": "list completable commands",
2952
- "name": "verbose",
2953
- "allowNo": false,
2954
- "type": "boolean"
2955
- }
2956
- },
2957
- "hasDynamicHelp": false,
2958
- "hidden": true,
2959
- "hiddenAliases": [],
2960
- "id": "autocomplete:doctor",
2961
- "pluginAlias": "heroku",
2962
- "pluginName": "heroku",
2963
- "pluginType": "core",
2964
- "strict": true,
2965
- "isESM": true,
2966
- "relativePath": [
2967
- "dist",
2968
- "commands",
2969
- "autocomplete",
2970
- "doctor.js"
2971
- ]
2972
- },
2973
- "autocomplete": {
2974
- "aliases": [],
2975
- "args": {
2976
- "shell": {
2977
- "description": "shell type",
2978
- "name": "shell",
2979
- "required": false
2980
- }
2981
- },
2982
- "description": "display autocomplete installation instructions",
2983
- "examples": [
2984
- " $ heroku autocomplete ",
2985
- " $ heroku autocomplete bash ",
2986
- " $ heroku autocomplete zsh ",
2987
- " $ heroku autocomplete --refresh-cache "
2988
- ],
2989
- "flags": {
2990
- "prompt": {
2991
- "description": "interactively prompt for command arguments and flags",
2992
- "helpGroup": "GLOBAL",
2993
- "name": "prompt",
2994
- "allowNo": false,
2995
- "type": "boolean"
2996
- },
2997
- "refresh-cache": {
2998
- "char": "r",
2999
- "description": "refresh cache only (ignores displaying instructions)",
3000
- "name": "refresh-cache",
3001
- "allowNo": false,
3002
- "type": "boolean"
3003
- }
3004
- },
3005
- "hasDynamicHelp": false,
3006
- "hiddenAliases": [],
3007
- "id": "autocomplete",
3008
- "pluginAlias": "heroku",
3009
- "pluginName": "heroku",
3010
- "pluginType": "core",
3011
- "strict": true,
3012
- "isESM": true,
3013
- "relativePath": [
3014
- "dist",
3015
- "commands",
3016
- "autocomplete",
3017
- "index.js"
3018
- ]
3019
- },
3020
- "autocomplete:options": {
3021
- "aliases": [],
3022
- "args": {
3023
- "completion": {
3024
- "name": "completion"
3025
- }
3026
- },
3027
- "description": "display arg or flag completion options (used internally by completion functions)",
3028
- "flags": {
3029
- "prompt": {
3030
- "description": "interactively prompt for command arguments and flags",
3031
- "helpGroup": "GLOBAL",
3032
- "name": "prompt",
3033
- "allowNo": false,
3034
- "type": "boolean"
3035
- },
3036
- "app": {
3037
- "char": "a",
3038
- "description": "app to run command against",
3039
- "hidden": true,
3040
- "name": "app",
3041
- "required": false,
3042
- "hasDynamicHelp": true,
3043
- "multiple": false,
3044
- "type": "option"
3045
- }
3046
- },
3047
- "hasDynamicHelp": true,
3048
- "hidden": true,
3049
- "hiddenAliases": [],
3050
- "id": "autocomplete:options",
3051
- "pluginAlias": "heroku",
3052
- "pluginName": "heroku",
3053
- "pluginType": "core",
3054
- "strict": true,
3055
- "isESM": true,
3056
- "relativePath": [
3057
- "dist",
3058
- "commands",
3059
- "autocomplete",
3060
- "options.js"
3061
- ]
3062
- },
3063
- "autocomplete:script": {
3064
- "aliases": [],
3065
- "args": {
3066
- "shell": {
3067
- "description": "shell type",
3068
- "name": "shell",
3069
- "required": false
3070
- }
3071
- },
3072
- "description": "display autocomplete setup script for shell",
3073
- "flags": {
3074
- "prompt": {
3075
- "description": "interactively prompt for command arguments and flags",
3076
- "helpGroup": "GLOBAL",
3077
- "name": "prompt",
3078
- "allowNo": false,
3079
- "type": "boolean"
3080
- }
3081
- },
3082
- "hasDynamicHelp": false,
3083
- "hidden": true,
3084
- "hiddenAliases": [],
3085
- "id": "autocomplete:script",
3086
- "pluginAlias": "heroku",
3087
- "pluginName": "heroku",
3088
- "pluginType": "core",
3089
- "strict": true,
3090
- "isESM": true,
3091
- "relativePath": [
3092
- "dist",
3093
- "commands",
3094
- "autocomplete",
3095
- "script.js"
3096
- ]
3097
- },
3098
2903
  "buildpacks:add": {
3099
2904
  "aliases": [],
3100
2905
  "args": {
@@ -3462,16 +3267,212 @@
3462
3267
  "set.js"
3463
3268
  ]
3464
3269
  },
3465
- "buildpacks:versions": {
3270
+ "buildpacks:versions": {
3271
+ "aliases": [],
3272
+ "args": {
3273
+ "buildpack": {
3274
+ "description": "namespace/name of the buildpack",
3275
+ "name": "buildpack",
3276
+ "required": true
3277
+ }
3278
+ },
3279
+ "description": "list versions of a buildpack",
3280
+ "flags": {
3281
+ "prompt": {
3282
+ "description": "interactively prompt for command arguments and flags",
3283
+ "helpGroup": "GLOBAL",
3284
+ "name": "prompt",
3285
+ "allowNo": false,
3286
+ "type": "boolean"
3287
+ }
3288
+ },
3289
+ "hasDynamicHelp": false,
3290
+ "hiddenAliases": [],
3291
+ "id": "buildpacks:versions",
3292
+ "pluginAlias": "heroku",
3293
+ "pluginName": "heroku",
3294
+ "pluginType": "core",
3295
+ "strict": true,
3296
+ "enableJsonFlag": false,
3297
+ "promptFlagActive": true,
3298
+ "isESM": true,
3299
+ "relativePath": [
3300
+ "dist",
3301
+ "commands",
3302
+ "buildpacks",
3303
+ "versions.js"
3304
+ ]
3305
+ },
3306
+ "autocomplete:create": {
3307
+ "aliases": [],
3308
+ "args": {},
3309
+ "description": "create autocomplete setup scripts and completion functions",
3310
+ "flags": {
3311
+ "prompt": {
3312
+ "description": "interactively prompt for command arguments and flags",
3313
+ "helpGroup": "GLOBAL",
3314
+ "name": "prompt",
3315
+ "allowNo": false,
3316
+ "type": "boolean"
3317
+ }
3318
+ },
3319
+ "hasDynamicHelp": false,
3320
+ "hidden": true,
3321
+ "hiddenAliases": [],
3322
+ "id": "autocomplete:create",
3323
+ "pluginAlias": "heroku",
3324
+ "pluginName": "heroku",
3325
+ "pluginType": "core",
3326
+ "strict": true,
3327
+ "isESM": true,
3328
+ "relativePath": [
3329
+ "dist",
3330
+ "commands",
3331
+ "autocomplete",
3332
+ "create.js"
3333
+ ]
3334
+ },
3335
+ "autocomplete:doctor": {
3336
+ "aliases": [],
3337
+ "args": {
3338
+ "shell": {
3339
+ "description": "shell type",
3340
+ "name": "shell",
3341
+ "required": false
3342
+ }
3343
+ },
3344
+ "description": "autocomplete diagnostic",
3345
+ "flags": {
3346
+ "prompt": {
3347
+ "description": "interactively prompt for command arguments and flags",
3348
+ "helpGroup": "GLOBAL",
3349
+ "name": "prompt",
3350
+ "allowNo": false,
3351
+ "type": "boolean"
3352
+ },
3353
+ "verbose": {
3354
+ "description": "list completable commands",
3355
+ "name": "verbose",
3356
+ "allowNo": false,
3357
+ "type": "boolean"
3358
+ }
3359
+ },
3360
+ "hasDynamicHelp": false,
3361
+ "hidden": true,
3362
+ "hiddenAliases": [],
3363
+ "id": "autocomplete:doctor",
3364
+ "pluginAlias": "heroku",
3365
+ "pluginName": "heroku",
3366
+ "pluginType": "core",
3367
+ "strict": true,
3368
+ "isESM": true,
3369
+ "relativePath": [
3370
+ "dist",
3371
+ "commands",
3372
+ "autocomplete",
3373
+ "doctor.js"
3374
+ ]
3375
+ },
3376
+ "autocomplete": {
3377
+ "aliases": [],
3378
+ "args": {
3379
+ "shell": {
3380
+ "description": "shell type",
3381
+ "name": "shell",
3382
+ "required": false
3383
+ }
3384
+ },
3385
+ "description": "display autocomplete installation instructions",
3386
+ "examples": [
3387
+ " $ heroku autocomplete ",
3388
+ " $ heroku autocomplete bash ",
3389
+ " $ heroku autocomplete zsh ",
3390
+ " $ heroku autocomplete --refresh-cache "
3391
+ ],
3392
+ "flags": {
3393
+ "prompt": {
3394
+ "description": "interactively prompt for command arguments and flags",
3395
+ "helpGroup": "GLOBAL",
3396
+ "name": "prompt",
3397
+ "allowNo": false,
3398
+ "type": "boolean"
3399
+ },
3400
+ "refresh-cache": {
3401
+ "char": "r",
3402
+ "description": "refresh cache only (ignores displaying instructions)",
3403
+ "name": "refresh-cache",
3404
+ "allowNo": false,
3405
+ "type": "boolean"
3406
+ }
3407
+ },
3408
+ "hasDynamicHelp": false,
3409
+ "hiddenAliases": [],
3410
+ "id": "autocomplete",
3411
+ "pluginAlias": "heroku",
3412
+ "pluginName": "heroku",
3413
+ "pluginType": "core",
3414
+ "strict": true,
3415
+ "isESM": true,
3416
+ "relativePath": [
3417
+ "dist",
3418
+ "commands",
3419
+ "autocomplete",
3420
+ "index.js"
3421
+ ]
3422
+ },
3423
+ "autocomplete:options": {
3424
+ "aliases": [],
3425
+ "args": {
3426
+ "completion": {
3427
+ "name": "completion"
3428
+ }
3429
+ },
3430
+ "description": "display arg or flag completion options (used internally by completion functions)",
3431
+ "flags": {
3432
+ "prompt": {
3433
+ "description": "interactively prompt for command arguments and flags",
3434
+ "helpGroup": "GLOBAL",
3435
+ "name": "prompt",
3436
+ "allowNo": false,
3437
+ "type": "boolean"
3438
+ },
3439
+ "app": {
3440
+ "char": "a",
3441
+ "description": "app to run command against",
3442
+ "hidden": true,
3443
+ "name": "app",
3444
+ "required": false,
3445
+ "hasDynamicHelp": true,
3446
+ "multiple": false,
3447
+ "type": "option"
3448
+ }
3449
+ },
3450
+ "hasDynamicHelp": true,
3451
+ "hidden": true,
3452
+ "hiddenAliases": [],
3453
+ "id": "autocomplete:options",
3454
+ "pluginAlias": "heroku",
3455
+ "pluginName": "heroku",
3456
+ "pluginType": "core",
3457
+ "strict": true,
3458
+ "isESM": true,
3459
+ "relativePath": [
3460
+ "dist",
3461
+ "commands",
3462
+ "autocomplete",
3463
+ "options.js"
3464
+ ]
3465
+ },
3466
+ "autocomplete:script": {
3466
3467
  "aliases": [],
3467
3468
  "args": {
3468
- "buildpack": {
3469
- "description": "namespace/name of the buildpack",
3470
- "name": "buildpack",
3471
- "required": true
3469
+ "shell": {
3470
+ "description": "shell type",
3471
+ "name": "shell",
3472
+ "required": false
3472
3473
  }
3473
3474
  },
3474
- "description": "list versions of a buildpack",
3475
+ "description": "display autocomplete setup script for shell",
3475
3476
  "flags": {
3476
3477
  "prompt": {
3477
3478
  "description": "interactively prompt for command arguments and flags",
@@ -3482,20 +3483,19 @@
3482
3483
  }
3483
3484
  },
3484
3485
  "hasDynamicHelp": false,
3486
+ "hidden": true,
3485
3487
  "hiddenAliases": [],
3486
- "id": "buildpacks:versions",
3488
+ "id": "autocomplete:script",
3487
3489
  "pluginAlias": "heroku",
3488
3490
  "pluginName": "heroku",
3489
3491
  "pluginType": "core",
3490
3492
  "strict": true,
3491
- "enableJsonFlag": false,
3492
- "promptFlagActive": true,
3493
3493
  "isESM": true,
3494
3494
  "relativePath": [
3495
3495
  "dist",
3496
3496
  "commands",
3497
- "buildpacks",
3498
- "versions.js"
3497
+ "autocomplete",
3498
+ "script.js"
3499
3499
  ]
3500
3500
  },
3501
3501
  "certs:add": {
@@ -18276,21 +18276,18 @@
18276
18276
  "set.js"
18277
18277
  ]
18278
18278
  },
18279
- "spaces:peerings:accept": {
18279
+ "spaces:trusted-ips:add": {
18280
18280
  "aliases": [],
18281
18281
  "args": {
18282
- "pcxid": {
18283
- "hidden": true,
18284
- "name": "pcxid"
18285
- },
18286
- "space": {
18287
- "hidden": true,
18288
- "name": "space"
18282
+ "source": {
18283
+ "description": "IP address in CIDR notation",
18284
+ "name": "source",
18285
+ "required": true
18289
18286
  }
18290
18287
  },
18291
- "description": "accepts a pending peering request for a private space",
18288
+ "description": "Add one range to the list of trusted IP ranges\nUses CIDR notation.",
18292
18289
  "examples": [
18293
- " $ heroku spaces:peerings:accept pcx-4bd27022 --space example-space \nAccepting and configuring peering connection pcx-4bd27022"
18290
+ " $ heroku trusted-ips:add --space my-space 192.168.2.0/24 \nAdded 192.168.0.1/24 to trusted IP ranges on my-space"
18294
18291
  ],
18295
18292
  "flags": {
18296
18293
  "prompt": {
@@ -18300,26 +18297,28 @@
18300
18297
  "allowNo": false,
18301
18298
  "type": "boolean"
18302
18299
  },
18303
- "pcxid": {
18304
- "char": "p",
18305
- "description": "PCX ID of a pending peering",
18306
- "name": "pcxid",
18300
+ "confirm": {
18301
+ "description": "set to space name to bypass confirm prompt",
18302
+ "name": "confirm",
18307
18303
  "hasDynamicHelp": false,
18308
18304
  "multiple": false,
18309
18305
  "type": "option"
18310
18306
  },
18311
18307
  "space": {
18312
18308
  "char": "s",
18313
- "description": "space to get peering info from",
18309
+ "description": "space to add rule to",
18314
18310
  "name": "space",
18311
+ "required": true,
18315
18312
  "hasDynamicHelp": false,
18316
18313
  "multiple": false,
18317
18314
  "type": "option"
18318
18315
  }
18319
18316
  },
18320
18317
  "hasDynamicHelp": false,
18321
- "hiddenAliases": [],
18322
- "id": "spaces:peerings:accept",
18318
+ "hiddenAliases": [
18319
+ "trusted-ips:add"
18320
+ ],
18321
+ "id": "spaces:trusted-ips:add",
18323
18322
  "pluginAlias": "heroku",
18324
18323
  "pluginName": "heroku",
18325
18324
  "pluginType": "core",
@@ -18332,20 +18331,19 @@
18332
18331
  "dist",
18333
18332
  "commands",
18334
18333
  "spaces",
18335
- "peerings",
18336
- "accept.js"
18334
+ "trusted-ips",
18335
+ "add.js"
18337
18336
  ]
18338
18337
  },
18339
- "spaces:peerings:destroy": {
18338
+ "spaces:trusted-ips": {
18340
18339
  "aliases": [],
18341
18340
  "args": {
18342
- "pcxid": {
18341
+ "space": {
18343
18342
  "hidden": true,
18344
- "name": "pcxid"
18343
+ "name": "space"
18345
18344
  }
18346
18345
  },
18347
- "description": "destroys an active peering connection in a private space",
18348
- "examples": " $ heroku spaces:peerings:destroy pcx-4bd27022 --confirm pcx-4bd27022 --space example-space \nTearing down peering connection pcx-4bd27022... done\n",
18346
+ "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",
18349
18347
  "flags": {
18350
18348
  "prompt": {
18351
18349
  "description": "interactively prompt for command arguments and flags",
@@ -18354,60 +18352,55 @@
18354
18352
  "allowNo": false,
18355
18353
  "type": "boolean"
18356
18354
  },
18357
- "confirm": {
18358
- "description": "set to PCX ID to bypass confirm prompt",
18359
- "name": "confirm",
18360
- "hasDynamicHelp": false,
18361
- "multiple": false,
18362
- "type": "option"
18363
- },
18364
- "pcxid": {
18365
- "char": "p",
18366
- "description": "PCX ID of a pending peering",
18367
- "name": "pcxid",
18368
- "hasDynamicHelp": false,
18369
- "multiple": false,
18370
- "type": "option"
18355
+ "json": {
18356
+ "description": "output in json format",
18357
+ "name": "json",
18358
+ "allowNo": false,
18359
+ "type": "boolean"
18371
18360
  },
18372
18361
  "space": {
18373
18362
  "char": "s",
18374
- "description": "space to get peering info from",
18363
+ "description": "space to get inbound rules from",
18375
18364
  "name": "space",
18376
- "required": true,
18377
18365
  "hasDynamicHelp": false,
18378
18366
  "multiple": false,
18379
18367
  "type": "option"
18380
18368
  }
18381
18369
  },
18382
18370
  "hasDynamicHelp": false,
18383
- "hiddenAliases": [],
18384
- "id": "spaces:peerings:destroy",
18371
+ "hiddenAliases": [
18372
+ "trusted-ips"
18373
+ ],
18374
+ "id": "spaces:trusted-ips",
18385
18375
  "pluginAlias": "heroku",
18386
18376
  "pluginName": "heroku",
18387
18377
  "pluginType": "core",
18388
18378
  "strict": true,
18389
18379
  "enableJsonFlag": false,
18390
18380
  "promptFlagActive": true,
18391
- "example": " $ heroku spaces:peerings:destroy pcx-4bd27022 --confirm pcx-4bd27022 --space example-space \nTearing down peering connection pcx-4bd27022... done\n",
18392
18381
  "topic": "spaces",
18393
18382
  "isESM": true,
18394
18383
  "relativePath": [
18395
18384
  "dist",
18396
18385
  "commands",
18397
18386
  "spaces",
18398
- "peerings",
18399
- "destroy.js"
18387
+ "trusted-ips",
18388
+ "index.js"
18400
18389
  ]
18401
18390
  },
18402
- "spaces:peerings": {
18391
+ "spaces:trusted-ips:remove": {
18403
18392
  "aliases": [],
18404
18393
  "args": {
18405
- "space": {
18406
- "hidden": true,
18407
- "name": "space"
18394
+ "source": {
18395
+ "description": "IP address in CIDR notation",
18396
+ "name": "source",
18397
+ "required": true
18408
18398
  }
18409
18399
  },
18410
- "description": "list peering connections for a space",
18400
+ "description": "Remove a range from the list of trusted IP ranges\nUses CIDR notation.",
18401
+ "examples": [
18402
+ " $ heroku trusted-ips:remove --space my-space 192.168.2.0/24 \nRemoved 192.168.2.0/24 from trusted IP ranges on my-space\n"
18403
+ ],
18411
18404
  "flags": {
18412
18405
  "prompt": {
18413
18406
  "description": "interactively prompt for command arguments and flags",
@@ -18416,24 +18409,28 @@
18416
18409
  "allowNo": false,
18417
18410
  "type": "boolean"
18418
18411
  },
18419
- "json": {
18420
- "description": "output in json format",
18421
- "name": "json",
18422
- "allowNo": false,
18423
- "type": "boolean"
18412
+ "confirm": {
18413
+ "description": "set to space name to bypass confirm prompt",
18414
+ "name": "confirm",
18415
+ "hasDynamicHelp": false,
18416
+ "multiple": false,
18417
+ "type": "option"
18424
18418
  },
18425
18419
  "space": {
18426
18420
  "char": "s",
18427
- "description": "space to get peer list from",
18421
+ "description": "space to remove rule from",
18428
18422
  "name": "space",
18423
+ "required": true,
18429
18424
  "hasDynamicHelp": false,
18430
18425
  "multiple": false,
18431
18426
  "type": "option"
18432
18427
  }
18433
18428
  },
18434
18429
  "hasDynamicHelp": false,
18435
- "hiddenAliases": [],
18436
- "id": "spaces:peerings",
18430
+ "hiddenAliases": [
18431
+ "trusted-ips:remove"
18432
+ ],
18433
+ "id": "spaces:trusted-ips:remove",
18437
18434
  "pluginAlias": "heroku",
18438
18435
  "pluginName": "heroku",
18439
18436
  "pluginType": "core",
@@ -18446,21 +18443,25 @@
18446
18443
  "dist",
18447
18444
  "commands",
18448
18445
  "spaces",
18449
- "peerings",
18450
- "index.js"
18446
+ "trusted-ips",
18447
+ "remove.js"
18451
18448
  ]
18452
18449
  },
18453
- "spaces:peerings:info": {
18450
+ "spaces:peerings:accept": {
18454
18451
  "aliases": [],
18455
18452
  "args": {
18453
+ "pcxid": {
18454
+ "hidden": true,
18455
+ "name": "pcxid"
18456
+ },
18456
18457
  "space": {
18457
18458
  "hidden": true,
18458
18459
  "name": "space"
18459
18460
  }
18460
18461
  },
18461
- "description": "display the information necessary to initiate a peering connection\n\nYou will use the information provided by this command to establish a peering connection request from your AWS VPC to your private space.\n\nTo start the peering process, go into your AWS console for the VPC you would like peered with your Private Space,\nnavigate to the VPC service, choose the \"Peering Connections\" option and click the \"Create peering connection\" button.\n\n- The AWS Account ID and VPC ID are necessary for the AWS VPC Peering connection wizard.\n- You will also need to configure your VPC route table to route the Dyno CIDRs through the peering connection.\n\nOnce you've established the peering connection request, you can use the spaces:peerings:accept command to accept and\nconfigure the peering connection for the space.\n",
18462
+ "description": "accepts a pending peering request for a private space",
18462
18463
  "examples": [
18463
- " $ heroku spaces:peering:info example-space \n=== example-space Peering Info\n\nAWS Account ID: 012345678910\nAWS Region: us-west-2\nAWS VPC ID: vpc-baadf00d\nAWS VPC CIDR: 10.0.0.0/16\nSpace CIDRs: 10.0.128.0/20, 10.0.144.0/20\nUnavailable CIDRs: 10.1.0.0/16\n"
18464
+ " $ heroku spaces:peerings:accept pcx-4bd27022 --space example-space \nAccepting and configuring peering connection pcx-4bd27022"
18464
18465
  ],
18465
18466
  "flags": {
18466
18467
  "prompt": {
@@ -18470,11 +18471,13 @@
18470
18471
  "allowNo": false,
18471
18472
  "type": "boolean"
18472
18473
  },
18473
- "json": {
18474
- "description": "output in json format",
18475
- "name": "json",
18476
- "allowNo": false,
18477
- "type": "boolean"
18474
+ "pcxid": {
18475
+ "char": "p",
18476
+ "description": "PCX ID of a pending peering",
18477
+ "name": "pcxid",
18478
+ "hasDynamicHelp": false,
18479
+ "multiple": false,
18480
+ "type": "option"
18478
18481
  },
18479
18482
  "space": {
18480
18483
  "char": "s",
@@ -18486,10 +18489,8 @@
18486
18489
  }
18487
18490
  },
18488
18491
  "hasDynamicHelp": false,
18489
- "hiddenAliases": [
18490
- "spaces:peering:info"
18491
- ],
18492
- "id": "spaces:peerings:info",
18492
+ "hiddenAliases": [],
18493
+ "id": "spaces:peerings:accept",
18493
18494
  "pluginAlias": "heroku",
18494
18495
  "pluginName": "heroku",
18495
18496
  "pluginType": "core",
@@ -18503,22 +18504,19 @@
18503
18504
  "commands",
18504
18505
  "spaces",
18505
18506
  "peerings",
18506
- "info.js"
18507
+ "accept.js"
18507
18508
  ]
18508
18509
  },
18509
- "spaces:trusted-ips:add": {
18510
+ "spaces:peerings:destroy": {
18510
18511
  "aliases": [],
18511
18512
  "args": {
18512
- "source": {
18513
- "description": "IP address in CIDR notation",
18514
- "name": "source",
18515
- "required": true
18513
+ "pcxid": {
18514
+ "hidden": true,
18515
+ "name": "pcxid"
18516
18516
  }
18517
18517
  },
18518
- "description": "Add one range to the list of trusted IP ranges\nUses CIDR notation.",
18519
- "examples": [
18520
- " $ heroku trusted-ips:add --space my-space 192.168.2.0/24 \nAdded 192.168.0.1/24 to trusted IP ranges on my-space"
18521
- ],
18518
+ "description": "destroys an active peering connection in a private space",
18519
+ "examples": " $ heroku spaces:peerings:destroy pcx-4bd27022 --confirm pcx-4bd27022 --space example-space \nTearing down peering connection pcx-4bd27022... done\n",
18522
18520
  "flags": {
18523
18521
  "prompt": {
18524
18522
  "description": "interactively prompt for command arguments and flags",
@@ -18528,15 +18526,23 @@
18528
18526
  "type": "boolean"
18529
18527
  },
18530
18528
  "confirm": {
18531
- "description": "set to space name to bypass confirm prompt",
18529
+ "description": "set to PCX ID to bypass confirm prompt",
18532
18530
  "name": "confirm",
18533
18531
  "hasDynamicHelp": false,
18534
18532
  "multiple": false,
18535
18533
  "type": "option"
18536
18534
  },
18535
+ "pcxid": {
18536
+ "char": "p",
18537
+ "description": "PCX ID of a pending peering",
18538
+ "name": "pcxid",
18539
+ "hasDynamicHelp": false,
18540
+ "multiple": false,
18541
+ "type": "option"
18542
+ },
18537
18543
  "space": {
18538
18544
  "char": "s",
18539
- "description": "space to add rule to",
18545
+ "description": "space to get peering info from",
18540
18546
  "name": "space",
18541
18547
  "required": true,
18542
18548
  "hasDynamicHelp": false,
@@ -18545,27 +18551,26 @@
18545
18551
  }
18546
18552
  },
18547
18553
  "hasDynamicHelp": false,
18548
- "hiddenAliases": [
18549
- "trusted-ips:add"
18550
- ],
18551
- "id": "spaces:trusted-ips:add",
18554
+ "hiddenAliases": [],
18555
+ "id": "spaces:peerings:destroy",
18552
18556
  "pluginAlias": "heroku",
18553
18557
  "pluginName": "heroku",
18554
18558
  "pluginType": "core",
18555
18559
  "strict": true,
18556
18560
  "enableJsonFlag": false,
18557
18561
  "promptFlagActive": true,
18562
+ "example": " $ heroku spaces:peerings:destroy pcx-4bd27022 --confirm pcx-4bd27022 --space example-space \nTearing down peering connection pcx-4bd27022... done\n",
18558
18563
  "topic": "spaces",
18559
18564
  "isESM": true,
18560
18565
  "relativePath": [
18561
18566
  "dist",
18562
18567
  "commands",
18563
18568
  "spaces",
18564
- "trusted-ips",
18565
- "add.js"
18569
+ "peerings",
18570
+ "destroy.js"
18566
18571
  ]
18567
18572
  },
18568
- "spaces:trusted-ips": {
18573
+ "spaces:peerings": {
18569
18574
  "aliases": [],
18570
18575
  "args": {
18571
18576
  "space": {
@@ -18573,7 +18578,7 @@
18573
18578
  "name": "space"
18574
18579
  }
18575
18580
  },
18576
- "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",
18581
+ "description": "list peering connections for a space",
18577
18582
  "flags": {
18578
18583
  "prompt": {
18579
18584
  "description": "interactively prompt for command arguments and flags",
@@ -18590,7 +18595,7 @@
18590
18595
  },
18591
18596
  "space": {
18592
18597
  "char": "s",
18593
- "description": "space to get inbound rules from",
18598
+ "description": "space to get peer list from",
18594
18599
  "name": "space",
18595
18600
  "hasDynamicHelp": false,
18596
18601
  "multiple": false,
@@ -18598,10 +18603,8 @@
18598
18603
  }
18599
18604
  },
18600
18605
  "hasDynamicHelp": false,
18601
- "hiddenAliases": [
18602
- "trusted-ips"
18603
- ],
18604
- "id": "spaces:trusted-ips",
18606
+ "hiddenAliases": [],
18607
+ "id": "spaces:peerings",
18605
18608
  "pluginAlias": "heroku",
18606
18609
  "pluginName": "heroku",
18607
18610
  "pluginType": "core",
@@ -18614,22 +18617,21 @@
18614
18617
  "dist",
18615
18618
  "commands",
18616
18619
  "spaces",
18617
- "trusted-ips",
18620
+ "peerings",
18618
18621
  "index.js"
18619
18622
  ]
18620
18623
  },
18621
- "spaces:trusted-ips:remove": {
18624
+ "spaces:peerings:info": {
18622
18625
  "aliases": [],
18623
18626
  "args": {
18624
- "source": {
18625
- "description": "IP address in CIDR notation",
18626
- "name": "source",
18627
- "required": true
18627
+ "space": {
18628
+ "hidden": true,
18629
+ "name": "space"
18628
18630
  }
18629
18631
  },
18630
- "description": "Remove a range from the list of trusted IP ranges\nUses CIDR notation.",
18632
+ "description": "display the information necessary to initiate a peering connection\n\nYou will use the information provided by this command to establish a peering connection request from your AWS VPC to your private space.\n\nTo start the peering process, go into your AWS console for the VPC you would like peered with your Private Space,\nnavigate to the VPC service, choose the \"Peering Connections\" option and click the \"Create peering connection\" button.\n\n- The AWS Account ID and VPC ID are necessary for the AWS VPC Peering connection wizard.\n- You will also need to configure your VPC route table to route the Dyno CIDRs through the peering connection.\n\nOnce you've established the peering connection request, you can use the spaces:peerings:accept command to accept and\nconfigure the peering connection for the space.\n",
18631
18633
  "examples": [
18632
- " $ heroku trusted-ips:remove --space my-space 192.168.2.0/24 \nRemoved 192.168.2.0/24 from trusted IP ranges on my-space\n"
18634
+ " $ heroku spaces:peering:info example-space \n=== example-space Peering Info\n\nAWS Account ID: 012345678910\nAWS Region: us-west-2\nAWS VPC ID: vpc-baadf00d\nAWS VPC CIDR: 10.0.0.0/16\nSpace CIDRs: 10.0.128.0/20, 10.0.144.0/20\nUnavailable CIDRs: 10.1.0.0/16\n"
18633
18635
  ],
18634
18636
  "flags": {
18635
18637
  "prompt": {
@@ -18639,18 +18641,16 @@
18639
18641
  "allowNo": false,
18640
18642
  "type": "boolean"
18641
18643
  },
18642
- "confirm": {
18643
- "description": "set to space name to bypass confirm prompt",
18644
- "name": "confirm",
18645
- "hasDynamicHelp": false,
18646
- "multiple": false,
18647
- "type": "option"
18644
+ "json": {
18645
+ "description": "output in json format",
18646
+ "name": "json",
18647
+ "allowNo": false,
18648
+ "type": "boolean"
18648
18649
  },
18649
18650
  "space": {
18650
18651
  "char": "s",
18651
- "description": "space to remove rule from",
18652
+ "description": "space to get peering info from",
18652
18653
  "name": "space",
18653
- "required": true,
18654
18654
  "hasDynamicHelp": false,
18655
18655
  "multiple": false,
18656
18656
  "type": "option"
@@ -18658,9 +18658,9 @@
18658
18658
  },
18659
18659
  "hasDynamicHelp": false,
18660
18660
  "hiddenAliases": [
18661
- "trusted-ips:remove"
18661
+ "spaces:peering:info"
18662
18662
  ],
18663
- "id": "spaces:trusted-ips:remove",
18663
+ "id": "spaces:peerings:info",
18664
18664
  "pluginAlias": "heroku",
18665
18665
  "pluginName": "heroku",
18666
18666
  "pluginType": "core",
@@ -18673,8 +18673,8 @@
18673
18673
  "dist",
18674
18674
  "commands",
18675
18675
  "spaces",
18676
- "trusted-ips",
18677
- "remove.js"
18676
+ "peerings",
18677
+ "info.js"
18678
18678
  ]
18679
18679
  },
18680
18680
  "spaces:vpn:config": {
@@ -20735,5 +20735,5 @@
20735
20735
  ]
20736
20736
  }
20737
20737
  },
20738
- "version": "11.7.0"
20738
+ "version": "11.7.1"
20739
20739
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "heroku",
3
3
  "description": "CLI to interact with Heroku",
4
- "version": "11.7.0",
4
+ "version": "11.7.1",
5
5
  "author": "Heroku",
6
6
  "bin": "./bin/run.js",
7
7
  "bugs": "https://github.com/heroku/cli/issues",
@@ -12,7 +12,7 @@
12
12
  "@heroku/buildpack-registry": "^1.0.1",
13
13
  "@heroku/heroku-cli-util": "10.8.3",
14
14
  "@heroku/http-call": "^5.5.1",
15
- "@heroku/mcp-server": "^1.2.0",
15
+ "@heroku/mcp-server": "^1.2.4",
16
16
  "@heroku/socksv5": "^0.0.9",
17
17
  "@inquirer/prompts": "^7.0",
18
18
  "@oclif/core": "^4.8.4",
@@ -339,7 +339,7 @@
339
339
  },
340
340
  "update": {
341
341
  "node": {
342
- "version": "22.23.0"
342
+ "version": "22.23.1"
343
343
  },
344
344
  "s3": {
345
345
  "bucket": "heroku-cli-assets",