Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(status): service name positional conditions #1426

Merged
merged 1 commit into from
Feb 10, 2022
Merged

fix(status): service name positional conditions #1426

merged 1 commit into from
Feb 10, 2022

Conversation

rkpattnaik780
Copy link
Contributor

Closes #1425

Verification Steps

  1. Set context to both services (kafka and service registry).
rhoas kafka use --name my-kafka
rhoas service-registry use --name my-instance
  1. Running the following command should show status of both services:
rhoas status
  1. Running the following command should show status of kafka service:
rhoas status kafka
  1. Running the following command should show status of service-registry service:
rhoas status service-registry

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation change
  • Other (please specify)

Checklist

  • Documentation added for the feature
  • CI and all relevant tests are passing
  • Code Review completed
  • Verified independently by reviewer

@wtrocki wtrocki merged commit ccfb8c3 into main Feb 10, 2022
@wtrocki wtrocki deleted the status_fix branch February 10, 2022 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"rhoas status kafka" doesn't return Kafka cluster status
2 participants