-
-
Notifications
You must be signed in to change notification settings - Fork 382
docs: remove --use-new-generator flag from Generator docs
#1910
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
a30031e
d03bce5
a36e915
9f3e2ac
8eeff12
fd4b74c
3174c95
c23be9a
c14dd06
063dc8a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,10 +18,10 @@ It is better to lock a specific version of the template and the generator if you | |
| Generate HTML with the latest AsyncAPI CLI using the html-template. | ||
| ``` | ||
| npm install -g @asyncapi/cli | ||
| asyncapi generate fromTemplate asyncapi.yaml @asyncapi/html-template@3.0.0 --use-new-generator | ||
| asyncapi generate fromTemplate asyncapi.yaml @asyncapi/html-template@3.0.0 | ||
| ``` | ||
|
|
||
| > AsyncAPI CLI has multiple versions of the generator, and to use the latest version, you may need to pass the `--use-new-generator` flag. For more details you can also check [asyncapi generate fromTemplate ASYNCAPI TEMPLATE](https://www.asyncapi.com/docs/tools/cli/usage#asyncapi-generate-fromtemplate-asyncapi-template) | ||
| > AsyncAPI CLI has multiple versions of the generator. For more details you can also check [asyncapi generate fromTemplate ASYNCAPI TEMPLATE](https://www.asyncapi.com/docs/tools/cli/usage#asyncapi-generate-fromtemplate-asyncapi-template) | ||
|
||
|
|
||
| Generate HTML using a particular version of the AsyncAPI CLI using the html-template. | ||
|
|
||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.