Skip to main content

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