rfctl me#
Show the current authenticated user.
Synopsis#
rfctl meAliases#
whoami
Description#
The me command displays information about the currently authenticated user. This is useful to verify your login status and see which account you’re using.
Examples#
rfctl meOr using the alias:
rfctl whoamiOutput#
Returns JSON with the current user’s information:
{
"id": 1,
"name": "John Smith",
"email": "john.smith@example.com",
"role": "admin",
"created_at": "2024-01-15T10:30:00Z"
}If not logged in:
Not logged in. Use 'rfctl login' to authenticate.