lizard login
Log in to Lizard.
Usage
lizard login [flags]By default this opens your browser to authenticate via OAuth, then drops back to your terminal once you confirm.
Flags
| Flag | Description |
|---|---|
--token <token> | Authenticate with an API token |
Examples
Log in via browser
lizard loginLog in with a token
lizard login --token lzd_xxxLog in non-interactively in CI
In CI or other non-interactive environments, set LIZARD_TOKEN in the environment instead of running login:
export LIZARD_TOKEN=lzd_xxxSee also
- lizard logout — log out
- lizard whoami — show the current user, active workspace, and linked project
- CLI reference — global flags, exit codes, and authentication overview