Skip to content

Conversation

@ksawaneh
Copy link

Fixes #10682.

This makes wrangler r2 bucket list an account-level command that no longer reads/validates the local Wrangler config (wrangler.toml/wrangler.jsonc) before executing.

This unblocks listing buckets when the local config is invalid (e.g. invalid r2_buckets entries), which is especially useful when you need to inspect available buckets in order to fix the config.


  • 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: the change is self-contained and covered by tests.

A picture of a cute animal (not mandatory, but encouraged)

@ksawaneh ksawaneh requested a review from a team as a code owner January 14, 2026 14:24
@changeset-bot
Copy link

changeset-bot bot commented Jan 14, 2026

🦋 Changeset detected

Latest commit: a2f3b6c

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

pkg-pr-new bot commented Jan 16, 2026

create-cloudflare

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

@cloudflare/kv-asset-handler

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

miniflare

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

@cloudflare/pages-shared

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

@cloudflare/unenv-preset

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

@cloudflare/vite-plugin

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

@cloudflare/vitest-pool-workers

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

@cloudflare/workers-editor-shared

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

@cloudflare/workers-utils

npm i https://pkg.pr.new/@cloudflare/workers-utils@11918

wrangler

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

commit: a2f3b6c

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.

unrelated wrangler commands depend on parsing wrangler.jsonc, fail if wrangler.jsonc is invalid

1 participant