Skip to content

Eldius/gvm

Repository files navigation

Go Version Manager (GVM)

build/release status

Release artifact Go

commands

  • gvm:
    • ls: gvm ls list installed versions
    • ls-remote: gvm ls-remote list versions available to install
    • install: gvm install <version> install available version
    • use: gvm use <version> setup version as active
    • hooks: gvm hooks list hooks
      • add: gvm hooks add <script> add a script as hook (executed when you change the active version)