Model transformation CLI — agileworks dogfood
After downloading, verify the SHA-256 hash matches:
# macOS
shasum -a 256 <downloaded-file>
# Linux
sha256sum <downloaded-file>
# Windows (PowerShell)
Get-FileHash <downloaded-file> -Algorithm SHA256
# Verify against the release registry
curl -s -X POST https://harbor.kapable.dev/v1/releases/verify \
-H "Content-Type: application/json" \
-d '{"hash": "<sha256-from-above>"}'