Skip to content

[wrangler] Add vpc network commands#13064

Draft
RiscadoA wants to merge 1 commit into
cloudflare:mainfrom
RiscadoA:rantunes/WVPC-192
Draft

[wrangler] Add vpc network commands#13064
RiscadoA wants to merge 1 commit into
cloudflare: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: f908b80

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: f908b80

@RiscadoA RiscadoA force-pushed the rantunes/WVPC-192 branch from 4db14aa to f908b80 Compare April 22, 2026 11:35
@petebacondarwin
Copy link
Copy Markdown
Contributor

Hi @RiscadoA — we're doing some cleanup of stale draft PRs.

This PR has been quiet since 2026-04-22. Could you let us know within 14 days whether you're still planning to continue?

  • If yes: please leave a comment with a status update or push a rebase, and we'll keep it open.
  • If no: no need to reply — we'll close it after 14 days, and you can always reopen later if you pick it back up.

Thanks!

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.

3 participants