Skip to main content

Usage

anaconda token uninstall [OPTIONS]

Description

Removes the stored repository token for the specified organization from the keyring. Use --all to remove every installed repository token at once. Side effects: Deletes token(s) from keyring.

Options

Examples

Remove a token for a specific organization
anaconda token uninstall --org my-organization
Remove all installed tokens
anaconda token uninstall --all