Medic.Checks.ToolVersions (Medic v2.0.1)
View SourceDoctor checks for runtime version managers. Prefers mise-en-place, then asdf.
Examples
{Check.ToolVersions, :package_installed?, ["postgres"]}
{Check.ToolVersions, :plugin_installed?, ["postgres"]}
Summary
Functions
Checks that ASDF can resolve a version for the declared plugin.
Checks that the configured ASDF plugin is installed.
Functions
@spec package_installed?(binary()) :: Medic.Check.check_return_t()
Checks that ASDF can resolve a version for the declared plugin.
@spec plugin_installed?(binary()) :: Medic.Check.check_return_t()
Checks that the configured ASDF plugin is installed.