Skip to main content

versions

v0.44.0

The proto versions <tool> command will list available versions by resolving versions from the tool's remote release manifest. Furthermore, if a version has been installed locally, it will be denoted with a timestamp.

$ proto versions node
...
22.0.0
22.1.0
22.2.0
22.3.0
22.4.0
22.4.1
22.5.0 - installed 12/25/24
22.5.1
22.6.0
22.7.0
22.8.0
22.9.0
22.10.0
22.11.0
22.12.0
23.0.0
23.1.0
23.2.0
23.3.0
23.4.0 - installed 12/19/24
23.5.0 - installed 12/25/24

Arguments

  • <tool> - Type of tool.

Options

  • --aliases - Include aliases in the list.
  • --installed - Only display installed versions.
  • --json - Print the versions and aliases in JSON format.