Skip to main content

Documentation Index

Fetch the complete documentation index at: https://anaconda.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

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