content/integrate/write-behind/reference/cli/redis-di-scaffold.md
Usage: redis-di scaffold [OPTIONS]
loglevel:
info--loglevel -log-leveldb_type (REQUIRED):
none--db-typeDB type
strategy:
ingest--strategyStrategy
Output to directory or stdout
directory:
none--dirDirectory containing Write-behind configuration
preview:
none--previewPrint the content of specified config file to CLI output
help:
false--helpShow this message and exit.
Usage: redis-di scaffold [OPTIONS]
Generates configuration files for Write-behind and Debezium (when ingesting data to
Redis)
Options:
-log-level, --loglevel [DEBUG|INFO|WARN|ERROR|CRITICAL]
[default: INFO]
--db-type [mysql|oracle|postgresql|redis|sqlserver]
DB type [required]
--strategy [ingest|write_behind]
Strategy [default: ingest]
Output formats: [mutually_exclusive, required]
Output to directory or stdout
--dir TEXT Directory containing Write-behind configuration
--preview [debezium/application.properties|config.yaml]
Print the content of specified config file
to CLI output
--help Show this message and exit.