Skip to content

Commit 2462a45

Browse files
authored
docs(cli): update latest cli documentation (#3929)
1 parent 5dd1d3d commit 2462a45

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Diff for: markdown/docs/tools/cli/usage.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -635,24 +635,22 @@ _See code: [src/commands/new/glee.ts](https://github.com/asyncapi/cli/blob/v2.16
635635

636636
## `asyncapi new template`
637637

638-
Creates a new template
638+
Creates a new template using React render engine
639639

640640
```
641641
USAGE
642-
$ asyncapi new template [-h] [-n <value>] [-t <value>] [-f <value>] [--force-write] [-r <value>]
642+
$ asyncapi new template [-h] [-n <value>] [-t <value>] [-f <value>] [--force-write]
643643
644644
FLAGS
645645
-f, --file=<value> The path to the AsyncAPI file for generating a template.
646646
-h, --help Show CLI help.
647647
-n, --name=<value> [default: project] Name of the Project
648-
-r, --renderer=<value> [default: react] Creating a template for particular engine, Its value can be either react or
649-
nunjucks.
650648
-t, --template=<value> [default: default] Name of the Template
651649
--force-write Force writing of the generated files to given directory even if it is a git repo with unstaged
652650
files or not empty dir (defaults to false)
653651
654652
DESCRIPTION
655-
Creates a new template
653+
Creates a new template using React render engine
656654
```
657655

658656
_See code: [src/commands/new/template.ts](https://github.com/asyncapi/cli/blob/v2.16.4/src/commands/new/template.ts)_

0 commit comments

Comments
 (0)