clusters describe

acloud clusters describe

describe AME cluster (detailed)

acloud clusters describe [cluster-identity | cluster-slug]... [flags]

Examples

# describe multiple clusters just by cluster-slug
acloud clusters describe cluster-slug1 cluster-slug2

# describe a specific cluster by cluster-identity (cluster can even exist in non-current organisation)
acloud clusters describe cluster-identity

# describe multiple clusters by environment-slug/cluster-slug (can be used if cluster-slug is not unique)
acloud clusters describe environment-slug/cluster-slug environment-slug2/cluster-slug

# describe a specific cluster by organisation-slug/environment-slug/cluster-slug (cluster can even exist in non-current organisation)
acloud clusters describe organisation-slug/environment-slug/cluster-slug1

Options

  -A, --all-organisations   include all organisations
  -h, --help                help for describe

Options inherited from parent commands

  -C, --context string                    sets the context
      --debug                             enable debug mode
      --debug-show-authorization-header   prints actual authorization header in debug mode, use with caution!
  -O, --organisation string               sets the organisation
      --request-timeout duration          request timeout for api calls to the Avisi Cloud API (default 15s)
      --trace                             enable trace mode

SEE ALSO