upgrade.go 🔗
@@ -137,6 +137,10 @@ func runUpgrade(apply bool) error {
successStyle.Render(check),
"Upgraded to",
chipStyle.Render(latestVersion))
+ fmt.Printf("%s %s\n",
+ chipStyle.Render("NOTE:"),
+ "taking advantage of this binary upgrade might require updating your rules")
+ fmt.Printf("⮑ %s\n", lipgloss.NewStyle().Underline(true).Render("https://"+info.Main.Path))
return nil
}