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
Is it possible to list just the explicit dependencies?
This is nice, but it's difficult to see the explicit ones because there's so many:
$ pixi list --help
List project's packages. Highlighted packages are explicit dependencies
This is also nice, but again it's difficult to see just the ones that are top-level in the tree because there's so many:
$ pixi tree --help
Show a tree of project dependencies
Dependency names highlighted in green are directly specified in the manifest.
Does it make sense to add filter options for explicit only to pixi list or pixi tree?
Or am I doing it wrong and I should look at some other command or file?
The text was updated successfully, but these errors were encountered:
It depends on what you are trying to find out, as I think of pixi list/tree for different tasks (seeing solved versions and sources vs what dependency brought in which other ones).
If you are looking to see what the explicit dependencies are, then pixi info will show that you per environment.
Ah OK. But then with pixi info I can't see the versions. So bottom line: I think it would be useful to add a an option just to make it easier to scan/grok the explicit dependencies what versions I have installed.
Problem description
Is it possible to list just the explicit dependencies?
This is nice, but it's difficult to see the explicit ones because there's so many:
This is also nice, but again it's difficult to see just the ones that are top-level in the tree because there's so many:
Does it make sense to add filter options for explicit only to
pixi list
orpixi tree
?Or am I doing it wrong and I should look at some other command or file?
The text was updated successfully, but these errors were encountered: