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 f20a0b4 commit 9b78e8fCopy full SHA for 9b78e8f
build-sdk.sh
@@ -2,4 +2,4 @@
2
python3 -m pip install openapi-python-client;
3
version=$(yq '.info.version' open-api-spec.yml);
4
rm -rf ./guard-rails-api-client;
5
-openapi-python-client generate --path ./open-api-spec.yml --meta setup;
+openapi-python-client generate --config ./config.json --path ./open-api-spec.yml --meta setup;
config.json
@@ -0,0 +1,3 @@
1
+{
+ "package_version_override": "0.0.2"
+}
0 commit comments