list-clusters
Description
List all VKS clusters. By default, automatically paginates through all pages and returns the complete result set. Use --page to fetch a specific page, or --no-paginate to return only the first page.
Synopsis
Options
--page (optional)
: Specific page number to fetch (0-based index). When provided, disables auto-pagination and returns only that page.
--page-size (optional)
: Number of items per page. Default: 50.
--no-paginate (optional)
: Disable auto-pagination and return only the first page (page 0). Equivalent to --page 0.
Examples
List all clusters (auto-paginated):
List clusters with custom page size:
Fetch page 2 (0-based) only:
Return only the first page without auto-pagination:
Output as JSON: