-
-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLI is breaking in production! #192
Comments
I guess this can help. |
I was trying to find from which release this error started and what I found is interesting - v0.7.0 was our first oclif release, and we have the same issue but the help command works
|
@Souvikns I see the error log is initiated from |
Yeah, @KhudaDad414 we merged this #203 and now we have moved to |
do we know if latest release fixed CLI? |
https://github.com/asyncapi/cli/actions/runs/1922065237 we have to merge another PR to check. But I think the warnings are fixed now. |
I'm getting this error running
|
@Souvikns would you mind closing this issue? |
Describe the bug
CLI is working fine in the development environment, but in production, it is breaking, no command is usable and most probably this is happening because of some plugin issue.
How to Reproduce
Since we are not using
oclif-dev pack
there is no way to reproduce this error it is just failing in the production, so to reproduce this error -npm install -g @asyncapi/cli
asyncapi --help
The text was updated successfully, but these errors were encountered: