Skip to main content
versuno projects list [--format json]
Fetches all projects for the active workspace and prints a table showing each project’s ID, name, path, and asset count.

Options

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

Example

versuno projects list

versuno projects list --format json

Output

Workspace: tm_abc123

 ID           | NAME           | PATH            | ASSETS
--------------|----------------|-----------------|-------
 proj_abc123  | Customer Bot   | customer-bot    |      8
 proj_def456  | Internal Tools | internal-tools  |      3

Use `versuno projects use <id>` to set the active project.

See also