@@ -115,7 +115,7 @@ Initially the file has the following content:
115
115
" $schema" : " node_modules/@openapitools/openapi-generator-cli/config.schema.json" ,
116
116
" spaces" : 2 ,
117
117
" generator-cli" : {
118
- " version" : " 4.3.1 " // or the current latest version ;)
118
+ " version" : " 7.8.0 " // or the current latest version ;)
119
119
}
120
120
}
121
121
```
@@ -124,7 +124,7 @@ This configuration indicates the following:
124
124
125
125
- the json file shall be formatted using ** 2 spaces**
126
126
- the jar files shall be downloaded to * ./my/custom/storage/dir*
127
- - the generator-cli version 4.3.1 is used
127
+ - the generator-cli version 7.8.0 is used
128
128
129
129
Further it is also possible to configure generators, for example:
130
130
@@ -133,7 +133,7 @@ Further it is also possible to configure generators, for example:
133
133
" $schema" : " node_modules/@openapitools/openapi-generator-cli/config.schema.json" ,
134
134
" spaces" : 2 ,
135
135
" generator-cli" : {
136
- " version" : " 4.3.1 " ,
136
+ " version" : " 7.8.0 " ,
137
137
" storageDir" : " ~/my/custom/storage/dir" , // optional
138
138
" generators" : { // optional
139
139
" v2.0" : { // any name you like (just printed to the console log or reference it using --generator-key)
@@ -185,7 +185,7 @@ If you're using a private maven registry you can configure the `downloadUrl` and
185
185
"$schema" : " node_modules/@openapitools/openapi-generator-cli/config.schema.json" ,
186
186
"spaces" : 2 ,
187
187
"generator-cli" : {
188
- "version" : " 5.3 .0" ,
188
+ "version" : " 7.8 .0" ,
189
189
"repository" : {
190
190
"queryUrl" : " https://private.maven.intern/solrsearch/select?q=g:${group.id}+AND+a:${artifact.id}&core=gav&start=0&rows=200" ,
191
191
"downloadUrl" : " https://private.maven.intern/maven2/${groupId}/${artifactId}/${versionName}/${artifactId}-${versionName}.jar"
@@ -231,7 +231,7 @@ more information about the possible arguments and a detailed usage manual of the
231
231
232
232
``` sh
233
233
npm install @openapitools/openapi-generator-cli@previous
234
- npm i @openapitools/
[email protected]
234
+ npm i @openapitools/
[email protected]
235
235
```
236
236
237
237
or using yarn
0 commit comments