Usage
Description
Thepixi search command searches for conda packages across configured channels. It displays the latest version of each package by default, with options to show more versions and detailed package information.
Arguments
MatchSpec of a package to search. Can include version constraints.
Options
Additional channels to search (can be specified multiple times).
The platform to search for. By default, searches all platforms from the manifest (or all known platforms if no manifest is found).
Limit the number of versions shown per package. Use
-1 for no limit.Limit the number of packages shown. Use
-1 for no limit.Output in JSON format. Conflicts with
--limit and --limit-packages.