-
Notifications
You must be signed in to change notification settings - Fork 82
enhancing artifact view command #485
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
base: main
Are you sure you want to change the base?
enhancing artifact view command #485
Conversation
3de8322
to
33b7d2e
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #485 +/- ##
==========================================
- Coverage 10.99% 10.88% -0.11%
==========================================
Files 173 173
Lines 8671 8752 +81
==========================================
Hits 953 953
- Misses 7612 7693 +81
Partials 106 106 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
33b7d2e
to
a8ac938
Compare
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.
@PrathamX595 Thanks for your contribution
I would suggest adding it inside table instead of just printing in stdout. also make sure the output is consumable in both json and yaml formats.
Thanks
@bupd Sure I'll do the changes 👍 |
@bupd I can't find a visually appealing way to put all of the data into tables also considering different artifacts have different data is there some other way we should explore this ? |
Signed-off-by: PrathamX595 <[email protected]>
4c36383
to
4c2b519
Compare
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.
I would suggest having the view Similar to the Overview in UI
Example
Fixes: #463
Currently the artifact list and artifact view commands have pretty much the same functionality, with this PR the artifact view command has more detailed information for an artifact
in this implementation additional information is added below the existing table (awaiting feedback for this one) #463 (comment)