--format / --json. Export is always CSV, by design, so it can be redirected straight to a file or piped into another tool.
Synopsis
Arguments
Options
This command takes no flags beyond the global flags. Passing--json or --format json prints a warning to stderr and still emits CSV.
Examples
1. Save to a file
spring-summit.csv. The header row is always present. Column order matches the dashboard registrant export.
2. Pipe into a transformer
csvtk (or mlr, xsv, etc.) without ever touching disk. Useful when the registrant list is large enough that round-tripping JSON would be expensive.
3. Snapshot for handoff
Response
Joined At is when the person registered for this event. Emails and Phones hold every address and number on the person, joined with ;. Treat the first row as the header and parse the rest as data.
See also
event person list. Filtered queries when you only need a subset.event get. Confirm event metadata before exporting.- Recipe: CSV import. The matching import flow for round-tripping data.
- Events. The dashboard surface this command mirrors.
