Skip to main content

Workspaces

Commands

List All Workspaces

60db workspaces --list

Get Workspace Details

60db workspaces --get 456

Filter by User

60db workspaces --list --user-id 123

Create Workspace

60db workspace:create --name "My Workspace" --owner-id 123 --description "Project workspace"

Options

List Workspaces

  • --user-id <id> - Filter by user ID

Get Workspace

  • --id <id> - Workspace ID (required)

Create Workspace

  • --name <name> - Workspace name (required)
  • --owner-id <id> - Owner user ID (required)
  • --description <text> - Workspace description