Skip to content

Instantly share code, notes, and snippets.

@timvw
Created May 13, 2024 07:54
Show Gist options
  • Save timvw/297e4e1b5728d08f9102eafef93a0882 to your computer and use it in GitHub Desktop.
Save timvw/297e4e1b5728d08f9102eafef93a0882 to your computer and use it in GitHub Desktop.
Generate python openapi client
docker run \
-v $PWD:/local \
openapitools/openapi-generator-cli generate \
-i /local/myapplication/stacks/apis/my_api.yaml \
-g python \
-o /local/target/openapi/python
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment