Souvik De
Souvik De
You write the code, and you can take inspiration from it, and write it in your own way, I don't know about the license, @derberg are we breaking any rules...
@sambhavgupta0705 @kaushik-rishi, @derberg is not available right now, you can go ahead and start building the suggestion feature, no need to reuse but if you want you can take inspiration...
I think it is happening due to [this](https://github.com/asyncapi/cli/blob/6ba4b47dae33cc04ffa9de1e5786810cae21bff6/test/integration/generate/fromTemplate.test.ts#L152) test specifically. It is testing the `--install` flag and it installs a new template over the internet which is very slow and...
> @Souvikns anything from your side? nothing from my side, when the dependent libraries version changes it automatically pushes and releases a minor version and when we create new commands...
Yeah, in this case, we have to update the CLI manually, but should that be a major release for the CLI? Is a major release in a dependent library equal...
Makes sense, so we only release a major version when any output in CLI is changed or if we have a new command added to CLI.
@SrijanShovit we can check the version but for some reason `-v` does not work but `asyncapi --version` is working. This is handled by oclif no idea why `-v` is not...
We had progress bar implemented in CLI, but it was creating logging issue with generator, so we had to remove this. As of now this is not needed so I...
Yeah, I think we can throw a warning instead of an error for now, all command throws a warning but once the command is updated for 3.0 we can just...
@derberg I like this idea of having flags at the library level to prevent CLI from running the command and outputting meaningful error messages if the library does not support...