The current "local development" section of documentation installs the Tinybird CLI via the old method (as referenced in this repo). However, that version is legacy/outdated and tb auth --interactive no longer works.
The updated CLI requires installation via:
curl https://tinybird.co | sh
tb login
This creates a mismatch between the documented install steps and the actual working authentication flow.
Steps to Reproduce
-
Install CLI using the method described in this repo/docs
-
Run:
-
Observe that it asks for a region and token, but the token does not work
Expected Behavior
Interactive authentication should work as documented, or the docs should reflect the new supported flow.
Actual Behavior
tb auth --interactive asks for token which doesn't work.
Suggested Fix
Environment
- OS: macOS 26.3.1 (a) (Tahoe)
- Architecture: arm64
- Installation method: repo/docs method
The current "local development" section of documentation installs the Tinybird CLI via the old method (as referenced in this repo). However, that version is legacy/outdated and
tb auth --interactiveno longer works.The updated CLI requires installation via:
curl https://tinybird.co | sh tb loginThis creates a mismatch between the documented install steps and the actual working authentication flow.
Steps to Reproduce
Install CLI using the method described in this repo/docs
Run:
Observe that it asks for a region and token, but the token does not work
Expected Behavior
Interactive authentication should work as documented, or the docs should reflect the new supported flow.
Actual Behavior
tb auth --interactiveasks for token which doesn't work.Suggested Fix
Update documentation to use:
curl https://tinybird.co | sh tb loginRemove or clearly mark legacy commands (
tb auth --interactive) as deprecatedEnvironment