node-pools describe

acloud node-pools describe

describe AME node-pools (detailed)

acloud node-pools describe [node-pool-id]... [flags]

Examples

# describe all node-pools
acloud node-pools describe

# describe node-pool by id(s)
acloud node-pools describe 1001 1002

# describe all node-pools within all organisations
acloud node-pools describe -A

# describe all node-pools for multiple clusters just by cluster slug
acloud node-pools describe --cluster cluster-slug1 --cluster cluster-slug2

# describe all node-pools for a specific cluster by cluster-identity (cluster can even exist in non-current organisation)
acloud node-pools describe --cluster cluster-identity

Options

  -A, --all-organisations   Include all organisations
  -c, --cluster strings     filter by cluster
  -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