Skip to main content
versuno teams list [--format json]
Fetches all teams you belong to and prints a table showing each team’s ID, name, slug, your role, member count, and status. The currently active workspace is marked with ← active.

Options

FlagDescription
--format jsonOutput the raw teams array as JSON.

Example

versuno teams list

versuno teams list --format json

Output

Teams for you@example.com:

 ID           | NAME        | SLUG       | MY ROLE | MEMBERS | STATUS
--------------|-------------|------------|---------|---------|---------------
 tm_abc123    | Acme AI     | acme-ai    | owner   |       4 | active ← active
 tm_def456    | Side Project | side-proj  | member  |       2 | active

See also