We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed29602 commit 3a052cbCopy full SHA for 3a052cb
CHANGELOG.md
@@ -19,7 +19,7 @@ Types of changes:
19
curl https://tinybird.co | sh
20
tb login
21
tb --cloud deploy --template https://github.com/tinybirdco/llm-performance-tracker/tree/main/tinybird
22
-TOKEN=$(tb auth info | grep "^token: " | awk '{print $2}')
+tb token copy read_pipes && TINYBIRD_TOKEN=$(pbpaste)
23
open https://llm-tracker.tinybird.live\?token\=$TOKEN
24
```
25
0 commit comments