Created
May 13, 2024 07:54
-
-
Save timvw/297e4e1b5728d08f9102eafef93a0882 to your computer and use it in GitHub Desktop.
Generate python openapi client
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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