Skip to content

Releases: roboalchemist/linear-cli

linear-cli v0.5.0

05 Mar 04:59

Choose a tag to compare

  • Add --content-file flag to project create and project update commands
  • Reads content from a markdown file (use - for stdin)
  • Complements existing --content (inline) and --description-file flags
  • Includes all v0.4.0 features: schema introspection audits, issue tree/dependency graph, file upload, initiative linking

linear-cli v0.3.2

10 Feb 08:03

Choose a tag to compare

Fix project list (json) smoke test to use --newer-than all_time filter.

linear-cli v0.3.1

10 Feb 07:10

Choose a tag to compare

linear-cli v0.3.0

09 Feb 07:36

Choose a tag to compare

What's New

  • skill command group: New skill print and skill add subcommands for managing the embedded Claude Code skill
  • Embedded Claude Code skill: SKILL.md and reference/commands.md are compiled into the binary via go:embed
  • skill add: Installs the skill to ~/.claude/skills/linear-cli/ with one command
  • docs enhanced: Now also prints the Claude Code skill after the README

Fixes

  • Fix .gitignore pattern that accidentally ignored .claude/skills/linear-cli/ directory

Install via Homebrew:

brew tap roboalchemist/tap
brew install linear-cli

Or upgrade: brew upgrade linear-cli

linear-cli v0.2.1

09 Feb 07:05

Choose a tag to compare

  • Fork under roboalchemist, migrate module path from dorkitude
  • Add fork attribution to README
  • Move Homebrew formula to roboalchemist/tap
  • Fix header box alignment for emoji characters
  • Normalize example email to user@example.com per RFC 2606

Install via Homebrew:

brew tap roboalchemist/tap
brew install linear-cli

Or download a pre-compiled binary below.