Skip to content

v0.1.0

Choose a tag to compare

@amitkoth amitkoth released this 16 Jul 09:26

Tallyfy CLI v0.1.0

Deterministic, scriptable Tallyfy workflow automation for your terminal.

Changelog

New features

  • 003eb82 feat: add blueprint, process, and task command trees
  • f2a1805 feat: add doctor, mcp, run (saved commands), update commands; map cobra arg-count errors to exit 2
  • 45b4ed9 feat: add shared command helpers (RenderList, RenderItem, readInput, dry-run)
  • 87727fe feat: add user, guest, group, folder, tag, org, whoami, auth, config, api, trust, completion commands
  • adb2e6a feat: allow read-only verbs by default; make dry-run preview without --yes
  • b12b0da feat: implement config, API client, auth, permissions, hooks, output, update, telemetry, saved commands, mcp config
  • 7dcc35f feat: scaffold CLI skeleton with package contracts, goreleaser and CI config

Bug fixes

  • 01ecd3e fix: blueprint create must send a type field (real-API requirement)

Install

Homebrew (macOS and Linux)

brew install tallyfy/tap/tallyfy

Direct download (macOS/Linux) - verify, extract, run:

curl -fsSLO https://github.com/tallyfy/cli/releases/download/v0.1.0/tallyfy_0.1.0_darwin_arm64.tar.gz
curl -fsSLO https://github.com/tallyfy/cli/releases/download/v0.1.0/checksums.txt
shasum -a 256 --check --ignore-missing checksums.txt
tar -xzf tallyfy_0.1.0_darwin_arm64.tar.gz tallyfy

Windows: download the windows zip, then run Unblock-File .\tallyfy.exe
(binaries are not yet Authenticode-signed).

Note on unsigned binaries: this release is not code-signed or notarized yet.
Homebrew installs work out of the box. If your browser downloaded the archive
on macOS, clear the quarantine flag: xattr -d com.apple.quarantine ./tallyfy
(curl/wget downloads are not quarantined). See README > Installation.