Skip to main content

Crate braze_sync

Crate braze_sync 

Source
Expand description

braze-sync: GitOps CLI for managing Braze configuration as code.

See docs/local/IMPLEMENTATION.md for the full design contract.

Re-exports§

pub use error::Error;
pub use error::Result;

Modules§

braze
Braze REST API client.
cli
CLI dispatch entry point.
config
Configuration loading and environment resolution.
diff
Pure structural diff layer. No I/O.
error
Top-level error type for braze-sync.
format
Output formatters for diff results.
fs
Local filesystem I/O for braze-sync resource files.
resource
Domain types for the four resources braze-sync manages.