cli icon indicating copy to clipboard operation
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!

Results 180 cli issues
Sort by recently updated
recently updated
newest added

### Why do we need this improvement? The `@asyncapi/cli` tool (v2.17.0) requires 1700 additional packages and occupies about 1.7Gb of space on install. This provides a significant barrier to use...

enhancement

Fixes #1698 Update `async-cli` package to use ES modules instead of CommonJS. * **Update `tsconfig.json` files:** - Change `module` to `ESNext` in `tsconfig.json`, `assets/create-glee-app/templates/default/tsconfig.json`, and `assets/create-glee-app/templates/tutorial/tsconfig.json`. - Update `moduleResolution` to...

Windows installation gives errors on a lot of files due to problems like: -File path resolution in Windows : Edited the release packages rename file in scripts for the windows...

Recently there have been many issues reported by the users on windows platform that need to be verified and addressed. Since these issues are platform dependent a proper reproduction and...

### Describe the bug. The CLI x86_64 tarball is dynamically linked against `glibc` and Alpine based images expects `musl`-compatible binaries. Hence, when trying to create a Docker image based on...

bug

### Why do we need this improvement? We already have a service designed for capturing the matrices: https://github.com/smoya/asyncapi-adoption-metrics We can take a reference and create a new repo that will...

enhancement
area/dx

### Why do we need this improvement? ### **Problem Overview** Right now, the AsyncAPI CLI's output formatting and error messages feel a bit inconsistent across different commands. This can make...

enhancement

### Why do we need this improvement? When defining schemas in AsyncAPI documents, the const keyword is used to enforce that a property must have a specific, fixed value. However,...

enhancement

### Describe the bug. when i am trying to generate the api doc using Async-cli generate method with the @asyncapi/html-template it is showing error with the message `Generator Error: This...

bug
good first issue
gsoc

### Why do we need this improvement? Currently the new versions of CLI are directly released into the public for use. But sometimes these might have a bug or error...

enhancement