Skip to main content
versuno switch <teamId>
Persists the active workspace to .versuno/.temp/workspace-ref. All subsequent commands (assets list, push, pull, etc.) will operate against this workspace until you switch again. Pass personal to go back to your personal workspace. The active workspace can also be overridden per-command via the VERSUNO_WORKSPACE environment variable.

Arguments

ArgumentRequiredDescription
teamIdYesTeam ID (UUID or slug) or "personal"

Example

# Switch to a team workspace
versuno switch tm_abc123
# → Switched to workspace: tm_abc123

# Switch back to personal workspace
versuno switch personal
# → Switched to workspace: personal

See also