"update" command referenced in the readme doesn't exists
cdman opened this issue · 2 comments
Describe the bug
The readme gives examples with openapi-python-client update. However, running that results in an error: No such command 'update'.. Should the command be added or the readme updated?
An alternative is to use th generate command with --overwrite (if you're comfortable with the "just overwrite the existing files" types of update).
Desktop (please complete the following information):
- OS: Debian 12 (bookworm)
- Python Version: 3.11.2
- openapi-python-client version: 0.21.1 (latest form PyPI)
I thought we got rid of all the references to the old update command. Can you point me at (or make a PR to remove) the remaining residue?
It's in your README file (https://github.com/openapi-generators/openapi-python-client/blob/main/README.md) - search for "openapi-python-client update" in it. Which then gets propagated to PyPI: https://pypi.org/project/openapi-python-client/