clusters get

acloud clusters get

get AME clusters

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

Examples

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

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

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

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

Options

  -A, --all-organisations       include all organisations
  -h, --help                    help for get
      --no-header               do not print the header
  -o, --output string           Output format. One of: (wide)
      --show-recently-deleted   include recently deleted clusters

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