Skip to content

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 10:35
· 7 commits to main since this release

Changelog

  • 6d7f2d3 chore: release 0.8.0
  • 01278ba krowk.links: --link on the CLI, links on the MCP push tool (#43)
  • dec4df6 fix: action hardening — version pinning, bash 3.2, CI branch detection (#42)
  • f002071 feat: GitHub Action wrapping the CLI (#41)

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.0/krowk_0.8.0_$(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.0

checksums.txt covers every archive on this release.