Skip to main content

Usage

anaconda repo search [OPTIONS] <NAME>

Description

Searches the repository for packages and artifacts matching the given name. You can filter by artifact family, platform, and control sort and pagination.

Arguments

Options

Examples

Search for a package by name
anaconda repo search numpy
Search with limit and artifact family
anaconda repo search "data" --limit 20 --family conda
Search and sort by downloads (descending)
anaconda repo search requests --sort -download_count