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 sbom --channel <CHANNEL> [OPTIONS]

Description

Retrieves SBOM (Software Bill of Materials) files for packages in a channel. You can target a channel and optionally narrow by package, version, platform (os), artifact family, or a specific artifact ckey.

Options

Examples

Get SBOM for a channel
anaconda repo sbom --channel my-channel
Get SBOM for a specific package and version
anaconda repo sbom --channel my-channel --package mypackage --version 1.0.0