Skip to main content

ezforge auth login

Authenticate the CLI with your ezForge account. Opens a browser window to complete the OAuth flow.
ezforge auth login
On success, credentials are stored in ~/.config/ezforge/config.json. Flags:
FlagDescription
--api-key <key>Authenticate with an API key instead of browser OAuth
Example (API key):
ezforge auth login --api-key ezf_live_xxxxxxxxxxxxxxxxxxxx

ezforge auth logout

Revoke the current session and remove stored credentials.
ezforge auth logout

ezforge auth status

Show the currently authenticated account.
ezforge auth status
Output:
Logged in as you@example.com
Project: my-first-project (proj_abc123)