dispatch views list shows named views as text or JSON. CSV output would let scripts compare saved views across machines or generate quick reports.
Acceptance criteria:
dispatch views list --csv prints active,name,summary rows.
- Empty view sets still print the header.
--csv and --json cannot be combined.
- Tests cover CSV output and the flag conflict.
dispatch views listshows named views as text or JSON. CSV output would let scripts compare saved views across machines or generate quick reports.Acceptance criteria:
dispatch views list --csvprintsactive,name,summaryrows.--csvand--jsoncannot be combined.