We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b719316 commit c1c29ebCopy full SHA for c1c29eb
README.md
@@ -48,6 +48,10 @@ This will generate a new client library named based on the title in your OpenAPI
48
of your API is "My API", the expected output will be "my-api-client". If a folder already exists by that name, you'll
49
get an error.
50
51
+If you have an `openapi.json` file available on disk, in any CLI invocation you can build off that instead by replacing `--url` with a `--path`:
52
+
53
+`openapi-python-client generate --path location/on/disk/openapi.json`
54
55
### Update an existing client
56
57
`openapi-python-client update --url https://my.api.com/openapi.json`
0 commit comments