Skip to main content

astroctl_clusters_progress_list

astroctl clusters progress list

List progress for multiple clusters

Synopsis

List progress for multiple clusters with optional filtering (required admin role)

astroctl clusters progress list [flags]

Examples


# List all cluster progress
astroctl clusters progress list

# List progress with filtering
astroctl clusters progress list --operation-type CREATE --status IN_PROGRESS --limit 10

# List progress with pagination
astroctl clusters progress list --limit 50 --page-token next-page-123

Options

  -h, --help                    help for list
--limit int Maximum number of results to return (default 50)
--operation-type string Filter by operation type. Valid values: CREATE, UPDATE, DELETE, SCALE, UPGRADE
--page-token string Page token for pagination (shown in output when more pages available)
--status string Filter by status. Valid values: PENDING, IN_PROGRESS, COMPLETED, FAILED, CANCELLED

Options inherited from parent commands

  -o, --output string   Output format (json|yaml) (default "yaml")

SEE ALSO