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 3d53b56 commit 91881d9Copy full SHA for 91881d9
.github/scripts/split_spec.sh
@@ -1,12 +1,6 @@
1
#!/usr/bin/env bash
2
set -eou pipefail
3
4
-#########################################################
5
-# Run foas cli to split the openapi file
6
-# Variables:
7
-# target_env - target environment to split the openapi file
8
9
-
10
echo "Running FOAS CLI versions command"
11
foascli versions -s openapi-foas.json -o ./openapi/v2/versions.json --env "${target_env:?}" --stability-level stable --stability-level preview
12
0 commit comments