github CodyBontecou/health-md healthmd-cli/v0.1.0-alpha.5
0.1.0-alpha.5

latest release: android/v1.8.1
pre-release9 hours ago

Release Notes

  • Render structured command results, discovery, schemas, and errors as concise human-readable text
    on interactive terminals while preserving the existing JSON model for pipes and explicit
    --json; add --human for pagers and keep raw artifacts and MCP JSON-RPC byte-exact.
  • Make incomplete commands a local, non-network discovery surface: export, extract, query,
    selected typed queries, durable job commands, and command groups now return structured
    healthmd.cli_guidance/1 requirements, schemas, examples, and next actions with a successful exit
    instead of opaque missing-argument failures. Replace escaped Clap/runtime error strings with
    privacy-safe healthmd.cli_error/1 envelopes, stable parser kinds, accepted forms, exact help,
    and code-specific recovery guidance; expand command help, automated tests, and agent-facing docs.
  • Publish this as an explicitly unqualified preview through the checksummed GitHub release,
    Homebrew/Linuxbrew tap, and coordinated crates.io packages while stable qualification remains
    pending.
  • Windows artifacts remain Authenticode-unsigned while the release identity ledger records pending
    external certificate provisioning; verify them through the Sigstore-signed checksum closure.

Install healthmd-cli 0.1.0-alpha.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodyBontecou/health-md/releases/download/healthmd-cli/v0.1.0-alpha.5/healthmd-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/CodyBontecou/health-md/releases/download/healthmd-cli/v0.1.0-alpha.5/healthmd-cli-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install CodyBontecou/tap/healthmd

Download healthmd-cli 0.1.0-alpha.5

File Platform Checksum
healthmd-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
healthmd-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
healthmd-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
healthmd-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
healthmd-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo CodyBontecou/health-md

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

Don't miss a new health-md release

NewReleases is sending notifications on new releases.