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
Is your feature request related to a problem? Please describe
If you run asdf install on a project with multiple tools defined in .tool-versions you get hit with a wall of output from the various tools being installed/built/etc. This is fine, but if an error occurs with one of those (in an automated process, perhaps - like CI) it can be quite difficult to figure out exactly where the error has occurred.
On the other hand, if those tools are already installed, asdf outputs a line similar to package 1.2.3 is already installed.
It would be good to add installing package 1.2.3 into the "wall of output" so somebody trying to pick through the history of a failing bulk install has at least a breadcrumb to go on.
Describe the proposed solution
when installing a plugin, the following outputs:
package 1.2.3 is downloading package 1.2.3 is installing
or similar
Describe similar asdf features and why they are not sufficient
running asdf install on already installed tools already outputs a readable line, but this isn't helpful in automated jobs
Describe other workarounds you've considered
I considered breaking up our install into separate invocations of asdf, but the tool already has the ability to process the .tool-versions file and install any missing tools.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe
If you run
asdf install
on a project with multiple tools defined in.tool-versions
you get hit with a wall of output from the various tools being installed/built/etc. This is fine, but if an error occurs with one of those (in an automated process, perhaps - like CI) it can be quite difficult to figure out exactly where the error has occurred.On the other hand, if those tools are already installed,
asdf
outputs a line similar topackage 1.2.3 is already installed
.It would be good to add
installing package 1.2.3
into the "wall of output" so somebody trying to pick through the history of a failing bulk install has at least a breadcrumb to go on.Describe the proposed solution
when installing a plugin, the following outputs:
package 1.2.3 is downloading
package 1.2.3 is installing
or similar
Describe similar
asdf
features and why they are not sufficientrunning
asdf install
on already installed tools already outputs a readable line, but this isn't helpful in automated jobsDescribe other workarounds you've considered
I considered breaking up our install into separate invocations of
asdf
, but the tool already has the ability to process the.tool-versions
file and install any missing tools.The text was updated successfully, but these errors were encountered: