# cscli appsec-configs list

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

List appsec-config(s)

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

List of installed/available/specified appsec-configs

TEXTCOPY

```
cscli appsec-configs list [item... | -a] [flags]
```

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

TEXTCOPY

```
# List enabled (installed) waf-configs.
cscli waf-configs list

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

# List specific waf-configs (installed or not).
cscli waf-configs list crowdsecurity/virtual-patching crowdsecurity/generic-rules
```

### 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 appsec-configs](https://docs.crowdsec.net/docs/next/cscli/cscli_appsec-configs.md) - Manage hub appsec-configs
