gvm icon indicating copy to clipboard operation
gvm copied to clipboard

Suggestion: Shall we add some new options like: gvm list --release or gvm list --stable or gvm list --lts

Open xwi88 opened this issue 3 years ago • 1 comments

Shall add some new options: gvm list --release or gvm list --stable or gvm list --lts like nvm --lts

why

  1. this can reduce more early unstable or old versions to show;
  2. this can help gvm users upgrade the major version to that latest more convenient;

ref

maybe can ref the nvm usage, like nvm --lts

others

  • gvm list --lts=<major[.middle][.micro]> show the release versions by version regex
  • gvm list --version=<major[.middle][.micro]> show the versions by version regex
  • gvm list --lts --num=[count] show the latest count release verisons
  • gvm list --num=[count] show the latest count verisons

xwi88 avatar Feb 19 '22 09:02 xwi88

@xwi88 kindly try this GO Version Manager: https://github.com/ankitcharolia/goenv

ankitcharolia avatar Aug 05 '23 15:08 ankitcharolia