@@ -32,6 +32,7 @@ Options:
3232 --verbose, -v [default: false]
3333 --help Show help [boolean]
3434 --sample sample JSON to validate [string] [default: "sample.json"]
35+ --ctoSystem system model to be used [string]
3536 --ctoFiles array of CTO files [array] [default: "."]
3637```
3738
@@ -49,6 +50,7 @@ Options:
4950 --version Show version number [boolean]
5051 --verbose, -v [default: false]
5152 --help Show help [boolean]
53+ --ctoSystem system model to be used [string]
5254 --ctoFiles array of CTO files [array] [default: "."]
5355 --format format of the code to generate
5456 [string] [default: "JSONSchema"]
@@ -101,10 +103,11 @@ concerto get
101103save local copies of external model dependencies
102104
103105Options:
104- --version Show version number [boolean]
106+ --version Show version number [boolean]
105107 --verbose, -v [default: false]
106- --help Show help [boolean]
107- --ctoFiles array of local CTO files [array] [default: "."]
108- --out output directory path [string] [default: "./"]
108+ --help Show help [boolean]
109+ --ctoFiles array of local CTO files [array] [default: "."]
110+ --ctoSystem system model to be used [string]
111+ --outputDirectory output directory path [string] [default: "./"]
109112```
110113
0 commit comments