Hacker News new | ask | show | jobs
Show HN: UpgradeCLI: A Go pkg to add an upgrade sub-command to your CLI (github.com)
6 points by joshi4 859 days ago
I think it's a nice DX when CLI's add an `upgrade` sub-command and present users with a simple and automatic way of updating to the newest version.

That's why I built UpgradeCLI. Any Go cli can adopt it and have a working upgrade sub-command in a matter of minutes.

Let me know what y'all think.

1 comments

Are you building something for non go users ?
Not at the moment.