Skip to main content

logout (coming soon)

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

Logout from the Starthub backend.

Usage​

starthub logout

Description​

The logout command removes your stored authentication token from your local system, effectively logging you out from Starthub CLI.

What It Does​

When you run logout, the command will:

  1. Remove the stored authentication token from your system's config directory
  2. Clear your local authentication state
  3. You will need to run starthub login again to authenticate for future operations

Example​

starthub logout

Notes​

  • The authentication token is removed from your system's config directory
  • This operation only affects your local CLI authentication
  • To check your authentication status, use starthub auth
  • To login again, use starthub login