Bulwark|Docs

bulwark login

Authenticate the CLI with your Bulwark account using device code flow.

Synopsis

bulwark login

Description

The login command initiates a device code authentication flow:

  1. Displays a verification URL and code
  2. Opens your browser automatically
  3. Waits for you to confirm in the browser
  4. Stores credentials securely

Example

$ bulwark login
Opening browser for authentication...
If browser doesn't open, visit: https://getbulwark.ai/auth/device
Enter code: ABCD-1234

Waiting for confirmation...
✓ Successfully logged in as user@example.com

Notes

  • Credentials are stored in your system keychain
  • You only need to log in once per device
  • Use bulwark logout to remove credentials

Note

If the browser doesn't open automatically, copy the URL and code shown in the terminal.

See Also