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
mise test-tool was intended to be internally used for testing tool installation, but we could expose it as a way to verify all the tools in the current config work with a flag like --all-config. This way users could run mise test-tool --all-config to verify not just that tools are installed but that they can be executed (generally by calling something like tool --version.
Note that the tests themselves also need to be added to registry.toml:
mise test-tool
was intended to be internally used for testing tool installation, but we could expose it as a way to verify all the tools in the current config work with a flag like--all-config
. This way users could runmise test-tool --all-config
to verify not just that tools are installed but that they can be executed (generally by calling something liketool --version
.Note that the tests themselves also need to be added to registry.toml:
mise/registry.toml
Line 143 in 5b2d795
The text was updated successfully, but these errors were encountered: