# Debug

To get verbose log and [enable output of debug](https://github.com/debug-js/debug), you need to call the [cli](cli) with the *DEBUG=interact:\** environment

Example

```bash
DEBUG=interact:* interact
```
