[wrangler] Add tunnel commands documentation#28597
[wrangler] Add tunnel commands documentation#28597nikitacano wants to merge 4 commits intoproductionfrom
Conversation
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
|
Preview URL: https://fd0ab89c.preview.developers.cloudflare.com Files with changes (up to 15)
|
|
/bonk fix the build issues and then review this. |
There was a problem hiding this comment.
Review
Build fix
Fixed the broken link on line 145 of the tunnel partial: /cloudflare-one/connections/connect-networks/downloads/ → /cloudflare-one/networks/connectors/cloudflare-tunnel/downloads/. This was the only CI failure (link validation).
Suggestions
A few minor style issues below. Overall the content is well-structured, follows the containers partial pattern correctly, and the command documentation is thorough.
Co-authored-by: elithrar <elithrar@users.noreply.github.com>
|
Here's a summary of what I did: Build fixThe CI failure was caused by an invalid internal link in ReviewPosted 4 inline suggestions on the PR, all LOW severity style issues — Overall the PR is solid:
|
Co-authored-by: ask-bonk[bot] <249159057+ask-bonk[bot]@users.noreply.github.com>
|
@penalosa if we merge tunnels we should use the same oauth token scope builder that we're using for wrangler api. @nikitacano how soon are you likely to merge this? I feel the API token is really poor DX on the rest of the tool and we have an idea to solve this already by dynamically increasing the wrangler scopes (this is so we can introduce a |
I am currently blocking the progress of this PR on my continued review of cloudflare/workers-sdk#12492. Hoping to be mostly done by EOD. |
Summary
Adds documentation for the new
wrangler tunnelcommands (experimental) to the Wrangler commands reference page.src/content/partials/workers/wrangler-commands/tunnel.mdxdocumenting all 6 tunnel subcommands:create,delete,info,list,run, andquick-starttunnelsection tocommands.mdxTOC and body, grouped with other product/feature commands (afterqueues, beforelogin)Companion to cloudflare/workers-sdk#12492
Notes
:::noteblock (not a heading) to avoid polluting the sidebar navcontainers(usingAnchorHeadingcomponents)