Lukasz Gornicki
Lukasz Gornicki
#### Reason/Context I have a template where user can pass `-p png=true` to get additional png of the diagram. I showed example through CLI where everything is a String. Now,...
**Description** I have such a schema: ```yaml subscriptionStatus: type: object oneOf: - properties: channelID: type: integer description: ChannelID on successful subscription, applicable to public messages only. channelName: type: string description:...
> This issue is for https://www.openforce.tech/ participants. If you do not participate in this even please pick up other issue from this repo, there is plenty of help needed 😄...
#### Reason/Context [This](https://github.com/asyncapi/cli/pull/187) PR introduced automation for publishing of MacOS `pkg` file. It was also designed in the way that it should be easy to plug in generation of installer...
#### Reason/Context [This](https://github.com/asyncapi/cli/pull/187) PR introduced automation for publishing of MacOS `pkg` file. It was also designed in the way that it should be easy to plug in generation of installer...
> This issue is for https://www.openforce.tech/ participants. If you do not participate in this even please pick up other issue from this repo, there is plenty of help needed 😄...
#### Reason/Context Doing `asyncapi new --file-name=asyncapi.yml --example=default-example.yaml --no-tty` us super cool, but to get `default-example.yaml` you need to navigate to CLI installation, go into `assets/examples` and see the list of...
#### Reason/Context We want CLI to be easy to install for anyone on any OS, without a need to use Node/NPM We have AsyncAPI already on MacOS package manager ->...
#### Describe the bug because of ``` const SPEC_EXAMPLES_ZIP_URL = 'https://github.com/asyncapi/spec/archive/refs/heads/master.zip'; ``` that is in https://github.com/asyncapi/cli/blob/master/scripts/fetch-asyncapi-example.js#L9 script, we will always have few hours during spec release where CLI will fail...
#### Reason/Context Many templates have very different parameters that they support. Template params are always described in template configuration, to which we have access, so dropping them into the logs...