PgBeam Docs
projects

unlink

Remove project link from current directory

Remove the project link from the current directory by deleting the .pgbeam configuration file. After unlinking, commands that require a project will need the --project flag or a new pgbeam link.

Usage

pgbeam unlink

Global options

All global options (--token, --profile, --project, --org, --json, --no-color, --debug) are also available on this command.

Examples

# Unlink the current directory
pgbeam unlink

Output

Prints a success message if a link was removed, or a warning if no project was linked.

On this page