You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: migrate CLI framework from urfave/cli to cobra + huh
- Replace urfave/cli/v2 with spf13/cobra v1.10.2 for CLI framework
- Replace AlecAivazis/survey/v2 with charmbracelet/huh v0.8.0 for interactive forms
- Auto-generated 'completion' command (bash, zsh, fish, powershell)
- Migrate .goreleaser.yml: brews → homebrew_casks, dockers+docker_manifests → dockers_v2
- Update Dockerfile.goreleaser with TARGETPLATFORM ARG for dockers_v2
- Update all 14 command files, tests, golden files, and testscripts
- Remove unused urfave/cli and survey dependencies via go mod tidy
BREAKING CHANGE: CLI help output format changed (cobra conventions)
0 commit comments