List
List versions with optional filtering
List all versions for the current project with support for filtering by branch, status, and limiting results.
Filtering Options
Use flags to filter results by branch name, status, or limit the number of results returned. Filters can be combined for more specific queries.
Command Syntax
Examples
List all versions
List versions from main branch
List only active versions
List last 5 versions
Combine filters
Flags
--branch
Filter by branch name
- Type: string
--status
Filter by status (pending, building, active, failed)
- Type: string
--limit
Number of versions to show
- Type: integer
- Default:
10