We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 133e2a7 commit 7ca0c02Copy full SHA for 7ca0c02
.github/scripts/split_spec.sh
@@ -13,6 +13,7 @@ foascli split -s openapi-foas.json --env "${target_env:?}" -o ./openapi/v2/opena
13
foascli filter -s openapi-foas.json --env "${target_env:?}" -o ./openapi/v2.json --format all
14
15
# Moves the unfiltered OAS to the raw folder
16
+mkdir -p ./openapi/.raw
17
mv -f "openapi-foas.json" "./openapi/.raw/v2.json"
18
mv -f "openapi-foas.yaml" "./openapi/.raw/v2.yaml"
19
0 commit comments