-
-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,13 +32,13 @@ npm install -g @asyncapi/cli | |
|
||
Generate using CLI | ||
|
||
> If you use template version v1 or v2 | ||
> If you use template version v1 or v2 with AsyncAPI Generator v1 | ||
```bash | ||
asyncapi generate fromTemplate <asyncapi.yaml> @asyncapi/[email protected] | ||
``` | ||
|
||
> If you use template version v3 | ||
> If you use template version v3 with AsyncAPI Generator v2 | ||
```bash | ||
asyncapi generate fromTemplate <asyncapi.yaml> @asyncapi/[email protected] --use-new-generator | ||
|