Skip to content

Releases: gitscrum-core/cli

v1.0.1

10 Feb 20:18

Choose a tag to compare

Changelog

  • 74897eb Normalize release workflow quoting; remove binary
  • b471cac Revamp README header and intro copy
  • f997da7 ci: add homebrew tap token for cross-repo push
  • ff25447 ci: add token for scoop bucket cross-repo push
  • 92118ce ci: fix goreleaser action to use v2
  • f4d0a85 ci: fix goreleaser v2 deprecations (formats, homebrew_casks)
  • faf7add ci: generate shell completions in goreleaser before hook
  • f18b12d ci: remove lint job and add cross-platform build matrix
  • 809145a fix: add continue-on-error to lint job and skip cache
  • 9b781fd fix: downgrade Go version to 1.21 for CI compatibility
  • cd9a57c fix: update CI workflow for Go 1.21 and golangci-lint compatibility
  • 8778773 style: apply gofmt -s formatting across all files
  • 1ec52f9 style: fix gofmt -s comment alignment in context.go and display.go

v1.0.0

10 Feb 20:11

Choose a tag to compare

Changelog

  • 74897eb Normalize release workflow quoting; remove binary
  • b471cac Revamp README header and intro copy
  • f997da7 ci: add homebrew tap token for cross-repo push
  • ff25447 ci: add token for scoop bucket cross-repo push
  • 92118ce ci: fix goreleaser action to use v2
  • f4d0a85 ci: fix goreleaser v2 deprecations (formats, homebrew_casks)
  • faf7add ci: generate shell completions in goreleaser before hook
  • f18b12d ci: remove lint job and add cross-platform build matrix
  • 809145a fix: add continue-on-error to lint job and skip cache
  • 9b781fd fix: downgrade Go version to 1.21 for CI compatibility
  • cd9a57c fix: update CI workflow for Go 1.21 and golangci-lint compatibility
  • 8778773 style: apply gofmt -s formatting across all files
  • 1ec52f9 style: fix gofmt -s comment alignment in context.go and display.go

v1.0.0-beta - First Public Beta

09 Feb 05:13

Choose a tag to compare

Pre-release

GitScrum CLI v1.0.0-beta 🎉

First public beta release of the GitScrum CLI!

Installation

Quick Install

\\�ash
curl -sL https://raw.githubusercontent.com/gitscrum-core/cli/main/install.sh | sh
\\

macOS (Homebrew)

\\�ash
brew install gitscrum-core/tap/gitscrum
\\

Windows (Scoop)

\\powershell
scoop bucket add gitscrum https://github.com/gitscrum-core/scoop-bucket
scoop install gitscrum
\\

Go Install

\\�ash
go install github.com/gitscrum-core/cli/cmd/gitscrum@latest
\\

Features

  • Authentication: OAuth 2.0 Device Flow for secure login
  • Task Management: List, view, create, update, and complete tasks
  • Time Tracking: Start/stop timers, log time manually, view reports
  • Sprint Analytics: Current sprint KPIs, burndown charts (ASCII)
  • Git Integration: Branch detection, task code extraction
  • Daily Standups: View completed tasks, blockers, team status
  • CI/CD Support: GITSCRUM_ACCESS_TOKEN for headless environments
  • Cross-platform: Windows, macOS, Linux

Quick Start

\\�ash
gitscrum auth login # Authenticate
gitscrum tasks # List your tasks
gitscrum timer start GS-123 # Start time tracking
gitscrum sprints burndown # View burndown chart
\\

Documentation


Note: This is a beta release. Please report any issues at https://github.com/gitscrum-core/cli/issues