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!
**Description** Added a new format command. used [js-yaml](https://www.npmjs.com/package/js-yaml) which was already a dependency. -f flag defines the output format. if -o flag is provided writes output to a file, else...
Fixes #1419 ### Description - [x] Adding Format Command - [ ] Adding Tests
### Why do we need this improvement? There are multiple formats of the asyncapi file that are yaml or JSON or yml. Need a separate commands to covert yaml to...
**Description**  This is happening because of the spinner, and some kind of internal process using reify. One way is that we can remove the spinner for the `--use-new-generator` flag....
**Description** Added UI/UX improvements to config commands and subcommands. The changed commands will look as follows: Fixes: #1380            **Related...
Inspired by the insights shared by @Amzani in the article [How to Build an Awesome Developer Experience](https://pragmaticapi.substack.com/p/how-to-build-an-awesome-developer), I propose a project aimed at significantly enhancing the developer experience (DX) for...
I'm afraid there might be issues with implementation in https://github.com/asyncapi/cli/pull/1513 as it assumes kinda that v2 is the last major generator version. `--use-new-generator` scares me 😄 and generating without it,...
 Added the short description for start command. **Description** **Related issue(s)** #1534
**Description** - Added UI Improvements for `start` commands -  **Related issue(s)** Resolves #1384
**Description** - Added UI Functionality Chnges in the Optimize Command -  -  -  **Related issue(s)** Resolves #1383