Skip to content

Commit 1688893

Browse files
committed
RDSC-3438: Update redis-di scaffold command documentation
1 parent b058eba commit 1688893

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

content/integrate/redis-data-integration/reference/cli/redis-di-scaffold.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ Usage: redis-di scaffold [OPTIONS]
3131

3232
DB type
3333

34+
- `db_flavor`:
35+
36+
- Type: Choice([<DbFlavor.MONGODB_ATLAS: 'mongodb_atlas'>, <DbFlavor.MONGODB_REPLICA_SET: 'mongodb_replica_set'>, <DbFlavor.MONGODB_SHARDED_CLUSTER: 'mongodb_sharded_cluster'>])
37+
- Default: `none`
38+
- Usage: `--db-flavor`
39+
40+
DB flavor
41+
3442
Output to directory or stdout
3543

3644
- `directory`:
@@ -69,6 +77,8 @@ Options:
6977
[default: INFO]
7078
--db-type [cassandra|mariadb|mongodb|mysql|oracle|postgresql|sqlserver]
7179
DB type [required]
80+
--db-flavor [mongodb_atlas|mongodb_replica_set|mongodb_sharded_cluster]
81+
DB flavor
7282
Output formats: [mutually_exclusive, required]
7383
Output to directory or stdout
7484
--dir TEXT Directory containing RDI configuration

0 commit comments

Comments
 (0)