Or just dump it to the terminal

dotnet run — codegen preview


`codegen` covers the whole app, which can be noisy. When you want to understand a **single** entry point,
reach for `codegen-preview` under the `wolverine-diagnostics` parent command :

```bash