devboy-cli 0.28.0

Command-line interface for devboy-tools — `devboy` binary. Primary distribution is npm (@devboy-tools/cli); `cargo install devboy-cli` is the secondary channel.
Documentation

devboy-cli

Crates.io Docs.rs License npm

The devboy CLI binary for devboy-tools.

Install

The primary distribution is npm — that's what devboy doctor, devboy onboard, and the Claude Code / Codex plugins all assume:

npm install -g @devboy-tools/cli

cargo install is a secondary channel, useful when you already have a Rust toolchain and want to skip Node:

cargo install devboy-cli --locked

The two channels ship the same binary from the same release tag.

Documentation

License

Apache-2.0 — see LICENSE.