Skip to main content
The status command shows your current authentication status.

Usage

anyware status

Output

When logged in

$ anyware status
Logged in as: [email protected]
API URL: https://anyware.run

When not logged in

$ anyware status
Not logged in. Run "anyware login" to authenticate.

Use Cases

  • Verify you’re logged in before starting a session
  • Check which account you’re using
  • Confirm the API endpoint

See Also