You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://join.slack.com/t/openapi-generator/shared_invite/zt-12jxxd7p2-XUeQM~4pzsU9x~eGLQqX2g)
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (both 2.0 and 3.0 are supported). Please see [OpenAPITools/openapi-generator]
9
18
10
19
---
11
20
12
-
This project checks the [maven repository](https://mvnrepository.com/artifact/org.openapitools/openapi-generator-cli)
13
-
once a day for a new version and will publish this new version automatically as a python package.
21
+
This project checks the [maven repository] once a day for a new version and will publish this new version automatically as a python package.
14
22
15
23
## Installation
16
24
25
+
You must have the `java` binary executable available on your PATH for this to work. (JDK 11 is the minimal version supported. To install OpenJDK, please visit <https://adoptium.net/>)
26
+
17
27
You can install the package either in a virtual environment or globally.
After installation `openapi-generator` command will be available in your virtual environment or globally
28
-
depending on your installation
37
+
After installation `openapi-generator-cli` command will be available in your virtual environment or globally depending on your installation.
29
38
30
39
To check the version, for example. Type the following command
31
40
32
41
```sh
33
42
# this will print the correct version number
34
-
openapi-generator version
43
+
openapi-generator-cli version
35
44
```
36
45
37
46
## Further Documentation
38
47
39
-
Please refer to the [official openapi-generator docs](https://github.com/OpenAPITools/openapi-generator#3---usage) for
40
-
more information about the possible arguments and a detailed usage manual of the command line interface.
48
+
Please refer to the [official openapi-generator docs] for more information about the possible arguments and a detailed usage manual of the command line interface.
0 commit comments