-
Notifications
You must be signed in to change notification settings - Fork 54
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
Extend hermit info
to display all version information
#308
Comments
I was thinking of creating an issue about having the installed version shown for I've installed most packages using Maybe for Channel: latest
Description: Terraform is an open-source infrastructure as code software tool...
Homepage:
-State: installed
+State: installed: 1.3.6
Source: https://releases.hashicorp.com/terraform/1.3.6/terraform_1.3.6_linux_amd64.zip
Root: /home/usrme/.cache/hermit/pkg/terraform@latest
Binaries: terraform For -terraform (@latest)
+terraform (@latest: 1.3.6)
Terraform is an open-source infrastructure as code software tool... For Packages:
- terraform@latest
+ terraform@latest:1.3.6 |
Mentioning you again, @alecthomas, in the hopes of finding out what you think about the above. I'm still very much interested in tackling this. |
When I do
Is that not what you want? |
Oh you're talking specifically about channels!? Yeah that would be useful info agreed. |
Maybe you could talk a bit more in-depth about what you meant in the original issue, we clearly deviated in our understanding of things and can maybe converge 😄 |
I think the original intent was that |
By all available versions you mean the versions that could be installed, i.e. the same set of versions as discovered by Or is there a way to query locally installed versions and list those, i.e. those which could be installed directly from cache? |
It currently only displays either the current version, or the version that would be installed.
The text was updated successfully, but these errors were encountered: