Documentation Index
Fetch the complete documentation index at: https://docs.versuno.ai/llms.txt
Use this file to discover all available pages before exploring further.
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
| Flag | Description |
|---|
--format json | Output 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