Support a command like kerl deploy
to copy an OTP installation to other machines?
#253
Labels
kerl deploy
to copy an OTP installation to other machines?
#253
Hi. Thank you for working on
asdf-erlang
!We have some dev/testing Linux PCs/VMs and Macs (Apple silicon and Intel chips). We want to avoid to build Erlang/OTP on every machine at every time a new Erlang/OTP version is released. #165 can be a solution for this, but I would propose a different solution because we are using CentOS 7 on some of our Linux machines, and I am not sure if it is covered by #165.
kerl
has adeploy
command to copy an OTP installation to other machine.https://github.com/kerl/kerl#deploy
So it would be nice if
asdf-erlang
provides a similar command tokerl deploy
. I am not sure if we can add a sub-command toasdf
from a plugin, but if it is possible, it could be the followings:To use
deploy
command, we still need to build Erlang/OTP once per OS/architecture, so the entire workflow will be the followings:Is this feasible?
The text was updated successfully, but these errors were encountered: