node-pools get

acloud node-pools get

get AME node-pools

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

Examples

# get all node-pools
acloud node-pools get

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

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

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

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

Options

  -A, --all-organisations   Include all organisations
  -c, --cluster strings     filter by cluster
  -h, --help                help for get
      --no-header           Do not print the header

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