Skip to main content
View as Markdown

Snapshots CLI Commands

Manage snapshots in your EventCatalog from the command line.

createSnapshot

Take a point-in-time snapshot of the entire catalog, capturing all resources and their metadata as a JSON file

Arguments: None


diffSnapshots

Compare two snapshot files and output a structured diff showing added, removed, modified, and versioned resources plus relationship changes

Arguments:

NameTypeRequiredDescription
fileAstringYesPath to the first (older) snapshot file
fileBstringYesPath to the second (newer) snapshot file

listSnapshots

List all snapshots in the catalog .snapshots directory with their labels, timestamps, and git info

Arguments: None