openapi-python-client icon indicating copy to clipboard operation
openapi-python-client copied to clipboard

Use an ignore file to avoid regenerating pieces instead of a separate `update` command.

Open dbanty opened this issue 4 years ago • 0 comments

Is your feature request related to a problem? Please describe. Several folks have indicated issues that could be solved by instructing openapi-python-client to ignore files. This could also greatly simplify the interface since the separate update command wouldn't be necessary, you'd just tell it to not update the files you don't want it to (e.g. README.md).

Describe the solution you'd like Similar behavior to the openapitools generator where a .gitignore-style file will be automatically read from an existing directory and respected.

dbanty avatar Sep 05 '21 21:09 dbanty