status
The proto status
command will list all tools that are currently active for a target directory,
what versions of those tools are resolved to, and the configuration file in which they are defined.
$ proto status
Tool Configured Resolved Installed Config
deno 1.40.0 1.40.0 ~/.proto/tools/deno/1.40.0 ~/.prototools
node 20.8.0 20.8.0 ~/.proto/tools/node/20.8.0 ~/.prototools
npm 10.1.0 10.1.0 ~/.proto/tools/npm/10.1.0 ~/.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.