Skip to main content
porter auth contains commands for authenticating with Porter.

porter auth login

Authenticate with your Porter account. By default, this opens your browser to complete authentication. Usage:
porter auth login [flags]
Options:
FlagDescription
--manualLog in by entering email and password instead of browser auth
--tokenLog in using an existing token
porter auth login
After logging in, Porter automatically sets your default project and cluster if you have access to any. You can view these with porter config.

porter auth logout

Log out from Porter and clear your local credentials. Usage:
porter auth logout
After logging out, you’ll need to run porter auth login again before using other commands.