-
Notifications
You must be signed in to change notification settings - Fork 304
feat: Expose method to get manifest report #853
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
Conversation
@someshkoli what's your user case? |
Hey, so we want per resource diff / delta so we can further work on that data and output in seprate ui (not cli) |
|
its internal method, there's an exposed method which does return the report, yeah i'll fix the signature |
ea5d6a9
to
57de4fd
Compare
57de4fd
to
2eb4cd6
Compare
@yxxhero ready for merge! |
@mumoshu ping |
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.
LGTM. Great work @someshkoli!
Hey, we have a use case where we wanted diff reports rather than them being written to io.Writer, wanted to know your thoughts on getting this in, also open to further suggestions if there are existing ways to achieve this. LMK