openapi-generators / openapi-python-client

Generate modern Python clients from OpenAPI
MIT License
1.28k stars 197 forks source link

bug: the `openapi-python-client update` command not working #1057

Closed ysemennikov closed 3 months ago

ysemennikov commented 3 months ago

Describe the bug The openapi-python-client update not working.

The error I get:

 No such command 'update'.

openapi-python-client --help returns this: image

So it seems like the update command doesn't exist.

Desktop (please complete the following information):

dbanty commented 3 months ago

I forgot to update the readme 🤦. That command has, in fact, been removed: https://github.com/openapi-generators/openapi-python-client/releases/tag/v0.21.0

dbanty commented 3 months ago

README updated! Let me know if you see any other stale references to that update command. Also, if you're missing something that update did, please open a discussion (or comment/vote on an existing one) for the feature you need.