v0.2.4
Tyk CLI v0.2.4
Welcome to this new release of Tyk CLI! π
Quick Install
# Direct download
curl -L https://github.com/sedkis/tyk-cli/releases/download/v0.2.4/tyk-cli_v0.2.4_$(uname -s)_$(uname -m).tar.gz | tar xz
sudo mv tyk /usr/local/bin/
# Verify installation
tyk --versionChangelog
New Features
- 6bdf909: feat(api): make idempotent (upsert) and remove flag\n\n- Apply updates existing API by ID or creates if missing, preserving API ID\n- Remove flag, simplify UX to a single idempotent command\n- Update help text, README, and examples\n- Adjust tests to mock creation on missing ID\n- Add CHANGELOG entry (@sedkis)
- fb73f9f: feat(apply): support reading OAS from stdin with -f - (YAML or JSON). Update help text. (@sedkis)
Bug Fixes
- ca2fcb2: fix(apply): treat 400 'Could not retrieve Api detail' as not-found for upsert, fallback to create preserving API ID (@sedkis)
Others
Full Changelog: v0.2.3...v0.2.4
π€ This release was created automatically by GoReleaser.