# config use


Switches to using the named configuration profile.

```shell
$ cx config use <name>
```

#### Options

| Argument | Required? | Default | Description |
|  ---  |  ---  |  ---  |  ---  |
| `<name>` | yes | — | Name of the configuration profile to use |

#### Examples

```shell
$ cx config use staging
$ cx config use production
```