diff --git a/markdown/docs/tools/cli/usage.md b/markdown/docs/tools/cli/usage.md index 3cd13ba8c041..55855a4f710d 100644 --- a/markdown/docs/tools/cli/usage.md +++ b/markdown/docs/tools/cli/usage.md @@ -58,6 +58,7 @@ USAGE * [`asyncapi new`](#asyncapi-new) * [`asyncapi new file`](#asyncapi-new-file) * [`asyncapi new glee`](#asyncapi-new-glee) +* [`asyncapi new template`](#asyncapi-new-glee) * [`asyncapi optimize [SPEC-FILE]`](#asyncapi-optimize-spec-file) * [`asyncapi start`](#asyncapi-start) * [`asyncapi start studio`](#asyncapi-start-studio) @@ -634,6 +635,24 @@ DESCRIPTION _See code: [src/commands/new/glee.ts](https://github.com/asyncapi/cli/blob/v2.0.3/src/commands/new/glee.ts)_ +## `asyncapi new template` + +Creates a new template + +``` +USAGE + $ asyncapi new glee [-h] [-n ] [-t ] [-renderer ] + +FLAGS + -h, --help Show CLI help. + -n, --name= [default: project] Name of the Project + -t, --template= [default: default] Name of the Template + -r --renderer= [default: react] Name of the renderer engine + +DESCRIPTION + Creates a new template project +``` + ## `asyncapi optimize [SPEC-FILE]` optimize asyncapi specification file