Skip to content

aube approve-builds

  • Usage: aube approve-builds [--all] [-g --global] [PKG]…
  • Effect: modifies state

Approve ignored dependency build scripts.

Writes entries under allowBuilds in aube-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.
  • -h --help — Print help
MIT LicensejdxCopyright © 2026 jdx.dev