# Import

> Import remote configuration into an environment.

Import remote configuration into an environment.

Authentication Required: `Yes`

```bash
ugs rc import [<in-dir> [<file-name>]] [options]
```

## Arguments

`<in-dir>` The input directory for import command

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

## Options

|                  | 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                                               |
| reconcile        | --reconcile            | The command will delete existing configs before importing \[default: False] |
| 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.                                              |
