Skip to main content

astroctl_clusters_get

astroctl clusters get

Get information about clusters

Synopsis

Get information about one or more Astro platform managed clusters

astroctl clusters get [flags]

Examples


# Get the cluster information
astroctl clusters get -p aws -c <cluster-name>

# Get all the clusters
astroctl clusters get

Options

  -c, --cluster-name string   The cluster name for which you want to get the information
-h, --help help for get
-o, --output string Output format (table|json|yaml) (default "table")
-p, --provider-id string The provider id (cloud) for which you want to get the clusters information

SEE ALSO