You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Add a one line blurb to the results of devbox search
Maybe with an added flag to add more context in the search results if adding more information would be a breaking change?
Add a new subcommand that returns information about a package
I thought that devbox info was that command, but that isn't available for devbox global and also only appears to work for packages that are already installed
Alternatives you've considered
No response
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: