Souvik De
Souvik De
Yeah what we have right now work, but having a progress bar is causing some problems with new generator as well. So we have to consider that as well. @ItshMoh...
@shwetd19 I am unable to fully understand this if you want you can start with a PR and we have a conversation over the code.
Cli does not auto update, it is up to the user to update. So if the user chooses to update and if anything breaks then the user can always roll...
We follow a release workflow from https://github.com/asyncapi/.github/ maybe you can open this issue there. The workflows are synced from that repo. So for making any changes to the workflow changes...
Focusing on `GO` language here - https://github.com/Souvikns/parser-go, Deserialization works and currently focusing on Serialization https://github.com/asyncapi/modelina/issues/2034. **PRs** - [x] https://github.com/asyncapi/modelina/pull/2048
Blocking auto-updates makes sense but now we have to manually update most of the libraries, It will prevent the breaking changes but we would miss the minor features.
The plugin we are using right now is actually a hook, you can use that as an example https://github.com/oclif/plugin-not-found
I don't think we need the old plugin we are replacing it with our custom hook
That output is comping from logging the opts right, now you just have to have a custom warning about it. I think if you see that log that means that...
Yeah, the plugin used to suggest or at least try to suggest an alternative command if one is wrong, I think we can build this feature, you can take inspiration...