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
string
required
MatchSpec of a package to search. Can include version constraints.
Options
string
Additional channels to search (can be specified multiple times).
platform
The platform to search for. By default, searches all platforms from the manifest (or all known platforms if no manifest is found).
integer
default:"5"
Limit the number of versions shown per package. Use
-1 for no limit.integer
default:"5"
Limit the number of packages shown. Use
-1 for no limit.boolean
Output in JSON format. Conflicts with
--limit and --limit-packages.