Documentation

Unity Gaming Services CLI


GitHub Repository

Unity Gaming Services CLI


Create

Create a new cloud content delivery bucket.
Read time 1 minuteLast updated 21 hours ago

Create a new cloud content delivery bucket.

Command

ugs ccd buckets create <bucket-name> [options]

Arguments

  • <bucket-name>
    : The name of the new bucket.

Options

Option

Alias

Description

environment-name-e, --environment-nameThe Unity environment name.
project-id-p, --project-idThe Unity cloud project id.
description-d, --descriptionDescription for the new bucket.
private-i, --privatePrivacy setting of the bucket. Note that this setting cannot be changed once the bucket is created (default false).
help-?, -hShow command help.
quiet-q, --quietRun in quiet mode. Suppress output to the console.
json-j, --jsonOutput results in JSON format.