> ## Documentation Index
> Fetch the complete documentation index at: https://docs.runaether.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# aether profile

> Show the current authenticated user's profile

# aether profile

Print the profile of the currently authenticated user. Useful for confirming which account the CLI is acting as.

## Usage

```bash theme={null}
aether profile
```

```
Email:      user@example.com
ID:         11111111-2222-3333-4444-555555555555
Name:       Ada Lovelace
Onboarding: true
```

The display name line is shown only when a name is set. Pass `--json` for the machine-readable form.

To check or change which account you're logged in as, see [`aether auth`](/cli/auth).
