Releases: stevengregory/musing-cli
Releases · stevengregory/musing-cli
musing-cli v0.5.0
Changelog
Features
- 3ad703d: feat: add tunnel command for managing SSH tunnels to production database (@stevengregory)
- 1a6730b: feat: organize commands into Core and Additional groups like GitHub CLI (@stevengregory)
Refactors
- e6eb83a: refactor: use --stop flag for tunnel command to match dev command pattern (@stevengregory)
- e8b4242: refactor: use subcommands instead of flags following GitHub CLI conventions (@stevengregory)
Installation
Homebrew
brew tap stevengregory/musing
brew install musingBinary Download
Download the appropriate binary for your platform from the assets below.
From Source
go install github.com/stevengregory/musing-cli/cmd/musing@v0.5.0musing-cli v0.4.3
Changelog
Bug Fixes
- 42a2943: fix: inject ldflags directly into cmd.Version instead of main.Version (@stevengregory)
Installation
Homebrew
brew tap stevengregory/musing
brew install musingBinary Download
Download the appropriate binary for your platform from the assets below.
From Source
go install github.com/stevengregory/musing-cli/cmd/musing@v0.4.3musing-cli v0.4.2
Changelog
Bug Fixes
- 2486857: fix: correct ldflags package path for version injection (@stevengregory)
Installation
Homebrew
brew tap stevengregory/musing
brew install musingBinary Download
Download the appropriate binary for your platform from the assets below.
From Source
go install github.com/stevengregory/musing-cli/cmd/musing@v0.4.2musing-cli v0.4.1
Changelog
Bug Fixes
- 1f940ab: fix: prevent duplicate banner on help command (@stevengregory)
Installation
Homebrew
brew tap stevengregory/musing
brew install musingBinary Download
Download the appropriate binary for your platform from the assets below.
From Source
go install github.com/stevengregory/musing-cli/cmd/musing@v0.4.1musing-cli v0.4.0
Changelog
Refactors
- 616c22a: refactor: migrate from urfave/cli to Cobra (@stevengregory)
Installation
Homebrew
brew tap stevengregory/musing
brew install musingBinary Download
Download the appropriate binary for your platform from the assets below.
From Source
go install github.com/stevengregory/musing-cli/cmd/musing@v0.4.0musing-cli v0.3.8
Changelog
Bug Fixes
- bc7c9dc: fix: suppress banner for completion internal calls (@stevengregory)
Installation
Homebrew
brew tap stevengregory/musing
brew install musingBinary Download
Download the appropriate binary for your platform from the assets below.
From Source
go install github.com/stevengregory/musing-cli/cmd/musing@v0.3.8musing-cli v0.3.7
Changelog
Bug Fixes
- dcd22a8: fix: suppress banner for completion command output (@stevengregory)
Installation
Homebrew
brew tap stevengregory/musing
brew install musingBinary Download
Download the appropriate binary for your platform from the assets below.
From Source
go install github.com/stevengregory/musing-cli/cmd/musing@v0.3.7musing-cli v0.3.6
Changelog
Refactors
- 6428d05: refactor: use official urfave/cli completion scripts via embed (@stevengregory)
Installation
Homebrew
brew tap stevengregory/musing
brew install musingBinary Download
Download the appropriate binary for your platform from the assets below.
From Source
go install github.com/stevengregory/musing-cli/cmd/musing@v0.3.6musing-cli v0.3.5
Changelog
Features
- 9966ea5: feat: add completion command for bash/zsh shell completions (@stevengregory)
Installation
Homebrew
brew tap stevengregory/musing
brew install musingBinary Download
Download the appropriate binary for your platform from the assets below.
From Source
go install github.com/stevengregory/musing-cli/cmd/musing@v0.3.5musing-cli v0.3.4
Changelog
Features
- 7abcae8: feat: add bash completion support (@stevengregory)
Installation
Homebrew
brew tap stevengregory/musing
brew install musingBinary Download
Download the appropriate binary for your platform from the assets below.
From Source
go install github.com/stevengregory/musing-cli/cmd/musing@v0.3.4