Tell openapi-python-client update
to not change certain folders/packages
#812
Replies: 4 comments
-
Looks like this line could be replaced https://github.com/openapi-generators/openapi-python-client/blob/main/openapi_python_client/__init__.py#L130 with something that either:
|
Beta Was this translation helpful? Give feedback.
-
here's a short proof of concept: |
Beta Was this translation helpful? Give feedback.
-
Related to #454 I think |
Beta Was this translation helpful? Give feedback.
-
Absolutely related, thanks for pointing out. Happy to try and take my proof concept across the finish line, but also not sure what the desired developer experience is. I do like the "ignore" terminology in #454, for what it's worth. |
Beta Was this translation helpful? Give feedback.
-
When I run:
A custom folder,
util
is deleted.I'd like to have an option where
update
will ignore the util folder.I've considered somehow bundling the
util
folder outside of the package, but I really want something where it's straightforward to distribute some higher level code built on top of the really nice generated code.Beta Was this translation helpful? Give feedback.
All reactions