astroctl_clusters_progress_get
astroctl clusters progress get
Get current progress for a cluster
Synopsis
Retrieve the current progress status for a specific cluster operation
astroctl clusters progress get [cluster-name] [flags]
Examples
# Get current progress for a cluster (clean output)
astroctl clusters progress get prod-cluster
# Get current progress with structured output
astroctl clusters progress get prod-cluster -o yaml
astroctl clusters progress get prod-cluster -o json
# Get progress for a specific operation
astroctl clusters 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 clusters progress - Cluster progress and operations tracking