Documentation

Unity Gaming Services CLI


GitHub Repository

Unity Gaming Services CLI


Bulk Update

Bulk update a lobby.
Read time 1 minuteLast updated 21 hours ago

Bulk update a lobby. Authentication Required:
Yes
ugs lobby bulk-update <lobby-id> <body> [options]

Arguments

<lobby-id>
The ID of the lobby to bulk update.
<body>
The JSON body containing the bulk update to apply to the lobby. If this is a file path, the content of the file is used; otherwise, the raw string is used.

Options

Alias

Description

service-id--service-id(REQUIRED) The service ID.
project-id-p, --project-idThe Unity cloud project ID.
environment-name-e, --environment-nameThe services environment name.
help-?, -h, --helpDisplay help and usage information.
quiet-q, --quietReduce logging to a minimum.
json-j, --jsonUse JSON as the output format.