Authentication
Learn about the authentication methods that you can use to work on stores using Instant CLI, and how to switch between accounts and stores.
Logging in 🔑​
To authenticate with a Instant account, run a command that requires store access. You'll be prompted to log in.
Terminal
instant login
Check login status​
If you have multiple accounts, you can check your account's login status using the following command:
Terminal
instant whoami
Switch organization​
If you have access to multiple storefronts and/or organisations, run select
to choose for which one to develop:
Terminal
instant select
Logout​
If you need to switch between accounts, then log out of the current account using the following command:
Terminal
instant logout