You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. This will put atmos on par with terragrunt
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.
This will allow using commands like this to download and pin the version using a .tool-versions file
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 useapt install atmos="<version>-*"
from geodesic.It would be nice to use a tool like
asdf
with anatmos
plugin. This will put atmos on par with terragrunthttps://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 ofatmos
using the asdf.tool-versions
file for users that want to useatmos
within geodesic and from outside.This will allow using commands like this to download and pin the version using a
.tool-versions
fileThe text was updated successfully, but these errors were encountered: