docs: Update hosting guide with Wrangler login instructions#5538
docs: Update hosting guide with Wrangler login instructions#5538schiller-manuel merged 5 commits intoTanStack:mainfrom
Conversation
Added authentication step with Wrangler before deployment.
WalkthroughAdds a pre-deploy Cloudflare Wrangler authentication step to the React hosting guide: insert a Login step running Changes
Sequence Diagram(s)sequenceDiagram
participant Dev as Developer
participant Doc as React Hosting Guide
participant CF as Cloudflare Wrangler
rect rgba(135,206,250,0.12)
Note over Doc: Added explicit Login + whoami verification before Deploy
end
Dev->>Doc: Read hosting guide steps
Dev->>CF: Run `npx wrangler login` / `pnpm dlx wrangler login`
CF-->>Dev: OAuth browser flow -> credentials
Dev->>CF: Run `wrangler whoami` to verify
CF-->>Dev: Account info (success)
Dev->>Doc: Continue to Deploy step (unchanged)
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Added instruction to check current user with 'wrangler whoami'.
Removed duplicate instruction for checking current user.
|
View your CI Pipeline Execution ↗ for commit 52ae26c
☁️ Nx Cloud last updated this comment at |
More templates
@tanstack/arktype-adapter
@tanstack/directive-functions-plugin
@tanstack/eslint-plugin-router
@tanstack/history
@tanstack/nitro-v2-vite-plugin
@tanstack/react-router
@tanstack/react-router-devtools
@tanstack/react-router-ssr-query
@tanstack/react-start
@tanstack/react-start-client
@tanstack/react-start-server
@tanstack/router-cli
@tanstack/router-core
@tanstack/router-devtools
@tanstack/router-devtools-core
@tanstack/router-generator
@tanstack/router-plugin
@tanstack/router-ssr-query-core
@tanstack/router-utils
@tanstack/router-vite-plugin
@tanstack/server-functions-plugin
@tanstack/solid-router
@tanstack/solid-router-devtools
@tanstack/solid-start
@tanstack/solid-start-client
@tanstack/solid-start-server
@tanstack/start-client-core
@tanstack/start-plugin-core
@tanstack/start-server-core
@tanstack/start-static-server-functions
@tanstack/start-storage-context
@tanstack/valibot-adapter
@tanstack/virtual-file-routes
@tanstack/zod-adapter
commit: |
…#5538) Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Added authentication step with Wrangler before deployment.
Summary by CodeRabbit