Skip to content

[Workers] Mention Flagship in automatic provisioning docs#31990

Open
ericclemmons wants to merge 4 commits into
productionfrom
codex/workers-flagship-auto-provisioning
Open

[Workers] Mention Flagship in automatic provisioning docs#31990
ericclemmons wants to merge 4 commits into
productionfrom
codex/workers-flagship-auto-provisioning

Conversation

@ericclemmons

@ericclemmons ericclemmons commented Jul 10, 2026

Copy link
Copy Markdown
Member

Summary

tl;dr – Add Flagship to Wrangler's automatic provisioning docs.

Wrangler supports automatic provisioning for Flagship bindings through cloudflare/workers-sdk#14640.

The automatic provisioning section now lists Flagship alongside KV, R2, and D1. A changelog entry announces the support and shows how to configure a Flagship binding without an app_id.


References: cloudflare/workers-sdk#14640

Documentation checklist

@github-actions

github-actions Bot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
/src/content/changelog/ @cloudflare/pm-changelogs, @cloudflare/product-owners
/src/content/docs/workers/wrangler/ @cloudflare/wrangler, @irvinebroque, @cloudflare/product-owners, @MattieTK, @vy-ton

@ericclemmons ericclemmons marked this pull request as ready for review July 10, 2026 21:36
@ericclemmons ericclemmons requested review from a team, MattieTK and vy-ton as code owners July 10, 2026 21:36
@cloudflare-docs-bot

cloudflare-docs-bot Bot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Review

⚠️ 2 warnings found in commit 422a922.

Fix in your agent
Fix the following review findings in PR #31990 (https://github.com/cloudflare/cloudflare-docs/pull/31990).

Before making changes, review each finding and present a brief summary table:
- For each finding, state whether you agree, disagree, or need clarification
- If you disagree (e.g. the fix requires disproportionate effort for minimal benefit,
  or the finding is factually incorrect), explain why
- If you need clarification before deciding, ask those questions
- Then share your plan for which issues to tackle and in what order

After triaging, fix all legitimate findings. For any you decide to skip,
post a comment on this PR with the finding ID and your reasoning.

---

## Code Review

### Warnings (1)

#### CR-645a8c38c8f3 · Unsupported capability claim
- **File:** `src/content/docs/workers/wrangler/configuration.mdx` line 107
- **Issue:** Line 107 adds Flagship to the list of bindings supported by automatic provisioning, but the feature's changelog (src/content/changelog/workers/2025-10-24-automatic-resource-provisioning.mdx) only announced support for KV, R2, and D1. Flagship itself was not announced until 2026-05-26.
- **Fix:** Verify whether Wrangler automatic provisioning actually supports Flagship bindings. If it does, update the automatic provisioning changelog to include Flagship. If not, remove Flagship from this sentence.

---

## Style Guide Review

### Warnings (1)

#### SG-446e2ab66fde · WranglerConfig must use TOML input
- **File:** `src/content/changelog/workers/2026-07-09-flagship-automatic-provisioning.mdx` line 16
- **Issue:** Code block inside <WranglerConfig> uses ```jsonc
- **Fix:** Provide TOML as input to <WranglerConfig>; JSONC is auto-generated.

Code Review

This code review is in beta and may not always be helpful — use your judgment.

Warnings (1)
File Issue
workers/wrangler/configuration.mdx line 107 Unsupported capability claim — Line 107 adds Flagship to the list of bindings supported by automatic provisioning, but the feature's changelog (src/content/changelog/workers/2025-10-24-automatic-resource-provisioning.mdx) only announced support for KV, R2, and D1. Flagship itself was not announced until 2026-05-26. Fix: Verify whether Wrangler automatic provisioning actually supports Flagship bindings. If it does, update the automatic provisioning changelog to include Flagship. If not, remove Flagship from this sentence.

Conventions

No convention issues found.

Style Guide Review

Warnings (1)
File Issue
changelog/workers/2026-07-09-flagship-automatic-provisioning.mdx line 16 WranglerConfig must use TOML input — Code block inside uses ```jsonc Fix: Provide TOML as input to ; JSONC is auto-generated.
Commands

Only codeowners can run commands. Post a comment with the command to trigger it.

Command Description
/review Runs a review now. Incremental if a prior review exists, full if not.
/full-review Re-reviews the entire PR diff from scratch, ignoring incremental history. Useful after a rebase, when you want a fresh review, or if the bot gets out of sync and reports issues that no longer exist.
/ignore-review-limit Permanently lifts the 2-review automatic limit for this PR. Future pushes will trigger reviews as normal.
/disable-auto-review Stops automatic reviews from triggering on future pushes to this PR. Codeowners can still run /review or /full-review manually.

@irvinebroque irvinebroque enabled auto-merge (squash) July 11, 2026 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

product:workers Related to Workers product size/s

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants