v0.1.0
Tyk CLI v0.1.0
Welcome to this new release of Tyk CLI! π
Quick Install
# Direct download
curl -L https://github.com/sedkis/tyk-cli/releases/download/v0.1.0/tyk-cli_v0.1.0_$(uname -s)_$(uname -m).tar.gz | tar xz
sudo mv tyk /usr/local/bin/
# Verify installation
tyk --versionChangelog
Others
- aaad648: Add GoReleaser configuration for automated releases (@sedkis)
- b60227b: Add MIT LICENSE file (@sedkis)
- 08be4f8: Fix GoReleaser configuration for successful build (@sedkis)
- 696b21d: Fix Homebrew tap configuration for GoReleaser (@sedkis)
- 0c08925: Implement Phase 2: Core API commands with declarative apply pattern (@sedkis)
- 38fe6a3: Skip integration tests in short mode and disable tests in CI (@sedkis)
- 0493591: Temporarily disable Homebrew tap due to token permissions (@sedkis)
- 3bf80c3: Unify config and environment systems (@sedkis)
- a77cc9d: Update GoReleaser config to use sedkis personal account (@sedkis)
- c68b457: Update README to reflect current implementation status (@sedkis)
- 4608e46: first commit (@sedkis)
- 3f7358e: init boiler plate. (@sedkis)
Full Changelog: ...v0.1.0
π€ This release was created automatically by GoReleaser.