diff --git a/markdown/docs/tools/cli/usage.md b/markdown/docs/tools/cli/usage.md index a2e143562242..a7f9f788d249 100644 --- a/markdown/docs/tools/cli/usage.md +++ b/markdown/docs/tools/cli/usage.md @@ -428,7 +428,7 @@ Generates whatever you want using templates compatible with AsyncAPI Generator. USAGE $ asyncapi generate fromTemplate ASYNCAPI TEMPLATE [-h] [-d ...] [--no-interactive] [-i] [--debug] [-n ...] [-o ] [--force-write] [-w] [-p ...] [--map-base-url ] [--registry-url ] [--registry-auth - ] [--registry-token ] [--use-new-generator] + ] [--registry-token ] [--proxyHost ] [--proxyPort ] [--use-new-generator] ARGUMENTS ASYNCAPI - Local path, url or context-name pointing to AsyncAPI file @@ -454,6 +454,8 @@ FLAGS username and password --registry-url= [default: https://registry.npmjs.org] Specifies the URL of the private registry for fetching templates and dependencies + --proxyHost= Name of the ProxyHost + --proxyPort= Port number number for the proxyHost. --use-new-generator Use v2 generator, for generating from newer templates DESCRIPTION @@ -477,7 +479,7 @@ USAGE [--csharpAutoImplement] [--csharpNewtonsoft] [--csharpArrayType Array|List] [--csharpHashcode] [--csharpEqual] [--csharpSystemJson] [--javaIncludeComments] [--javaJackson] [--javaConstraints] [--javaArrayType Array|List] [--pyDantic] [--no-interactive] [--log-diagnostics] [--diagnostics-format - json|stylish|junit|html|text|teamcity|pretty] [--fail-severity error|warn|info|hint] + json|stylish|junit|html|text|teamcity|pretty] [--proxyHost ] [--proxyPort ] [--fail-severity error|warn|info|hint] ARGUMENTS LANGUAGE (typescript|csharp|golang|java|javascript|dart|python|rust|kotlin|php|cplusplus|scala) The language you want @@ -528,6 +530,8 @@ FLAGS --tsModuleSystem=