Arjun Garg

Results 15 comments of Arjun Garg

Yeah @fmvilas , I thought of using the verb `visualize` but I was skeptical about it since we are not actually visualizing the architecture right away but just getting the...

What about `asyncapi generate relations` ?

I didn't think in that way, in that case `asyncapi generate diagram` would be good.

> What about `asyncapi relate`? Yeah, this could be done. @derberg what do you think about it?

@derberg My proposition for commands usage: ``` asyncapi relations --files {FILES_PATH} --plantUml // For plantUML classDiagram syntax asyncapi relations --files {FILES_PATH} --mermaid // For mermaid flowchart syntax asyncapi relations --files...

> Just keep in mind we need to support `--files` and `--contexts` too. What role will the `--contexts` play here, I think `relations` command would be standalone and would not...

Got it! Super cool, so we have to support `--files` and `--contexts` too.

Since the migration to Oclif is completed, I have started working on this.

@derberg am waiting for the structure of generate command to be implemented and finalized by https://github.com/asyncapi/cli/pull/221