docs: update tinybird CLI installation and auth steps#330
docs: update tinybird CLI installation and auth steps#330devnucleus950 wants to merge 2 commits intodubinc:mainfrom
Conversation
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 52 minutes and 21 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughUpdated Tinybird CLI installation and authentication instructions by replacing the conditional Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related issues
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🧹 Nitpick comments (1)
docs/local-development.mdx (1)
168-175: Align Tinybird setup wording across docsThis section now uses the new flow, but
docs/self-hosting.mdx:103-117still references a different installation path. Consider updating both docs to the same Tinybird setup flow to avoid conflicting instructions.🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@docs/local-development.mdx` around lines 168 - 175, The Tinybird install instructions are inconsistent across docs: update the "Install the Tinybird CLI" section (the paragraph that shows `curl https://tinybird.co | sh` and `tb login`) to match the new flow used in local-development, and edit the older self-hosting Tinybird section to use the identical wording and steps (same install command, authentication via `tb login` and admin token) so both docs present the same setup flow.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@docs/local-development.mdx`:
- Around line 170-172: Update the code fence metadata for the command block that
currently uses "bash terminal" to match the repository's convention "bash
Terminal"; locate the triple-backtick fenced block containing the curl
https://tinybird.co | sh command and replace its opening fence metadata so it
reads "bash Terminal" (keep the command itself unchanged).
---
Nitpick comments:
In `@docs/local-development.mdx`:
- Around line 168-175: The Tinybird install instructions are inconsistent across
docs: update the "Install the Tinybird CLI" section (the paragraph that shows
`curl https://tinybird.co | sh` and `tb login`) to match the new flow used in
local-development, and edit the older self-hosting Tinybird section to use the
identical wording and steps (same install command, authentication via `tb login`
and admin token) so both docs present the same setup flow.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: ae1e8142-a026-4586-a283-61e279063a3f
📒 Files selected for processing (1)
docs/local-development.mdx
This PR updates the Tinybird CLI installation and authentication steps to use the modern flow, as the old interactive method via pip/pipx is deprecated.
Fixes dubinc/dub#3727
Summary by CodeRabbit