# cscli notifications

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

Helper for notification plugin configuration

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

To list/inspect/test notification template

TEXTCOPY

```
cscli notifications [action] [flags]
```

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

TEXTCOPY

```
  -h, --help   help for notifications
```

### 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](https://docs.crowdsec.net/docs/next/cscli/.md) - cscli allows you to manage crowdsec
* [cscli notifications inspect](https://docs.crowdsec.net/docs/next/cscli/cscli_notifications_inspect.md) - Inspect notifications plugin
* [cscli notifications list](https://docs.crowdsec.net/docs/next/cscli/cscli_notifications_list.md) - list notifications plugins
* [cscli notifications reinject](https://docs.crowdsec.net/docs/next/cscli/cscli_notifications_reinject.md) - reinject an alert into profiles to trigger notifications
* [cscli notifications test](https://docs.crowdsec.net/docs/next/cscli/cscli_notifications_test.md) - send a generic test alert to notification plugin
