# New-File

> Creates a new Cloud-Code script locally filled with template code.

Creates a new Cloud-Code script locally filled with template code.

## Command

Authentication Required: `No`

```text
ugs cloud-code new-file <file-name> [options]
```

## Arguments

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

## Options

|       | Alias          | Description                         |
| ----- | -------------- | ----------------------------------- |
| force | -f, --force    | Overwrites existing file.           |
| 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.      |
