PgBeam Docs
projects

projects link

Link the current directory to a project.

Link the current directory to a project. Stores the project ID in a .pgbeam file so subsequent commands use it automatically.

Usage

pgbeam link [flags]

Without --project, the command shows an interactive picker.

Flags

FlagDescription
--project <id>Project ID to link

Examples

# Interactive project picker
pgbeam link

# Link to a specific project
pgbeam link --project prj_abc123

# Verify the link
cat .pgbeam

On this page