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
But after modifying those files, there doesn't seem to be a way to rerun the default package installation task.
Describe the proposed solution
As well behaving plugins should, the format of the default packages is defined as ASDF_[plugin name]_DEFAULT_PACKAGES_FILE, but with caveats.
For example rust plugin has named their env as ASDF_CRATE_DEFAULT_PACKAGES_FILE, ruby has chosen ASDF_GEM_DEFAULT_PACKAGES_FILE, etc. so using plugin name and piping the file to the correct installer can't be done.
In an ideal solution the plugin template would have a script install-default-packages, like it has for install, list-all, etc. that would handle the job of running install for the default packages.
Describe similar asdf features and why they are not sufficient
The installation of default plugins is already there, it's just not possible to re-trigger it.
Describe other workarounds you've considered
Only way we can at the moment trigger the installation is to remove the version and reinstall.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe
I have my exports set like this:
But after modifying those files, there doesn't seem to be a way to rerun the default package installation task.
Describe the proposed solution
As well behaving plugins should, the format of the default packages is defined as
ASDF_[plugin name]_DEFAULT_PACKAGES_FILE
, but with caveats.For example
rust
plugin has named their env asASDF_CRATE_DEFAULT_PACKAGES_FILE
,ruby
has chosenASDF_GEM_DEFAULT_PACKAGES_FILE
, etc. so using plugin name and piping the file to the correct installer can't be done.In an ideal solution the plugin template would have a script
install-default-packages
, like it has forinstall
,list-all
, etc. that would handle the job of running install for the default packages.Describe similar
asdf
features and why they are not sufficientThe installation of default plugins is already there, it's just not possible to re-trigger it.
Describe other workarounds you've considered
Only way we can at the moment trigger the installation is to remove the version and reinstall.
The text was updated successfully, but these errors were encountered: