settings:org
Get details for your current organization (name, description, brand color, and other workspace metadata).Examples
settings:update-org
Update settings for your current organization. You must provide at least one of--name, --description, or --color; if none are supplied the command exits with an error.
Examples
settings:tenants
List every organization (tenant) you belong to. Use this to find the IDs needed bysettings:delete-org and settings:leave-org.
Examples
settings:create-org
Create a new organization. The new workspace is created under your account.Examples
Creating additional organizations may consume a workspace seat on your plan. If you hit a limit, add the
TENANT add-on (see so-me billing:addons).settings:delete-org
Delete an organization by its tenant ID. By default a confirmation prompt is shown; pass-y/--yes to skip it.
Examples
settings:leave-org
Leave an organization you are a member of by its tenant ID. By default a confirmation prompt is shown; pass-y/--yes to skip it.
Examples