Manifest Datastore
Add a datastore to a manifest
The manifest:datastore:add
command is used to add a datastore to a manifest.
manifest:datastore:add
Add a data store to the manifest file
Examples
$ rejot-cli manifest datastore add --connection my-db --publication my-pub
Flags
--manifest string
Path to manifest file
Default: "./rejot-manifest.json"
--connection string
Connection slug (required for add)
--publication string
Publication name
--slot string
Slot name
Remove a datastore from a manifest
The manifest:datastore:remove
command is used to remove a datastore from a manifest.
manifest:datastore:remove
Remove a data store from the manifest file
Examples
$ rejot-cli manifest datastore remove my-db
Arguments
connectionSlug required
Connection slug to remove
Flags
--manifest string
Path to manifest file
Default: "./rejot-manifest.json"
--connection string
Connection slug (required for add)
--publication string
Publication name
--slot string
Slot name
List all datastores in a manifest
The manifest:datastore:list
command is used to list all datastores in a manifest.
manifest:datastore:list
List all data stores in the manifest file
Examples
$ rejot-cli manifest datastore list
Flags
--manifest string
Path to manifest file
Default: "./rejot-manifest.json"
--connection string
Connection slug (required for add)
--publication string
Publication name
--slot string
Slot name