Fetches all assets from the Versuno API for the active workspace (or a specified team) and prints a formatted table. Supports filtering by asset type or project.
# List all assets in the active workspaceversuno prompts assets list# List only promptsversuno prompts assets list --type prompt# Scope to a projectversuno prompts assets list --project proj_abc123# Use a different team without switchingversuno prompts assets list --team tm_xyz456# JSON outputversuno prompts assets list --format json