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 94e821f commit 4d1cf96Copy full SHA for 4d1cf96
.github/scripts/split_spec.sh
@@ -10,7 +10,7 @@ echo "Running FOAS CLI split command with the following --env=${target_env:?} an
10
foascli split -s openapi-foas.json --env "${target_env:?}" -o ./openapi/v2/openapi.json --format all
11
12
# Filters out the current foas, removing all extensions that are not related with versioning
13
-foascli filter -s openapi-foas.json --env "${target_env:?}" -o ./openapi/v2/v2.json --format all
+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
mv -f "openapi-foas.json" "./openapi/.raw/v2.json"
0 commit comments