tb auth¶
Configures your Tinybird authentication by authenticating against a Tinybird host.
The credentials are stored in the .tinyb
file. See .tinyb file for more information.
Options¶
Option | Description |
---|---|
--host TEXT | Tinybird host. Defaults to the value of the TB_HOST environment variable, then to https://api.tinybird.co . |
--token TEXT | Authentication token. Defaults to the value of the TB_TOKEN environment variable, then to the .tinyb file. |
--region TEXT | Region to authenticate to. |
--connector [bigquery] | Set credentials for one of the supported connectors. |
-i / --interactive | Interactive mode. |