Skip to main content

Usage

Description

Modifies channel settings such as privacy and indexing behavior. You can specify the channel in two ways:
  • Simple name with --namespace: anaconda channel modify my-channel --namespace my-org
  • Combined format: anaconda channel modify my-org/my-channel
At least one of --privacy or --indexing-behavior is required.

Arguments

Options

Privacy settings

  • public: Channel is accessible to anyone
  • private: Channel is only accessible to authorized users

Indexing behavior

  • default: Channel index is updated automatically when packages are added or removed
  • frozen: Channel index is not updated; useful for creating stable snapshots

Examples

Make a channel public
Freeze a channel’s index
Change both privacy and indexing behavior