Skip to main content

auth (coming soon)

🚧 Coming Soon: This command is currently unavailable. We're focusing on a small subset of functionalities for now.

Show authentication status.

Usage

starthub auth

Description

The auth command checks and displays your current authentication status with the Starthub backend. It verifies whether you have a valid authentication token stored locally.

What It Does

When you run auth, the command will:

  1. Check for a stored authentication token in your system's config directory
  2. Display whether you are currently authenticated or not
  3. Provide guidance on how to authenticate if you're not logged in

Example

starthub auth

Example Output

If authenticated:

✅ Authenticated (token found)

If not authenticated:

❌ Not authenticated (no token found)
💡 Run 'starthub login' to authenticate

Notes

  • The command checks for the authentication token in your system's config directory
  • To authenticate, use starthub login
  • To logout, use starthub logout