astroctl_infra_kubernetes_progress_get
astroctl infra kubernetes progress get
Get current progress for a cluster
Synopsis
Retrieve the current progress status for a specific cluster operation
astroctl infra kubernetes progress get [cluster-name] [flags]
Examples
# Get current progress for a cluster (clean output)
astroctl infra k8s progress get prod-cluster
# Get current progress with structured output
astroctl infra k8s progress get prod-cluster -o yaml
astroctl infra k8s progress get prod-cluster -o json
# Get progress for a specific operation
astroctl infra k8s progress get --cluster-name prod-cluster --operation-id op-123
Options
--cluster-name string Cluster Name to get progress for
-h, --help help for get
--operation-id string Operation ID to get progress for (optional)
-o, --output string Output format (json|yaml)
SEE ALSO
- astroctl infra kubernetes progress - Cluster progress and operations tracking