Avisi cloud logo
Commands

playhouse list

List playhouses (alpha)

Synopsis

List the playhouses in the current organisation.

ALPHA: this command is in active development; flags and output may change between releases.

A cluster counts as a Playhouse when its slug starts with "playhouse-" (case-insensitive). Deleted clusters are never shown.

acloud playhouse list [flags]

Examples

  # list all playhouses in the current organisation
  acloud playhouse list

  # without the header row, e.g. for scripting
  acloud playhouse ls --no-header

Options

  -h, --help        help for list
      --no-header   do not print the header row

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

On this page