# New-File

> Create a remote-config file.

Create a remote-config file.

Authentication Required: `No`

```bash
ugs rc new-file <file name>
```

## Arguments

* `<file-name>` The name of the file to create.

## Options

| Option | Alias          | Description                         |
| ------ | -------------- | ----------------------------------- |
| force  | -f, --force    | Force an operation.                 |
| help   | -?, -h, --help | Display help and usage information. |
| quiet  | -q, --quiet    | Reduce logging to a minimum.        |
| json   | -j, --json     | Use JSON as the output format.      |

To learn how to create a remote config files, please
see [documentation](https://docs.unity3d.com/Packages/com.unity.remote-config@3.2/manual/Authoring/remote_config_files.html)
