Skip to content

v0.6.22

Choose a tag to compare

@github-actions github-actions released this 13 Aug 07:59
· 2 commits to main since this release

Fixed

  • File deletion on Bun — node:fs unlink, rmSync, and Bun.file().unlink() all silently fail on Bun Linux. Switched to rm() from node:fs/promises with {force: true} which works reliably.
  • Lint warnings — removed unused ensureDirs function and HISTORY_DIR constant in report writer. Fixed import sort in writer.test.ts.

Install

npm / bun (requires Bun)

bun add -g @crucibledx/forge-cli
# or: npm install -g @crucibledx/forge-cli

Homebrew (macOS / Linux)

brew install crucibledx/tap/forge

Shell script (macOS / Linux)

curl -fsSL https://raw.githubusercontent.com/crucibledx/forge-cli/main/scripts/install.sh | sh

Manual download
Download the binary for your platform from the assets below, extract, and add to your PATH.

Checksums

See checksums.txt in the release assets for SHA-256 verification.