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.
Subcommands¶
The following subcommands are available:
Command | Description |
---|---|
info OPTIONS | Gets information about the authentication in use. |
ls OPTIONS | Lists available regions to authenticate. |
use OPTIONS REGION_NAME_OR_HOST_OR_ID | Switches to a different region. You can pass the region name, the region host URL, or the region index after listing available regions with tb auth ls . For example, tb auth use us-east . |
Options¶
The following options are available to tb auth
and its subcommands:
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. |