Skip to content

Commit 1e2b740

Browse files
Add --json flag to r2 bucket info command (#24120)
1 parent 5ea4feb commit 1e2b740

File tree

1 file changed

+3
-0
lines changed
  • src/content/partials/workers/wrangler-commands

1 file changed

+3
-0
lines changed

src/content/partials/workers/wrangler-commands/r2.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ wrangler r2 bucket info <NAME>
4242
- The name of the R2 bucket to get information about.
4343
- `--jurisdiction` <Type text="string" /> <MetaInfo text="optional" />
4444
- The jurisdiction where the bucket exists, if a jurisdiction has been specified. Refer to [jurisdictional restrictions](/r2/reference/data-location/#jurisdictional-restrictions).
45+
- `--json` <Type text="boolean" /> <MetaInfo text="optional" />
46+
- Return output as clean JSON.
47+
- Default: false
4548

4649
<AnchorHeading title="`delete`" slug="r2-bucket-delete" depth={3} />
4750

0 commit comments

Comments
 (0)