Logout Command
Log out from your SnippetKit account
The logout command in SnippetKit CLI is used to remove the stored API key from the system, effectively signing the user out. This ensures that future CLI operations requiring authentication will prompt the user to log in again.
What the logout Command Does:
- Deletes the locally stored API key from the system.
- Prevents further use of authenticated commands until the user logs in again.
- Provides a confirmation message once the logout is successful.
Usage:
To log out, simply run:
This will remove the API key and display a success message confirming the logout.
When to Use:
- If you want to switch accounts.
- If your API key has been compromised or rotated.
- If you're using SnippetKit CLI on a shared system and want to ensure no one else can access your account.
If you need to log in again, you can use:
and enter a new API key when prompted.