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 68aed82 commit 420bf00Copy full SHA for 420bf00
.github/scripts/split_spec.sh
@@ -2,7 +2,10 @@
2
set -eou pipefail
3
4
echo "Running FOAS CLI versions command"
5
-foascli versions -s openapi-foas.json -o ./openapi/v2/versions.json --env "${target_env:?}"
+foascli versions -s openapi-foas.json -o ./openapi/v2/versions.json --env "${target_env:?}" --stability-level stable
6
+
7
+echo "Running FOAS CLI versions command for preview"
8
+foascli versions -s openapi-foas.json -o ./openapi/preview/versions.json --env "${target_env:?}" --stability-level preview
9
10
echo "Running FOAS CLI split command with the following --env=${target_env:?} and -o=./openapi/v2/openapi.json"
11
0 commit comments