PgBeam Docs
auth

auth login

Authenticate with PgBeam via API key or browser-based OAuth.

Authenticate with PgBeam via API key or browser-based OAuth.

Usage

pgbeam auth login [--api-key] [--profile <name>]

Flags

FlagDescription
--api-keyAuthenticate with an API key instead of browser-based OAuth
--profileSave credentials to a named profile

Examples

# Interactive browser login
pgbeam auth login

# API key with named profile
pgbeam auth login --api-key --profile production

On this page