-
-
Notifications
You must be signed in to change notification settings - Fork 209
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
[BUG] Docker container for AsyncAPI CLI exits immediately #1694
Comments
I have the fix ready , but waiting for maintainers approval . |
Hi @SahilDahekar. I think this is not the intended use of the asyncapi/cli docker image. It is made to run cli commands in a docker container environment. If you want to open a shell inside the container you need to override the entrypoint.
You can check out the docs |
@SahilDahekar i have seen this issue, and the problem is that oclif handler was not properly imported in the files , |
Let's take this seprately @SahilDahekar you can create a MR on this |
Did you mean PR ? |
yes |
Describe the bug.
asyncapi/cli
Docker container results in an immediate exit with an error.Expected behavior
The container should start and allow users to interact with the AsyncAPI CLI without errors.
Screenshots
How to Reproduce
🥦 Browser
None
👀 Have you checked for similar open issues?
🏢 Have you read the Contributing Guidelines?
Are you willing to work on this issue ?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered: