cli
cli copied to clipboard
CLI to work with your AsyncAPI files. You can validate them and in the future use a generator and even bootstrap a new file. Contributions are welcomed!
#### Describe the bug TypeScript error when run generation from template/ #### How to Reproduce 1. Install node (tested with 16 and 18) 2. Install latest cli 3. Checkout asyncapi/java-spring-template...
**Description** - ... - ... - ... **Related issue(s)** Fixes #764
#### Describe the bug When installed as debian package "asyncapi generate fromTemplate asyncapi.yaml @asyncapi/html-template" silently returns 1. #### How to Reproduce Install debian package. I'm on Mint 21, so it...
#### Reason/Context I have been wondering for some time whether it's possible for us to do micro-CLIs for each individual tool, and then bundle them all together in the AsyncAPI...
#### Reason/Context Modelina is approaching v2, while there is no breaking changes in it's API, the output models will be a breaking change for anyone who has generated models from...
#### Describe the bug I use docs command for generating docs ``` docker run --rm -it \ -v ${PWD}/docks.yaml:/app/asyncapi.yml \ -v ${PWD}/output:/app/output \ asyncapi/cli generate fromTemplate -o /app/output /app/asyncapi.yml @asyncapi/html-template...
**Description** - ... - ... - ... **Related issue(s)** #559
@asyncapi/cli is the only dependency in our project that depends on packages with vulnerabilities according to npm audit. Is upgrading to rely only on patched versions of dependencies a goal...
#### Reason/Context - What is the motivation? On installation of any package, I think it's a good practice to have a way for users to check installation using the checking...
**Description** This PR will introduce the following improvements: - upgrade the template to v3. - improve it's docs.