canair export
usage: canair export [-h] {dbc} ...
[CAN] ``canair export`` — export canair data to interchange formats.
Currently: ``export dbc`` writes the profile's broadcast signal definitions
(``signals/<bus>.yaml``, domain B) to a DBC via cantools, so they're consumable
by SavvyCAN / cabana / cantools / the Wireshark CAN dissector. Domain-A decoded
UDS parameter export (CSV/JSON) is tracked in the import/export plan.
See ``plans/2026-07-24-raw-can-analysis.md``.
positional arguments:
{dbc}
dbc Export broadcast signal defs (signals/) to a DBC
options:
-h, --help show this help message and exit
canair export dbc
usage: canair export dbc [-h] [--bus BUS] [--verified-only] [-o FILE]
options:
-h, --help show this help message and exit
--bus BUS Only this bus (signals/<bus>.yaml); default: all
--verified-only Export only signals marked verified
-o FILE, --output FILE
Write to FILE (default: stdout)