Skip to main content

astroctl_clusters_spec

astroctl clusters spec

Get the original specification of a cluster

Synopsis

Retrieves the original request specification used to create the cluster

astroctl clusters spec [flags]

Examples


# Get the specification of a cluster using positional argument
astroctl clusters spec my-cluster

# Get the specification of a cluster using flag
astroctl clusters spec -c my-cluster

# Get the specification in JSON format
astroctl clusters spec my-cluster -o json

# Get the specification in YAML format
astroctl clusters spec my-cluster -o yaml

Options

  -c, --cluster-name string   The cluster name for which you want to get the specification
-h, --help help for spec
-o, --output string Output format (json|yaml) (default "yaml")

SEE ALSO