-
Notifications
You must be signed in to change notification settings - Fork 2
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
Output formatting #37
Comments
I've implemented the longer separator and fixed the typo. And the highlighted installed version, in the table, will be implemented soon. |
Thanks @l0nax that's great! |
I already tried to implement the functionality to show the user from which Chart repository the release has been installed. But this is, out of the box, not possible. The installed releases are returned as I see only one way to implement this functionality:
But this is really computing-intensive, i.e. execute Those generated hashes can be cached, yes, but it would take a lot of time if the deployed Chart changes. I will first work on the other issues you've opened, and then I will try to implement this feature – but it will not be enabled by default. I'm open to other ideas to implement this functionality because it would improve usability. |
I'd settle for a fuzzy match on |
It could be that multiple charts do have the same Chart and App Version, which will then result in multiple Chart repositories marked as "installation source". |
I think it would be a step in the right direction even if not a perfect solution. |
I've implemented it as described by you (#37 (comment)) and it looks like this: Currently, this feature is marked as beta and can be enabled by adding the |
This looks great!! |
The changes have been merged onto |
I will create a new release so you can test it. |
@stevehipwell Version v0.5.0 has been released. Can you please update the plugin and test if everything works fine for you? |
Thanks @l0nax I'll give this a try in the morning. |
The current output formatting for charts with multiple repos isn't particularly easy to grok due to the separator only being three characters
---
and the blank line in the middle of the block appearing to be the separator. If the separator could be extended in length to at least the length of the header that would be great and it might be worth considering a line break after each block.It would also make the multi repo output easier to scan and act on if there was a visual marker to show which chart is currently installed.
Finally I'm sure you're aware but the help command refers to
outdated
notwhatup
.FYI I really appreciate that you've kept this plugin working as I feel an outdated command should be part of core Helm (it's a fundamental package manager feature).
The text was updated successfully, but these errors were encountered: