Changelog
- 070464e chore: release 0.8.2
- 4aa9033 feat(output): say it the way a person would, on the terminal only (#45)
- f10ea69 fix(output): lead human error output with prose, not the wire code
Install
# npm — the bare `krowk` name is blocked by npm's typosquat filter
npx @krowk/cli push screenshot.png
# Direct download — no runtime, no package manager
curl -sSfL https://github.com/krowkcom/cli/releases/download/v0.8.2/krowk_0.8.2_$(uname -s | tr A-Z a-z)_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz \
| tar -xz -C /usr/local/bin krowk krowk-mcp
# From source
go install github.com/krowkcom/cli/cmd/krowk@v0.8.2checksums.txt covers every archive on this release.