Expand description
braze-sync diff — show drift between local files and Braze.
v0.1.0 supports Catalog Schema only. The other resource kinds emit a “not yet implemented” warning.
Output goes to stdout so scripts can braze-sync diff > drift.txt
cleanly. Status warnings go to stderr. The formatter is chosen by the
global --format flag (default: table).
With --fail-on-drift, a non-empty summary.changed_count() makes the
command exit with code 2 (Error::DriftDetected) so CI pipelines can
gate merges on a clean tree.