@@ -89,7 +89,7 @@ Shows, converts and upgrades schemas.
8989
9090** Usage**
9191``` sh
92- dlt schema [-h] [--format {json,yaml,dbml,dot}] [--remove-defaults] file
92+ dlt schema [-h] [--format {json,yaml,dbml,dot,mermaid }] [--remove-defaults] file
9393```
9494
9595** Description**
@@ -107,7 +107,7 @@ Inherits arguments from [`dlt`](#dlt).
107107
108108** Options**
109109* ` -h, --help ` - Show this help message and exit
110- * ` --format {json,yaml,dbml,dot} ` - Display schema in this format
110+ * ` --format {json,yaml,dbml,dot,mermaid } ` - Display schema in this format
111111* ` --remove-defaults ` - Does not show default hint values
112112
113113</details >
@@ -334,7 +334,7 @@ Displays default schema.
334334
335335** Usage**
336336``` sh
337- dlt pipeline [pipeline_name] schema [-h] [--format {json,yaml,dbml,dot}]
337+ dlt pipeline [pipeline_name] schema [-h] [--format {json,yaml,dbml,dot,mermaid }]
338338 [--remove-defaults]
339339```
340340
@@ -350,7 +350,7 @@ Inherits arguments from [`dlt pipeline`](#dlt-pipeline).
350350
351351** Options**
352352* ` -h, --help ` - Show this help message and exit
353- * ` --format {json,yaml,dbml,dot} ` - Display schema in this format
353+ * ` --format {json,yaml,dbml,dot,mermaid } ` - Display schema in this format
354354* ` --remove-defaults ` - Does not show default hint values
355355
356356</details >
0 commit comments