-
Notifications
You must be signed in to change notification settings - Fork 167
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
feat(cli): Add kargo dashboard command #1433
Conversation
✅ Deploy Preview for docs-kargo-akuity-io ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1433 +/- ##
=======================================
Coverage 47.76% 47.76%
=======================================
Files 140 140
Lines 12124 12124
=======================================
Hits 5791 5791
Misses 6132 6132
Partials 201 201 ☔ View full report in Codecov by Sentry. |
@webstradev I made two minor suggestions about wording, but all the code LGTM. Thank you! |
Signed-off-by: Erik Westra <e.s.westra.95@gmail.com>
Thanks for that, resolved both comments ( rebased off main as well to keep the history clean) |
@webstradev thanks! For future reference, we squash merge, so don't worry too much about commit history. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥
This should close #549 .
Just to note this will not work in development when using tilt (it won't break but it will open the API Url which in the Tilt method is not currently the URL for the dashboard).