Document --json flag for pages project list command#28175
Document --json flag for pages project list command#28175petebacondarwin merged 1 commit intoproductionfrom
--json flag for pages project list command#28175Conversation
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
|
Preview URL: https://524f98f0.preview.developers.cloudflare.com Files with changes (up to 15) |
|
/bonk review for Pete. Confirm the flag usage and use the linked commit to validate. |
|
I've now reviewed both the docs PR and the linked workers-sdk commit. Here's my review: Review SummaryFlag usage: Confirmed. The npx wrangler pages project list --jsonThis is exactly what the code accepts. What looks good:
One minor observation: The workers-sdk PR is still open (not yet merged). This docs PR will be accurate once that lands and the wrangler dependency is bumped. No issue if this docs PR merges first -- the guidance will just be slightly ahead of the released CLI, which is standard practice. No changes needed. This is clean and correct. LGTM. |
|
Hey there, we've marked this pull request as stale because there's no recent activity on it. This label is helps us identify PRs that might need updates (or to be closed out by our team if no longer relevant). |
|
Hey there, we've closed out this pull request because it's been stale for a while and there's been no additional action on it. If these changes are still relevant, open a new pull request (or flag to us in a GitHub issue). |
|
Hey there, we've marked this pull request as stale because there's no recent activity on it. This label helps us identify PRs that might need updates (or to be closed out by our team if no longer relevant). |
|
Not stale - waiting for review |
Co-Authored-By: pbacondarwin@cloudflare.com <pete@bacondarwin.com>
e93e619 to
524f98f
Compare
Summary
Documents the new
--jsonflag forwrangler pages project listin the Direct Upload guide. This corresponds to cloudflare/workers-sdk#12465, which adds JSON output support to the command for programmatic use and scripting workflows.The auto-generated command reference (via
WranglerNamespace) will automatically pick up the--jsonflag once the wrangler dependency is bumped to include the change.Link to Devin run: https://app.devin.ai/sessions/b4459c91b7b74c93b13ab3c365b05197
Requested by: @petebacondarwin
Documentation checklist