docs: add docs:generating multiple schemas at once (#186)
docs: add docs:generating multiple schemas at once
This commit is contained in:
commit
29e6506f00
@ -43,8 +43,9 @@ Options:
|
||||
[default: "mssql"]
|
||||
-o, --output Where to place generated models
|
||||
[default: "Z:\Repos\typeorm-model-generator\output"]
|
||||
-s, --schema Schema name to create model from. Only for mssql and
|
||||
postgres
|
||||
-s, --schema Schema name to create model from. Only for mssql
|
||||
and postgres. You can pass multiple values
|
||||
separted by comma eg. -s scheme1,scheme2,scheme3
|
||||
--ssl [boolean] [default: false]
|
||||
--noConfig Doesn't create tsconfig.json and ormconfig.json
|
||||
[boolean] [default: false]
|
||||
|
@ -102,7 +102,7 @@ function GetUtilParametersByArgs() {
|
||||
.option("s", {
|
||||
alias: "schema",
|
||||
describe:
|
||||
"Schema name to create model from. Only for mssql and postgres. You can pass multiple values separted by comma."
|
||||
"Schema name to create model from. Only for mssql and postgres. You can pass multiple values separted by comma eg. -s scheme1,scheme2,scheme3"
|
||||
})
|
||||
.option("ssl", {
|
||||
boolean: true,
|
||||
|
Loading…
Reference in New Issue
Block a user