Skip to main content
testpilot auth whoami [flags]

Description

The whoami command displays information about the currently authenticated user, including user details and optionally authentication tokens.

Examples

# Show current user information
testpilot auth whoami

# Show user information including tokens
testpilot auth whoami --show-tokens

Options

OptionDescription
-h, --helphelp for whoami
-t, --show-tokensShow the access, id, and refresh tokens

Global Options

OptionDescription
-l, --logs stringShow logs at level (one of: debug, info, warn, error) (default “ERROR”)
-q, --quietOmit standard output

SEE ALSO

I