Skip to content

Releases: crucibledx/forge-cli

v0.6.24

Choose a tag to compare

@github-actions github-actions released this 13 Aug 08:48

Changed

  • npm publishing — use granular access token (NPM_TOKEN secret) for CI publishing. OIDC Trusted Publishing returned 404 on scoped packages.

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.

v0.6.23

Choose a tag to compare

@github-actions github-actions released this 13 Aug 08:33

Changed

  • npm publishing — switched from stored NPM_TOKEN secret to OIDC Trusted Publishing with --provenance. No secrets needed, plus supply chain attestation on npmjs.com.

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.

v0.6.22

Choose a tag to compare

@github-actions github-actions released this 13 Aug 07:59

Fixed

  • File deletion on Bunnode: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.