From 1f4cfedc38fb0dcb8b9b3bc02c2005149151b5bc Mon Sep 17 00:00:00 2001 From: Bert Verhelst Date: Thu, 1 Aug 2019 10:14:13 +0200 Subject: [PATCH] docs: add docs:generating multiple schemas at once --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e09d79..baafc71 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,9 @@ Options: -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 + postgres. Specify multiple schemas at once by providing + a comma separated list. + eg: -s scheme1, scheme2, scheme3 --ssl [boolean] [default: false] --noConfig Doesn't create tsconfig.json and ormconfig.json [boolean] [default: false]