PgBeam Docs
auth

auth logout

Remove an authentication profile.

Remove stored credentials for an authentication profile.

Usage

pgbeam auth logout [--profile <name>]

Flags

FlagDescription
--profileProfile to remove (defaults to the active profile)

Examples

# Remove the active profile
pgbeam auth logout

# Remove a specific profile
pgbeam auth logout --profile staging

On this page