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