Skip to content

[wrangler] Add vpc network commands#13064

Draft
RiscadoA wants to merge 4 commits intocloudflare:mainfrom
RiscadoA:rantunes/WVPC-192
Draft

[wrangler] Add vpc network commands#13064
RiscadoA wants to merge 4 commits intocloudflare:mainfrom
RiscadoA:rantunes/WVPC-192

Conversation

@RiscadoA
Copy link
Copy Markdown
Contributor

@RiscadoA RiscadoA commented Mar 26, 2026

Depends on #12992.

Add wrangler vpc network CRUD commands for managing VPC networks (phase 2 of Workers VPC Networks).

New commands:

  • vpc network create <name> --tunnel-id <id> [--resolver-ips <ips>]
  • vpc network list
  • vpc network get <network-id>
  • vpc network update <network-id> [--name ...] [--resolver-ips ...]
  • vpc network delete <network-id>

Also lifts the cf1:network-only restriction on network_id in vpc_networks bindings — any string is now accepted.


  • Tests
    • Tests included/updated
    • Automated tests not possible - manual testing has been completed as follows:
    • Additional testing not necessary because:
  • Public documentation
    • Cloudflare docs PR(s):
    • Documentation not necessary because:

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Mar 26, 2026

🦋 Changeset detected

Latest commit: 6e92b0c

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Mar 26, 2026

create-cloudflare

npm i https://pkg.pr.new/create-cloudflare@13064

@cloudflare/kv-asset-handler

npm i https://pkg.pr.new/@cloudflare/kv-asset-handler@13064

miniflare

npm i https://pkg.pr.new/miniflare@13064

@cloudflare/pages-shared

npm i https://pkg.pr.new/@cloudflare/pages-shared@13064

@cloudflare/unenv-preset

npm i https://pkg.pr.new/@cloudflare/unenv-preset@13064

@cloudflare/vite-plugin

npm i https://pkg.pr.new/@cloudflare/vite-plugin@13064

@cloudflare/vitest-pool-workers

npm i https://pkg.pr.new/@cloudflare/vitest-pool-workers@13064

@cloudflare/workers-editor-shared

npm i https://pkg.pr.new/@cloudflare/workers-editor-shared@13064

wrangler

npm i https://pkg.pr.new/wrangler@13064

commit: 6e92b0c

@RiscadoA RiscadoA force-pushed the rantunes/WVPC-192 branch from 6048b77 to 6e92b0c Compare March 26, 2026 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Untriaged

Development

Successfully merging this pull request may close these issues.

2 participants