winget install --id txn2.kubefwd
About kubefwd
kubefwd is a command line utility for bulk forwarding Kubernetes services to your local workstation. Each service gets its own unique loopback IP (127.x.x.x), eliminating port conflicts. Access cluster services by name exactly as in-cluster with automatic /etc/hosts management.
What's new in 1.25.16
kubefwd v1.25.16 This release modernizes the interactive Terminal UI by moving it onto the Charm v2 library line, hardens API-key startup logging, and rolls up routine dependency and CI maintenance. Highlights TUI migrated to Charm v2 (#527, closes #517) The entire interactive TUI (--tui) has been migrated from the v1 Charm libraries to their v2 equivalents under the charm.land/... module path: ──────────────────────────────────────────┬──────────────────────────────────────── Before │After ──────────────────────────────────────────┼──────────────────────────────────────── github.com/charmbracelet/bubbletea v1.3.10│charm.land/bubbletea/v2 v2.0.7 ──────────────────────────────────────────┼──────────────────────────────────────── github.com/charmbracelet/lipgloss v1.1.0 │charm.land/lipgloss/v2 v2.0.4 ──────────────────────────────────────────┼──────────────────────────────────────── github.com/charmbracelet/bubbles v1.0.0 │charm.land/bubbles/v2 v2.1.0 ──────────────────────────────────────────┼──────────────────────────────────────── github.com/evertras/bubble-table v0.19.2 │github.com/evertras/bubble-table v0.22.3 ──────────────────────────────────────────┴──────────────────────────────────────── These are distinct, incompatible type systems, so this was a full API migration rather than a version bump. Notable changes handled under the hood: - View() returns tea.View - alt-screen and mouse capture moved from the removed tea.WithAltScreen() / tea.WithMouseCellMotion() program options to the AltScreen / MouseMode fields on the returned view, applied on every render path. - Key...
Version history
| Version | Updated | Notes |
|---|---|---|
| 1.25.16 | Unknown | kubefwd v1.25.16 This release modernizes the interactive Terminal UI by moving it onto the Charm v2 library line, hardens API-key startup logging, and rolls up routine dependency and CI maintenance. Highlights TUI migrat... |
| 1.25.9 | Unknown | Release notes |