Skip to main content

Usage

anaconda repo report --date_from <YYYY-mm-dd> [OPTIONS]

Description

Downloads reports from the repository, such as artifact download reports. You specify a date range and optionally filter by users or channels, and choose output format (JSON or CSV) and filename.

Options

Examples

Download a report for a date range
anaconda repo report --date_from 2024-01-01 --date_to 2024-01-31
Export as CSV with a custom filename
anaconda repo report --date_from 2024-01-01 --file-type csv --filename monthly_report.csv
Filter by channels
anaconda repo report --date_from 2024-01-01 --channels channel1,channel2