Skip to main content

What This Checks

tm auth whoami is a live Control Plane check. It calls the profile endpoint with the current bearer token and confirms that the token is accepted by the current Control Plane base URL. Use tm auth status when you only need to inspect local credential presence without making a network call.

Usage

Examples

Show the current authenticated Control Plane identity.

Show the current authenticated Control Plane identity in structured JSON output.

Options

Inherited Global Options

Auth Scope

  • controlplane-access-token

Prerequisites

  • Run tm auth login first.

Caveats

  • Uses GET /auth/profile to live-validate the current bearer token.

Parent Command