Commit Graph

3 Commits

Author SHA1 Message Date
Thomas Lamant
fa605e91e7 fix(tinybird): use correct name for admin token (#83)
Fixes: #82

Updates the getTokens.sh script to use the correct name "workspace admin token" when fetching the admin token from the Tinybird API.

The script was previously using "admin token" which does not correspond to any token returned by the API, causing it to fail when extracting the admin token from the API response. This change ensures the correct token is identified and output for the user.
2025-11-04 13:16:03 -06:00
James Loh
43891c65b5 Simplify TB initial setup
no ref

- By outputting the tokens in the format the `.env` file expects this greatly simplifies the initial setup by just makign it copy -> paste able
- This will mean users don't need to load up the UI and copy/paste tokens at all and can do the whole setup (after they've signed up for TB) from the CLI
2025-07-15 11:40:53 +10:00
Chris Raible
2f310b7ddc Added experimental script to automate fetching Tinybird tokens 2025-07-15 11:40:53 +10:00