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

quix status could make it easier to discover the Redpanda Console #48

Open
krisajenkins opened this issue Jun 26, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@krisajenkins
Copy link

krisajenkins commented Jun 26, 2024

quix pipeline up is an easy way to get a Kafka instance. It also gives you a really nice GUI to work with, but that's not obvious unless you know to look for it.

If we added these lines into quix status and quix pipeline status (see #44), then it would be easier to discover:

$ quix status
✓ Logged in
  User:                       [email protected] (Kris Jenkins)
  Organization:               Kris Jenkins (krisjenkins)
  Current context:            default (https://portal-api.platform.quix.io)
  Default environment:        ! Not set
  Sdk Broker configuration:   Local (localhost:19092)
✓ Local Pipeline Status:      Running (1/1)
✓ Local Broker Status:        Running (localhost:19092)
✓ Local GUI Status:           Running (localhost:8080)                        <--- Let's add this!
✓ Docker installed
✓ Git installed
  Git Root:                   .../simple-kafka-python
! VS Code not installed
! PyCharm not installed
$ quix pipeline status
Local Pipeline Status: ✓ Running (2/2)
Local Broker Status:     Running (localhost:19092)                            <--- Let's add this!
Local GUI Status:        Running (localhost:8080)                             <--- Let's add this!
  console              ✓ Up 5 minutes
  kafka-broker         ✓ Up 5 minutes
@luisquix luisquix added the enhancement New feature or request label Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants