# List

List the environment variable names configured for a target.

### Syntax

```
$ vela env list
```

```
$ vela env list -t production
```

Names only, never values — the same rule locally and on a server, so the output is safe to paste into an issue or a screenshot wherever it came from. To read a value back, look in `.env` yourself, or on the server as root.

Defaults to `-t local`. See [env](/env) for the full option list.