Skip to main content

Usage

anaconda auth whoami [--at <SITE>]
Replace <SITE> with a configured site name or domain.

Description

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

Options

Option
Description
--at <SITE>
Specify the Anaconda site to query (default: anaconda.com)
-h, --help
Show help for this command

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