The logout command signs you out from the Crossmint platform by removing your session token from local storage.

To use it, run the following command from your terminal

crossmint logout

Example

Sign out from Crossmint:

crossmint logout

After running the command, you’ll see a confirmation message:

✅ Logout successful! You are no longer authenticated.

After logging out, you will need to use the login command to authenticate again before using other commands that require authentication.