File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
plugins/orchestrator-common Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 48
48
},
49
49
"devDependencies" : {
50
50
"@backstage/cli" : " 0.26.4" ,
51
- "@hey-api/openapi-ts" : " 0.34.5"
51
+ "@hey-api/openapi-ts" : " 0.34.5" ,
52
+ "@openapitools/openapi-generator-cli" : " 2.7.0" ,
53
+ "js-yaml-cli" : " 0.6.0"
52
54
}
53
55
}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ openapi_generate() {
19
19
awk ' /\/{\(.*?\)}\/g/ {print $0 " // NOSONAR"} !/\/{\(.*?\)}\/g/ {print}' " ${REQ_FILE} " > ${TMPFILE} && mv ${TMPFILE} " ${REQ_FILE} "
20
20
21
21
# Docs generation
22
- npx --yes @openapitools/openapi-generator-cli@v2.13.1 generate -g asciidoc -i ./src/openapi/openapi.yaml -o ./src/generated/docs/index.adoc
22
+ npx --yes @openapitools/openapi-generator-cli@v2.7.0 generate -g asciidoc -i ./src/openapi/openapi.yaml -o ./src/generated/docs/index.adoc
23
23
24
24
npx --yes
[email protected] -- yaml2json -f
${OPENAPI_SPEC_FILE}
25
25
You can’t perform that action at this time.
0 commit comments