Documentation

Unity Gaming Services CLI


GitHub Repository

Unity Gaming Services CLI


Installing the CLI from CI

Learn how to install the CLI from CI.
Read time 1 minuteLast updated 21 hours ago

To install the CLI from CI, authenticate yourself with the GitHub CLI, clone the repository and use the
gh release download command
.
Download latest release:
gh release download --archive <zip|tar>
Download specific release:
gh release download <release-version> --archive <zip|tar>
This downloads all the binaries in zip or tar format. After unzipping the archive corresponding to your operating system, call the application from command-line. For convenience, you may want to add the executable's path to PATH.