Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.depfixer.com/llms.txt

Use this file to discover all available pages before exploring further.

Whoami Command

The whoami command shows your current account information and credit balance.

Usage

npx depfixer whoami

Output

πŸ‘€ ACCOUNT DETAILS
────────────────────────────────────────
    Name:     John Doe
    Email:    john@example.com
    Credits:  100 available

With Active Pass

If you have an active unlimited pass:
πŸ‘€ ACCOUNT DETAILS
────────────────────────────────────────
    Name:     John Doe
    Email:    john@example.com
    Plan:     24H Unlimited Pass βœ“
    Credits:  100 available

Information Displayed

FieldDescription
NameYour account display name
EmailEmail address associated with account
PlanActive subscription pass (if any)
CreditsCurrent credit balance

Not Logged In

If you’re not authenticated:
Not logged in

Run `npx depfixer login` to authenticate.

Use Cases

Check Balance Before Analysis

# Check credits
npx depfixer whoami

# If sufficient, run analysis
npx depfixer

Verify Login

After logging in on a new machine:
npx depfixer login
# ... complete auth flow ...

npx depfixer whoami
# Verify correct account