Authentication commands

Beta

Use the login and logout commands to authenticate from the command line.

passport login

Authenticate to access your resources. The login command opens a browser window to complete authentication. You remain signed in until you run passport logout or your credentials expire.

Usage

$passport login [options]

Options

--region <region>

Specify the region for authentication. Use eu for the EU region.

--verbose

Show detailed error information.

Examples

$passport login

passport logout

Sign out and clear the stored session.

Usage

$passport logout

Example

$passport logout