Back to Moon

plugin info

website/docs/proto/commands/plugin/info.mdx

2.2.42.0 KB
Original Source

import VersionLabel from '@site/src/components/Docs/VersionLabel';

<VersionLabel version="0.23.0" header />

The proto plugin info <id> command will display information about a tool and its plugin.

$ proto plugin info node

Plugin ─────────────────────────────────

  ID: node
  Name: Node.js
  Type: Language
  Version: 0.13.0
  Source URL: https://github.com/moonrepo/plugins/releases/download/node_tool-v0.13.0/node_tool.wasm

Inventory ──────────────────────────────

  Detected version: 23.5.0
  Fallback version: 23.5.0
  Store directory: /Users/name/.proto/tools/node
  Executable file: /Users/name/.proto/tools/node/23.5.0/bin/node
  Executables directory: /Users/name/.proto/tools/node/23.5.0/bin
  Global packages directory: /Users/name/.proto/tools/node/globals/bin
  Shims:
    - /Users/name/.proto/shims/node
  Binaries:
    - /Users/name/.proto/bin/node
    - /Users/name/.proto/bin/node-20
    - /Users/name/.proto/bin/node-20.15
    - /Users/name/.proto/bin/node-20.8
    - /Users/name/.proto/bin/node-23
    - /Users/name/.proto/bin/node-23.4
    - /Users/name/.proto/bin/node-23.5
  Installed versions:
    20.8.0 - installed 12/19/24, last used 12/19/24
    20.15.0 - installed 12/25/24, last used 12/25/24
    23.4.0 - installed 12/19/24, last used 12/19/24
    23.5.0 - installed 12/25/24, last used 12/25/24, fallback version
  Remote aliases:
    argon = 4.9.1
    boron = 6.17.1
    carbon = 8.17.0
    dubnium = 10.24.1
    erbium = 12.22.12
    fermium = 14.21.3
    gallium = 16.20.2
    hydrogen = 18.20.5
    iron = 20.18.1
    jod = 22.12.0
    latest = 23.5.0
    stable = 22.12.0

Configuration ──────────────────────────

  Local aliases:
    example = 19.0.0
  Environment variables: —
  Settings: —

Arguments

  • <id> - ID of tool.

Options

  • --json - Print the info in JSON format.