Skip to content

Add vers whoami command #182

@AlephNotation

Description

@AlephNotation

Feature request

There's no way to check the current authentication state, user identity, or organization from the CLI. A vers whoami command would help with debugging and orientation.

Suggestion

$ vers whoami
User:    tynan
Org:     hdresearch
API Key: vers_...4f2b (valid)
API URL: https://api.vers.dev

$ vers whoami --format json
{
  "user": "tynan",
  "org": "hdresearch",
  "api_key_prefix": "vers_...4f2b",
  "api_url": "https://api.vers.dev"
}

Impact

Useful for agents to verify auth is configured correctly before running a workflow, and for debugging when operations fail with auth errors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions