Skip to content

Commit 3dce9aa

Browse files
Merge branch 'main' into fix-allof-behaviour
2 parents dcf5733 + caf6814 commit 3dce9aa

File tree

2 files changed

+41
-4
lines changed

2 files changed

+41
-4
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ This will generate a new client library named based on the title in your OpenAPI
4848
of your API is "My API", the expected output will be "my-api-client". If a folder already exists by that name, you'll
4949
get an error.
5050

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+
5155
### Update an existing client
5256

5357
`openapi-python-client update --url https://my.api.com/openapi.json`

poetry.lock

+37-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)