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:
| Option | Description |
|---|---|
| --workspace | Sets the workspace you want to open. If unset, your current workspace is used. |
Environment support¶
| Environment | Supported | Description |
|---|---|---|
--local | ✓ Yes (default) | Opens Tinybird UI for Tinybird Local. |
--cloud | ✓ Yes | Opens Tinybird UI for Tinybird Cloud. |
--branch=BRANCH_NAME | ✓ Yes | Opens Tinybird UI for a branch. |