Manifest Eventstore

Add an eventstore to a manifest

The manifest:eventstore:add command is used to add an eventstore to a manifest.

manifest:eventstore:add

Add an event store to the manifest file

Examples

$ rejot-cli manifest eventstore add --connection my-db

Flags

--manifest string

Path to manifest file

Default: "./rejot-manifest.json"
--connection string required

Connection slug

Remove an eventstore from a manifest

The manifest:eventstore:remove command is used to remove an eventstore from a manifest.

manifest:eventstore:remove

Remove an event store from the manifest file

Examples

$ rejot-cli manifest:eventstore:remove my-db

Arguments

slug required

Event store connection slug

Flags

--manifest string

Path to manifest file

Default: "./rejot-manifest.json"

List all eventstores in a manifest

The manifest:eventstore:list command is used to list all eventstores in a manifest.

manifest:eventstore:list

List event stores in the manifest file

Examples

$ rejot-cli manifest:eventstore:list

Flags

--manifest string

Path to manifest file

Default: "./rejot-manifest.json"