Pedro Ramos
Pedro Ramos
@AayushSaini101 According to how it's implemented the `start` command currently, when we run `asyncapi start` we're just executing the `index.ts` [subcommand](https://github.com/asyncapi/cli/blob/master/src/commands/start/index.ts), showing the "help" section. To start a new studio...
> @peter-rr Why we cannot remove the asyncapi start command and use only asyncapi start studio, because the description of the asyncapi start is Start asyncapi studioπ€ Yeah, that was...
@AayushSaini101 Please take a look at my [comment on this PR](https://github.com/asyncapi/cli/pull/1200/files#r1613811866), maybe that change can justify the use of `index.ts` for `asyncapi start` π€
/progress 100 Tracking for unique AsyncAPI files and users already implemented.
> Probably anything else needs to be done in a separate place, and could be tracked in a new issue + linked to the [APIDevTools/json-schema-ref-parser#349](https://github.com/APIDevTools/json-schema-ref-parser/issues/349) you raised. Yeah, I agree...
> Just realised, if it helps I'm using Node 20 Thanks @francocm for the tip π I've tried with v20 but still getting the errors. Also now I'm getting many...
Thanks @aeworxet π I just needed npm-installing to include the latest version of `@oclif/core` dependency. Everything working fine now.
@francocm LGTM π All tests passing after the latest changes applied. Now this PR needs to be reviewed by the codeowners before being merged.