atmos
atmos copied to clipboard
Switching between atmos versions (asdf plugin)
Have a question? Please checkout our Slack Community or visit our Slack Archive.
Describe the Feature
Sometimes I need to switch between atmos versions in order to debug something or perhaps a client uses version X and another client uses version Y. I usually have to run another go install
of a specific atmos release or use apt install atmos="<version>-*"
from geodesic.
It would be nice to use a tool like asdf
with an atmos
plugin
https://asdf-vm.com/ https://github.com/asdf-vm/asdf https://github.com/asdf-vm/asdf-plugins
Another advantage of supporting asdf
is that we can pin versions of atmos
using the asdf .tool-versions
file for users that want to use atmos
within geodesic and from outside.