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:
- Remove the stored authentication token from your system's config directory
- Clear your local authentication state
- You will need to run
starthub loginagain 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