1
1
# ` openapi-python-client `
2
2
3
- Generate a Python client from an OpenAPI JSON document
3
+ Generate a Python client from an OpenAPI JSON document
4
4
5
5
** Usage** :
6
6
@@ -10,20 +10,20 @@ $ openapi-python-client [OPTIONS] COMMAND [ARGS]...
10
10
11
11
** Options** :
12
12
13
- * ` --version ` : Print the version and exit
14
- * ` --config PATH ` : Path to the config file to use
15
- * ` --install-completion ` : Install completion for the current shell.
16
- * ` --show-completion ` : Show completion for the current shell, to copy it or customize the installation.
17
- * ` --help ` : Show this message and exit.
13
+ - ` --version ` : Print the version and exit
14
+ - ` --config PATH ` : Path to the config file to use
15
+ - ` --install-completion ` : Install completion for the current shell.
16
+ - ` --show-completion ` : Show completion for the current shell, to copy it or customize the installation.
17
+ - ` --help ` : Show this message and exit.
18
18
19
19
** Commands** :
20
20
21
- * ` generate ` : Generate a new OpenAPI Client library
22
- * ` update ` : Update an existing OpenAPI Client library
21
+ - ` generate ` : Generate a new OpenAPI Client library
22
+ - ` update ` : Update an existing OpenAPI Client library
23
23
24
24
## ` openapi-python-client generate `
25
25
26
- Generate a new OpenAPI Client library
26
+ Generate a new OpenAPI Client library
27
27
28
28
** Usage** :
29
29
@@ -33,13 +33,13 @@ $ openapi-python-client generate [OPTIONS]
33
33
34
34
** Options** :
35
35
36
- * ` --url TEXT ` : A URL to read the JSON from
37
- * ` --path PATH ` : A path to the JSON file
38
- * ` --help ` : Show this message and exit.
36
+ - ` --url TEXT ` : A URL to read the JSON from
37
+ - ` --path PATH ` : A path to the JSON file
38
+ - ` --help ` : Show this message and exit.
39
39
40
40
## ` openapi-python-client update `
41
41
42
- Update an existing OpenAPI Client library
42
+ Update an existing OpenAPI Client library
43
43
44
44
** Usage** :
45
45
@@ -49,7 +49,6 @@ $ openapi-python-client update [OPTIONS]
49
49
50
50
** Options** :
51
51
52
- * ` --url TEXT ` : A URL to read the JSON from
53
- * ` --path PATH ` : A path to the JSON file
54
- * ` --help ` : Show this message and exit.
55
-
52
+ - ` --url TEXT ` : A URL to read the JSON from
53
+ - ` --path PATH ` : A path to the JSON file
54
+ - ` --help ` : Show this message and exit.
0 commit comments