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 6b2dee3 commit 3286e76Copy full SHA for 3286e76
libs/client_infinity/run_generate_with_hook.sh
@@ -34,10 +34,11 @@ python -m pip install openapi-python-client==0.21.1 && \
34
openapi-python-client generate \
35
--url http://0.0.0.0:7993/openapi.json \
36
--config client_config.yaml \
37
- --overwrite \
38
- --custom-template-path=./template
+ --meta poetry \
+ --overwrite \
39
+ --custom-template-path=./template
40
41
# copy the readme to docs
42
cp ./template/vision_client.py ./infinity_client/infinity_client/vision_client.py
43
cp ./infinity_client/README.md ./../../docs/docs/client_infinity.md
-# Cleanup will be called due to the trap
44
+# Cleanup will be called due to the trap
0 commit comments