Authentication
Learn how to authenticate with Andasy and manage your account.
To use the Andasy CLI and deploy applications to the Andasy platform, you need to authenticate with your Andasy account. This guide will walk you through the process of authenticating with Andasy and managing your account.
Logging In
To log in to your Andasy account, run the following command in your terminal:
andasy auth login
This command will open a browser window where you can enter your Andasy credentials. Once you have successfully logged in, you will be able to use the Andasy CLI to deploy applications to the Andasy platform.
To log in using interactive mode, run the following command:
andasy auth login --interactive
This command will prompt you to enter your Andasy credentials in the terminal.
Logging Out
To log out of your Andasy account, run the following command:
andasy auth logout