SkillHub

whoami

Show the authenticated identity, the token source, and the effective registry URL.

skillhub whoami shows who you're authenticated as, where your token came from, and which registry URL is in effect (and how it was resolved). Only the global flags apply.

Synopsis

skillhub whoami

Examples

skillhub whoami
skillhub whoami --json

JSON output

With --json, the data object contains:

  • user{ id, handle, displayName, avatarUrl }.
  • tokenSource (env | keychain | file).
  • registryUrl and registryUrlSource (flag | env | project | global | default).
  • tokenId (string|null).

On this page