# Build Create Version

> Create new version of a Multiplay Hosting build

Create new version of a Multiplay Hosting build

Authentication Required: `Yes`

```bash
ugs multiplay-hosting build create-version [<build-id>] [options]
```

## Arguments

`<build-id>` The ID of the build to create a new version for

## Options

|                           | Alias                       | Description                                                                   |
| ------------------------- | --------------------------- | ----------------------------------------------------------------------------- |
| project-id                | -p, --project-id            | The Unity cloud project id                                                    |
| environment               | -e, --environment-name      | The services environment name                                                 |
| access key                | --access-key                | The Amazon Web Services (AWS) access key, for s3 bucket builds                |
| bucket url                | --bucket-url                | The bucket url to use for the build version, for s3 or gcs bucket builds      |
| build-version-name        | --build-version-name        | The name of the build version to create                                       |
| service-account-json-file | --service-account-json-file | The path to the service account JSON file, for gcs builds                     |
| tag                       | --tag                       | The container image tag to use for the build version, for container builds    |
| directory                 | --directory                 | The directory of files to upload to the build version, for file upload builds |
| secret key                | --secret-key                | The Amazon Web Services (AWS) secret key, for s3 bucket builds                |
| remove old files          | --remove-old-files          | Whether to remove old files from the build version, for file upload builds    |
| help                      | -?, -h, --help              | Show help and usage information                                               |
| quiet                     | -q, --quiet                 | Reduce logging to a minimum                                                   |
| json                      | -j, --json                  | Use json as the output format                                                 |
