jnc search
Searches for conda packages in configured channels. When given an exact package name, it displays detailed information about the latest version including dependencies, license, and available builds. Supports wildcard patterns to search across package names.Usage
Arguments
| Argument | Description |
|---|---|
<PACKAGE> | Name of the package to search for. Supports wildcard patterns (e.g., py*). |
Options
| Option | Short | Description |
|---|---|---|
--channel <CHANNEL> | -c | The channel to search in. Can be specified multiple times. Uses workspace channels if inside a workspace, otherwise defaults to conda-forge. |
--platform <PLATFORM> | -p | The platform to search for. Defaults to the current platform. |
--limit <N> | -l | Limit the number of search results (applies to wildcard searches). |
Global Options
| Option | Short | Description |
|---|---|---|
--manifest-path <PATH> | -m | Path to pixi.toml or the workspace directory. Used to read workspace channel configuration. |