# Export

> Export remote configuration from an environment.

Export remote configuration from an environment.

Authentication Required: `Yes`

```bash
ugs rc export [<out-dir> [<file-name>]] [options]
```

## Arguments

`<out-dir>` The output directory for export command

`<file-name>` The output file name for export command

## Options

| Option           | Alias                  | Description                         |
| ---------------- | ---------------------- | ----------------------------------- |
| project-id       | -p, --project-id       | The Unity cloud project ID.         |
| environment-name | -e, --environment-name | The services environment name.      |
| dry-run          | --dry-run              | The command will do a dry run       |
| 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.      |
