Open andbleo opened 1 month ago
@andbleo devbox info
should do what you want (though I agree it could be improved).
I'm not sure what you mean by: "but that isn't available for devbox global". It should work with all packages:
devbox info nodejs
devbox info go
Possible improvements:
This is what I get when I run devbox info go
:
Error: No devbox.json found in this directory, or any parent directories. Did you run `devbox init` yet?
I have only run devbox global add
for everything I need so far, so it appears you can only run this command from within a devbox project, which is surprising.
What problem are you trying to solve?
When I run
devbox search blah
, I get a list of packages matching that query with a list of available versions. If I am unsure what the exact package I am looking for is named, I find I need to look on https://search.nixos.org/packages to verify I am installing the correct package.What solution would you like?
I can see a few possibilities:
devbox search
devbox search
resultsdevbox info
was that command, but that isn't available fordevbox global
and also only appears to work for packages that are already installedAlternatives you've considered
No response