# cscli parsers list

## cscli parsers list[​](#cscli-parsers-list "Direct link to cscli parsers list")

List parser(s)

### Synopsis[​](#synopsis "Direct link to Synopsis")

List of installed/available/specified parsers

TEXTCOPY

```
cscli parsers list [item... | -a] [flags]
```

### Examples[​](#examples "Direct link to Examples")

TEXTCOPY

```
# List enabled (installed) parsers.
cscli parsers list

# List all available parsers (installed or not).
cscli parsers list -a

# List specific parsers (installed or not).
cscli parsers list crowdsecurity/caddy-logs crowdsecurity/sshd-logs
```

### Options[​](#options "Direct link to Options")

TEXTCOPY

```
  -a, --all    List disabled items as well
  -h, --help   help for list
```

### Options inherited from parent commands[​](#options-inherited-from-parent-commands "Direct link to Options inherited from parent commands")

TEXTCOPY

```
      --color string    Output color: yes, no, auto (default "auto")
  -c, --config string   path to crowdsec config file (default "/etc/crowdsec/config.yaml")
      --debug           Set logging to debug
      --error           Set logging to error
      --info            Set logging to info
  -o, --output string   Output format: human, json, raw
      --trace           Set logging to trace
      --warning         Set logging to warning
```

### SEE ALSO[​](#see-also "Direct link to SEE ALSO")

* [cscli parsers](https://docs.crowdsec.net/docs/next/cscli/cscli_parsers.md) - Manage hub parsers
