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 To me it is unclear how you use `asyncapi start`. #### How to Reproduce 1. Run command `asyncapi` 2. you see the command explanation `start Start...
### Why do we need this improvement? We need to include `source` metadata as a unique identifier for every file handled in CLI when collecting metrics for the commands executed....
### Why do we need this improvement? We need @oclif/core V3 instead of V1: - To enable the new Architecture https://github.com/asyncapi/cli/pull/1200 and more specifically be able to use, this kind...
Hey Folks, I suggest @Amzani as code owner, I want to: - Support current maintainers - Enhance CLI [Developer Experience](https://github.com/asyncapi/community/pull/1088) - Increase the number of maintainers
## Why this issue? https://sonarcloud.io/project/issues?resolved=false&id=asyncapi_cli&open=AYnVPAwc2dO9nyWI8Jp4&tab=why ## Where's the issue? https://sonarcloud.io/project/issues?resolved=false&id=asyncapi_cli&open=AYnVPAwc2dO9nyWI8Jp4&tab=code
Related to https://github.com/Amzani/asyncapi-metrics-dashboard/issues/5 After merging https://github.com/asyncapi/cli/pull/859, we need to track unique AsyncAPI Files and users, see https://github.com/Amzani/asyncapi-metrics-dashboard/issues/2 ## Definition of done - We expected to use the `.asyncapi-analytics` file to...
Related to https://github.com/asyncapi/cli/issues/1214
Related to https://github.com/asyncapi/community/issues/879 ## Scope - [x] Define metrics to collect - [ ] Collect metrics in code
#### Reason/Context The current CLI is great but lacks some consistency and quality in how we handle user errors and mistakes. On top of that, we could be doing a...
**Description** This PR updates the `models` command to support AsyncAPI v3 and adds scala support. It also fixes a bug in the example document by using the Kafka example for...