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 auth whoami [OPTIONS]

Description

Fetches and displays account information from the Anaconda API for the currently authenticated user. Output is formatted as JSON.

Options

Examples

Check the current user
anaconda auth whoami
Sample output:
Your info (anaconda.com):
{
  "email": "[email protected]",
  "name": "User Name",
  "username": "username"
}
Query a specific site
anaconda auth whoami --at anaconda.com