Avisi cloud logo
Commands

playroom list

List playrooms in a Playhouse (alpha)

Synopsis

List the playrooms in a Playhouse.

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

By default every playroom in the Playhouse is shown, with its owner. Use --mine to show only your own playrooms.

acloud playroom list [flags]

Examples

  # list all playrooms in the demo Playhouse
  acloud playroom list --playhouse playhouse-demo

  # only your own, with image and resource columns
  acloud playroom ls -p playhouse-demo --mine -o wide

Options

  -f, --force-install   force a fresh login to the Playhouse even if a cached session is still valid
  -h, --help            help for list
      --mine            only show playrooms owned by you
      --no-header       do not print the header row
  -o, --output string   output format. One of: (wide)

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
  -p, --playhouse string                  playhouse cluster slug (defaults to last-used; supports <env>/<slug>, etc.)
      --request-timeout duration          request timeout for api calls to the Avisi Cloud API (default 15s)
      --trace                             enable trace mode

SEE ALSO

On this page