Skip to main content

outdated

v0.19.0

The proto outdated command will load all .prototools files and check for newer (matching configured range) and latest versions of each configured tool. Will also include the configuration file in which the version has been configured.

$ proto outdated

Tool Current Newest Latest Config
deno 1.40.0 1.42.4 1.42.4 ~/.prototools
node 20.8.0 20.12.2 21.7.3 ~/.prototools
npm 10.1.0 10.5.2 10.5.2 ~/.prototools

By default, this command does not check tools for versions pinned in the global ~/.proto/.prototools file. Pass --config-mode all to include them.

Options

  • --json - Print the list in JSON format.
  • --latest - When updating versions with --update, use the latest version instead of newest.
  • --update - Update and write newest/latest versions to their respective configuration.