Skip to content

v0.2.1

Choose a tag to compare

@joerucci joerucci released this 25 Jun 19:38
e5d2e83

What's Changed

  • Added CLI UX polish for help handling, review base detection, deploy target defaults and aliases, JSON output stability, setup seed flags, command suggestions, and NO_COLOR support.
  • Added protected production access, local env cleanup, and scoped CI credential workflows.
  • Added hygiene rotation policy and suppression workflows.
  • Full changelog: v0.2.0...v0.2.1

Verify This Release

Release assets for this version include:

  • ghostable-cli-0.2.1.tgz
  • SHA256SUMS
  • cli-sbom.cdx.json

1. Verify checksum

shasum -a 256 -c SHA256SUMS

2. Verify provenance attestation

gh attestation verify ghostable-cli-0.2.1.tgz --repo ghostable-dev/beta

3. (Optional) Inspect SBOM metadata

cat cli-sbom.cdx.json | jq '.metadata.component.name, .metadata.component.version'