Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubFrejlach committed Dec 11, 2024
1 parent 0908824 commit 4f4dcfb
Show file tree
Hide file tree
Showing 4 changed files with 235 additions and 139 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ ref=master
update:
@echo "Updating bindings python client"
cd $(package_dir) \
&& $(openapi-python-client) update --path openapi_schema.yml \
&& $(openapi-python-client) generate --overwrite --path openapi_schema.yml \
--config $(shell pwd)/$(package_dir)bindings_config.yml \
--custom-template-path templates
--custom-template-path templates_0.22.0
touch $(bindings_dir)__init__.py

create:
@echo "Creating bindings python client"
cd $(package_dir) \
&& $(openapi-python-client) generate --path openapi_schema.yml \
--config $(shell pwd)/$(package_dir)bindings_config.yml \
--custom-template-path templates
--custom-template-path templates_0.22.0
touch $(bindings_dir)__init__.py


Expand Down
Loading

0 comments on commit 4f4dcfb

Please sign in to comment.