-
-
Notifications
You must be signed in to change notification settings - Fork 181
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
generator features #9
Comments
This issue has been automatically marked as stale because it has not had recent activity 😴 |
This issue has been automatically marked as stale because it has not had recent activity 😴 |
Still valid. We need the generator commands in our cli. |
This issue has been automatically marked as stale because it has not had recent activity 😴 It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation. There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model. Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here. Thank you for your patience ❤️ |
I'd suggest some improvements to the
Sure enough, I'm currently referring to a GitHub repo instead of an NPM, but either way the UX can be improved.
And I can assure you it's nothing wrong with my powerful workstation. 😊 That's the moment when I'd like to have this generator preps done once and have a better response time. Hope it helps! Thanks! |
This issue has been automatically marked as stale because it has not had recent activity 😴 It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation. There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model. Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here. Thank you for your patience ❤️ |
🎉 This issue has been resolved in version 0.24.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
…-docs docs: metrics collection markdown file
CLI will be porting all the functionalities from the generator CLI, so as of now the supported options and commands by the generator CLI are
arguments
<asyncapi> <template>
<asyncapi>
- path to the asyncapi file<template>
- template nameOptions
-d, --disable-hook [hooks...]
disable a specific hook type or hooks from a given hook type--debug
to enable specific errors in the console-i, --install
installs the template and its dependencies (defaults to false)-n, --no-overwrite <glob>
glob or path of the file(s) to skip when regenerating-o, --output <outputDir>
directory where to put the generated files (defaults to current directory)-p, --param <name=value>
additional param to pass to templates--force-write
force writing of the generated files to given directory even if it is a git repo with unstaged files or not empty dir (defaults to false)--watch-template
watches the template directory and the AsyncAPI document, and re-generate the files when changes occur. Ignores the output directory.--map-base-url <url:folder>
maps all schema references from base url to local folderThe text was updated successfully, but these errors were encountered: