tb workspace¶
Manage your Workspaces. The following subcommands are available:
Subcommand | Description |
---|---|
create [OPTIONS] WORKSPACE_NAME | Creates a new Workspace for your Tinybird user. |
current | Shows the Workspace you're currently authenticated to. |
delete [OPTIONS] WORKSPACE_NAME_OR_ID | Deletes a Workspace where you are an admin. |
ls | Lists all the Workspaces you have access to in the account you're currently authenticated to. |
members add [OPTIONS] MEMBERS_EMAILS | Adds members to the current Workspace. |
members ls [OPTIONS] | Lists members in the current Workspace. |
members rm [OPTIONS] | Removes members from the current Workspace. |
members set-role [OPTIONS] [guest|viewer|admin] MEMBERS_EMAILS | Sets the role for existing Workspace members. |
use WORKSPACE_NAME_OR_ID | Switches to another workspace. Use tb workspace ls to list the workspaces you have access to. |
tb workspace create¶
Creates a new Workspace for your Tinybird user.
Option | Description |
---|---|
--starter_kit URL | Uses a Tinybird starter kit as a template. |
--fork | When enabled, Tinybird shares all data sources from the current workspace to the new one. |
--user_token TEXT | When passed, Tinybird won't prompt asking for it. |
tb workspace delete¶
Deletes a Workspace where you are an admin.
Option | Description |
---|---|
--user_token TEXT | When passed, Tinybird won't prompt asking for it. |
--yes | Don't ask for confirmation. |
tb workspace members add¶
Adds members to the current Workspace. Takes a list of members emails as an argument.
Option | Description |
---|---|
--role [guest|viewer|admin] | Sets the role for the members. |
--user_token TEXT | When passed, Tinybird won't prompt asking for it. |
tb workspace members rm¶
Removes members from the current Workspace. Takes a list of members emails as an argument.
Option | Description |
---|---|
--user_token TEXT | When passed, Tinybird won't prompt asking for it. |
tb workspace members set-role¶
Sets the role for existing Workspace members.
Option | Description |
---|---|
--user_token TEXT | When passed, Tinybird won't prompt asking for it. |
tb workspace use¶
Switches to another workspace. Use tb workspace ls
to list the workspaces you have access to.
Option | Description |
---|---|
--user_token TEXT | When passed, Tinybird won't prompt asking for it. |