@usepipr/cli
v0.3.8
Published
Command line interface for pipr pull request review automation
Readme
@usepipr/cli
@usepipr/cli provides the pipr binary. The CLI parses command flags and
delegates runtime behavior to @usepipr/runtime.
Use this package when installing Pipr through npm. The release installer and GitHub Releases publish compiled CLI binaries for supported platforms.
Commands
The binary exposes these command groups:
pipr initpipr actionpipr checkpipr dry-runpipr inspectpipr reviewpipr skillpipr updatepipr version
Use the CLI reference for option details.
AI agents should start with:
pipr skillUpdating
For compiled GitHub Release binaries, update the local executable:
pipr updateFor package-manager installs, update the package:
npm install -g @usepipr/cli@latest
bun install -g @usepipr/cli@latestpipr update updates only the local CLI executable. It does not update GitHub
Action workflow pins.
Technical Notes
- Package build emits
dist/main.mjs. - Release binary builds run through
packages/cli/build-release.ts. - The package publishes the
piprbin through npm and release artifacts through GitHub Releases.
Local Checks
bun run --cwd packages/cli check
bun run build:release:cli