redhat-developer / app-services-cli

Command Line Interface for RHOAS
https://redhat-developer.github.io/app-services-website/
Apache License 2.0
41 stars 72 forks source link

fix(connector update): populate kafka url #1786

Closed rkpattnaik780 closed 1 year ago

rkpattnaik780 commented 1 year ago

Closes #

Verification Steps

  1. Run the following command to update a connector instance by id:
    rhoas connector update --kafka-id ce6pg07k09f3rs6us7sg --id ce6tgb1mk0orirpo5i70
  2. Ensure that the connectors instance has been updated, and the new Kafka URL has been specified.

Type of change