Avisi cloud logo
Commands

playroom start

Start a stopped playroom (alpha)

Synopsis

Start a previously stopped playroom. The playroom resumes on its retained storage, so all data is intact.

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

Pass - as NAME to start the last-used playroom.

acloud playroom start NAME | - [flags]

Examples

  acloud playroom start my-room --playhouse playhouse-demo

  # start the last-used playroom
  acloud playroom start -

Options

      --force                   start the playroom even if it is owned by another user
  -f, --force-install           force a fresh login to the Playhouse even if a cached session is still valid
  -h, --help                    help for start
      --no-wait                 return immediately after starting the playroom; don't wait for it to be ready
      --wait-timeout duration   max time to wait for the playroom to become ready (default 5m0s)

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