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!
### Why do we need this improvement? There is some error that occurs sporadically when running tests on CI since some days ago, always during the [Test NodeJS PR -...
### Why do we need this improvement? In the current version of the generator, we can pull the templates from the private registory Reference: https://www.asyncapi.com/docs/tools/generator/using-private-template It would be good if...
### Describe the bug. The CLI tool now accepts asyncapi bundle for v3 documents (thanks to fix of issue https://github.com/asyncapi/cli/issues/1137). However, it does not work as I expected, but of...
Related to #1214
### Why do we need this improvement? Optimizer 1.0.0 Supports [ignoring the schemas](https://github.com/asyncapi/optimizer?tab=readme-ov-file#applying-the-suggested-changes. I think I make sense that we introduce a new flag to the optimize flag to in...
### Why do we need this improvement? In Modelina we can change the default collection type from array to List in Java. The CLI should allow the same. ### How...
### Why do we need this improvement? It would be good if we can add progress bar when we execute following command to make CLI more user attractive and increase...
**Description** - Fixes missing assertion on spec to be `true` in `bundle.test.ts`. Existing tests also failing. - Replicates the problem described in #1323 **Related issue(s)** Replicates #1323
### Describe the bug. Some users reports that CLI installation takes a lot of time: https://asyncapi.slack.com/archives/C34F2JV0U/p1713883101267059 We need to investigate ### Expected behavior Installation time < 30s ### Screenshots https://asyncapi.slack.com/archives/C34F2JV0U/p1713883101267059...
### Why do we need this improvement? Introducing new command that helps to format the asyncapi document with the help of CLI that help to reduce the errors as well...