Skip to main content

astroctl_clusters_get

astroctl clusters get

Get cluster information

Synopsis

Get cluster information

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-id string    The cluster name for which you want to get the information
-h, --help help for get
-p, --provider-id string The provider id (cloud) for which you want to get the clusters information

Options inherited from parent commands

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

SEE ALSO