# Export

> Export Leaderboard configs from the current environment.

Export Leaderboard configs from the current environment.

## Command

Authentication Required: `Yes`

```text
ugs leaderboards 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

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