tb open

Opens a workspace in Tinybird Cloud. You can get your current workspace by running tb workspace current. Global options apply to this command. See Global options.

For example:

# Opens the current workspace
tb open

# Opens a specific workspace in the cloud environment
tb --cloud open --workspace someworkspace

The following options are available:

OptionDescription
--workspaceSets the workspace you want to open. If unset, your current workspace is used.

Environment support

EnvironmentSupportedDescription
--local✓ Yes (default)Opens Tinybird UI for Tinybird Local.
--cloud✓ YesOpens Tinybird UI for Tinybird Cloud.
--branch=BRANCH_NAME✓ YesOpens Tinybird UI for a branch.
Updated