# secret list
List secrets, or show one by name
Aliases:
* ls
## Usage
```console
coder secret list [flags] [name]
```
## Description
```console
Secret values are omitted from the output.
```
## Options
### -c, --column
| | |
|---------|---------------------------------------------------------------|
| Type | [created\|name\|updated\|env\|file\|description] |
| Default | name,created,updated,env,file,description |
Columns to display in table output.
### -o, --output
| | |
|---------|--------------------------|
| Type | table\|json |
| Default | table |
Output format.