docs/cli/latest.md
mise latestmise latest [-i --installed] [--before <BEFORE>] <TOOL@VERSION>src/cli/latest.rsGets the latest available version for a plugin
Supports prefixes such as node@20 to get the latest version of node 20.
<TOOL@VERSION>Tool to get the latest version of
-i --installedShow latest installed instead of available version
--before <BEFORE>Only consider versions released before this date
Supports absolute dates like "2024-06-01" and relative durations like "90d" or "1y".
Overrides per-tool minimum_release_age options and the global minimum_release_age setting.
Examples:
$ mise latest node@20 # get the latest version of node 20
20.0.0
$ mise latest node # get the latest stable version of node
20.0.0
$ mise latest node --before 2024-01-01 # latest stable node released before 2024-01-01