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

feat(cli): Add kargo dashboard command #1433

Merged
merged 1 commit into from
Jan 27, 2024
Merged

Conversation

webstradev
Copy link
Contributor

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).

@webstradev webstradev requested a review from a team as a code owner January 26, 2024 22:44
Copy link

netlify bot commented Jan 26, 2024

Deploy Preview for docs-kargo-akuity-io ready!

Name Link
🔨 Latest commit d290171
🔍 Latest deploy log https://app.netlify.com/sites/docs-kargo-akuity-io/deploys/65b4c64d5a61d7000816d313
😎 Deploy Preview https://deploy-preview-1433.kargo.akuity.io
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Jan 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (7909ce9) 47.76% compared to head (d290171) 47.76%.

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.
📢 Have feedback on the report? Share it here.

@krancour
Copy link
Member

krancour commented Jan 27, 2024

@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>
@webstradev
Copy link
Contributor Author

@webstradev I made two minor suggestions about wording, but all the code LGTM. Thank you!

Thanks for that, resolved both comments ( rebased off main as well to keep the history clean)

@krancour
Copy link
Member

@webstradev thanks!

For future reference, we squash merge, so don't worry too much about commit history.

Copy link
Member

@krancour krancour left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥

@krancour krancour added this pull request to the merge queue Jan 27, 2024
Merged via the queue into akuity:main with commit f5074fd Jan 27, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

command to open ui in default browser
2 participants