Global options

The following options are available for all commands.

Enter them before the command name. For example: tb --host https://api.tinybird.co workspace ls.

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.
--show-tokensShows available tokens.
--cloud / --localRun against Tinybird Cloud or Tinybird Local.
--debug / --no-debugPrints internal representation. Combine it with any command to get more information.
--versionShows the version and exits.
-h, --helpShows help for the command.
Updated