Manifest
Get manifest information
The manifest:info
command is used to display information about a specific manifest.
manifest:info
Display and manage Rejot manifest file for configuring data synchronization. The manifest file defines: - Connections: Database connection details - Data Stores: Source databases for replication - Event Stores: Target databases for replication Use subcommands to manage each component: - manifest init: Create a new manifest file - manifest connection: Manage database connections - manifest datastore: Manage data stores (replication sources) - manifest eventstore: Manage event stores (replication targets)
Examples
Flags
Path to manifest file
Initialize a new manifest
The manifest:init
command is used to initialize a new manifest file at the specified path.
manifest:init
Initialize a new manifest file
Examples
Flags
Path to manifest file
The slug for the manifest
Synchronize manifest configurations
The manifest:sync
command is used to synchronize manifest configurations.
manifest:sync
Start syncing based on one or more manifest files. Opens replication slots in the source data stores, transforms writes using public schemas, and stores the events in the configured event store.
Examples
Arguments
Path to manifest file(s)
Flags
Set the log level (user, error, warn, info, debug, trace)
Set the port for the sync HTTP service
Set the hostname for the sync HTTP service
Set the resolver for the sync HTTP service