PgBeam Docs
projects

projects update

Update project configuration.

Update project configuration.

Usage

pgbeam projects update <project-id> [flags]

Flags

FlagDescription
--name <name>New project name
--jsonOutput as JSON

Examples

# Rename a project
pgbeam projects update prj_abc123 --name new-name

# Rename and output as JSON
pgbeam projects update prj_abc123 --name new-name --json

On this page