diff --git a/docs/generators.html b/docs/generators.html index e72793bed47..da8474a2b55 100644 --- a/docs/generators.html +++ b/docs/generators.html @@ -63,142 +63,132 @@ } });

Generators List

The following generators are available:

+

CLIENT generators

+

SERVER generators

+

DOCUMENTATION generators

+

SCHEMA generators

+

CONFIG generators

-
Last updated on 2019-8-8
\ No newline at end of file +
Last updated on 2019-8-12
Release Notes: 3.0.0
\ No newline at end of file diff --git a/docs/generators/index.html b/docs/generators/index.html index e72793bed47..da8474a2b55 100644 --- a/docs/generators/index.html +++ b/docs/generators/index.html @@ -63,142 +63,132 @@ } });

Generators List

The following generators are available:

+

CLIENT generators

+

SERVER generators

+

DOCUMENTATION generators

+

SCHEMA generators

+

CONFIG generators

-
Last updated on 2019-8-8
\ No newline at end of file +
Last updated on 2019-8-12
Release Notes: 3.0.0
\ No newline at end of file diff --git a/docs/usage.html b/docs/usage.html index 10ecc3dc424..b8f23b3f8cf 100644 --- a/docs/usage.html +++ b/docs/usage.html @@ -89,9 +89,15 @@ NAME openapi-generator-cli list - Lists the available generators SYNOPSIS - openapi-generator-cli list [(-s | --short)] + openapi-generator-cli list [(-i <include> | --include <include>)] + [(-s | --short)] OPTIONS + -i <include>, --include <include> + comma-separated list of stability indexes to include (value: + all,beta,stable,experimental,deprecated). Excludes deprecated by + default. + -s, --short shortened output (suitable for scripting) @@ -223,13 +229,14 @@ Errors:

Although not documented in the help output, the CLI offers a completion command, which can be used for auto-completion.

This command takes one or more parameters representing the args list you would otherwise pass to openapi-generator. For example:

openapi-generator completion config-help
---named-header
 -o
 --output
+--named-header
 -g
 --generator-name
--l
---lang
+-f
+--format
+--markdown-header
 

An example bash completion script can be found in the repo at scripts/openapi-generator-cli-completion.bash.

generate

@@ -509,4 +516,4 @@ The name of the file should be config.yml or config.yamlopenapi-generator generate -i petstore.yaml -g typescript-fetch -o out \ -c config.yaml -
Last updated on 2019-8-11
OnlineUsing Templates
\ No newline at end of file +
Last updated on 2019-8-12
OnlineUsing Templates
\ No newline at end of file diff --git a/docs/usage/index.html b/docs/usage/index.html index 10ecc3dc424..b8f23b3f8cf 100644 --- a/docs/usage/index.html +++ b/docs/usage/index.html @@ -89,9 +89,15 @@ NAME openapi-generator-cli list - Lists the available generators SYNOPSIS - openapi-generator-cli list [(-s | --short)] + openapi-generator-cli list [(-i <include> | --include <include>)] + [(-s | --short)] OPTIONS + -i <include>, --include <include> + comma-separated list of stability indexes to include (value: + all,beta,stable,experimental,deprecated). Excludes deprecated by + default. + -s, --short shortened output (suitable for scripting) @@ -223,13 +229,14 @@ Errors:

Although not documented in the help output, the CLI offers a completion command, which can be used for auto-completion.

This command takes one or more parameters representing the args list you would otherwise pass to openapi-generator. For example:

openapi-generator completion config-help
---named-header
 -o
 --output
+--named-header
 -g
 --generator-name
--l
---lang
+-f
+--format
+--markdown-header
 

An example bash completion script can be found in the repo at scripts/openapi-generator-cli-completion.bash.

generate

@@ -509,4 +516,4 @@ The name of the file should be config.yml or config.yamlopenapi-generator generate -i petstore.yaml -g typescript-fetch -o out \ -c config.yaml -
Last updated on 2019-8-11
\ No newline at end of file +
Last updated on 2019-8-12
\ No newline at end of file