--format / --json. Export is always CSV, by design, so it can be redirected straight to a file or piped into another tool.
Synopsis
Arguments
| Argument | Type | Description |
|---|---|---|
<eventId> | integer | Event ID. Use event list to find one. |
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
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.
