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

FlagDescription
--token <token>Authenticate with an API token

Examples

Log in via browser

lizard login

Log in with a token

lizard login --token lzd_xxx

Log 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_xxx

See also