Skip to main content

Usage

anaconda repo service-accounts --channel <CHANNEL> [OPTIONS]

Description

Manages service accounts for channel access. List service account user IDs for a channel, list tokens, and create, edit, or delete tokens with optional name, channel scope, permission level, and max age in days.

Options

Examples

List service account tokens for a channel
anaconda repo service-accounts --channel my-channel --list-tokens
Create a service account token
anaconda repo service-accounts --channel my-channel --create-token --name "CI" --permission read --max-days 90