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!
Right now, there's `asyncapi new glee` and `asyncapi new project`. Both are doing the same thing. Shall we get rid of the latter?
### Describe the bug. npm install fails in new glee project for missing python I use asyncapi/cli image as poor man’s dev container in assumption that the image brings me...
#### Reason/Context Please try answering few of those questions - The CLI is totally unusable behind a proxy #### Description Please try answering few of those questions - The best...
**Description** - This pull request introduces new flags in the `asyncapi generate fromTemplate` command, in order to support [private registry options](https://www.asyncapi.com/docs/tools/generator/using-private-template) such that user can pass custom `registry.url` and specific...
#### Reason/Context ##### Why we need this improvement? A very common use-case when generating model is the serialization/deserialization to/from json. Currently this is not covered by the cli even tough...
#### Describe the bug `asyncapi help` is not recognized as a command. The functionality for the help is working with `asyncapi --help` but the recommendation says to use `asyncapi help`...
#### Describe the bug Parallel execution mulitple generate command ``` for file in "${files[@]}" do asyncapi generate fromTemplate $file.json @asyncapi/html-template --param singleFile=true outFilename=$file.html --output ./generate --force-write & done wait ```...
**Description** Currently, it's hard to utilize the full feature suite of Modelina, because they are hidden behind callbacks (to allow full customization of model rendering). To enable these features we...
#### Reason/Context Many optional yet valuable parameters in the Async API specification can improve the developer experience. Like `example`, `description`, `format`, etc. When working with many specifications, I was asked,...
### Reason/Context This Issue is used to track changes needed to support AsyncAPI v3. As a code owner, please edit this list of TODO tasks in order to properly track...