cli icon indicating copy to clipboard operation
cli copied to clipboard

CLI-979: Consolidate update-check logic

Open danepowell opened this issue 1 year ago • 1 comments

CommandBase::hasUpdate(), which runs on most commands other than self-update, uses subtly different logic than the upstream self-update library to check whether updates are available. This leads to weird problems like #1402. We should consolidate this logic with the upstream library so prevent problems like this.

danepowell avatar Mar 09 '23 22:03 danepowell

Related I think: https://github.com/consolidation/self-update/issues/8

danepowell avatar Jul 17 '24 22:07 danepowell