Installation
Install the PgBeam CLI on macOS or Linux.
curl -fsSL https://pgbeam.com/install | shThe installer downloads a precompiled binary and adds it to your PATH.
curl -fsSL https://pgbeam.com/install | shSupports x86_64 and ARM64 architectures.
Verify the installation:
pgbeam --versionAfter installing, authenticate with your PgBeam account:
pgbeam auth loginSee auth login for details.