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

OptionDescription
--host TEXTTinybird host. Defaults to the value of the TB_HOST environment variable, then to https://api.tinybird.co.
--token TEXTAuthentication token. Defaults to the value of the TB_TOKEN environment variable, then to the .tinyb file.
--region TEXTRegion to authenticate to.
--connector [bigquery]Set credentials for one of the supported connectors.
-i / --interactiveInteractive mode.
Updated