tb workspace

Manage your Workspaces. The following subcommands are available:

SubcommandDescription
create [OPTIONS] WORKSPACE_NAMECreates a new Workspace for your Tinybird user.
currentShows the Workspace you're currently authenticated to.
delete [OPTIONS] WORKSPACE_NAME_OR_IDDeletes a Workspace where you are an admin.
lsLists all the Workspaces you have access to in the account you're currently authenticated to.
members add [OPTIONS] MEMBERS_EMAILSAdds 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_EMAILSSets the role for existing Workspace members.
use WORKSPACE_NAME_OR_IDSwitches 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.

OptionDescription
--starter_kit URLUses a Tinybird starter kit as a template.
--forkWhen enabled, Tinybird shares all data sources from the current workspace to the new one.
--user_token TEXTWhen passed, Tinybird won't prompt asking for it.

tb workspace delete

Deletes a Workspace where you are an admin.

OptionDescription
--user_token TEXTWhen passed, Tinybird won't prompt asking for it.
--yesDon't ask for confirmation.

tb workspace members add

Adds members to the current Workspace. Takes a list of members emails as an argument.

OptionDescription
--role [guest|viewer|admin]Sets the role for the members.
--user_token TEXTWhen 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.

OptionDescription
--user_token TEXTWhen passed, Tinybird won't prompt asking for it.

tb workspace members set-role

Sets the role for existing Workspace members.

OptionDescription
--user_token TEXTWhen 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.

OptionDescription
--user_token TEXTWhen passed, Tinybird won't prompt asking for it.
Updated