Skip to main content
Prints information about the currently authenticated identity. Works for both browser-based OAuth sessions and API key authentication.

Usage

alpic whoami
Displays the authenticated user name and email (OAuth) or the team name (API key).

Extended Usage

# Verify authentication before running a deployment
alpic whoami
alpic deploy
If the command reports that you are not logged in, run alpic login or set the ALPIC_API_KEY environment variable.

Options

This command has no flags.