Skip to docs content

scpm approve-builds

  • Usage: scpm approve-builds [--all] [-g --global] [PKG]…

Approve ignored dependency build scripts.

Writes entries under allowBuilds in scpm-workspace.yaml (or pnpm-workspace.yaml if present).

Arguments

[PKG]…

Packages to approve directly, skipping the picker.

Each name must match a currently-ignored build. Unknown names are rejected so a typo cannot silently no-op.

Flags

--all

Approve every pending ignored build without prompting

-g --global

Operate on globally-installed packages instead of the current project