Back to Moon

plugin search

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

2.2.42.2 KB
Original Source

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

<VersionLabel version="0.36.0" header />

The proto plugin search <query> command will search for plugins provided by the community, based on the provided query string. Built-in plugins are not searchable.

$ proto plugin search moon

Search results for: moon
Learn more about plugins: https://moonrepo.dev/docs/proto/plugins
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ Plugin      Author    Format Description             Locator                                                             │
│──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────│
│ moon        moonrepo  TOML   moon is a multi-        https://raw.githubusercontent.com/moonrepo/moon/master/proto-       │
│                              language build system   plugin.toml                                                         │
│                              and codebase management                                                                     │
│                              tool.                                                                                       │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

Arguments

  • <query> - Query string to match against.

Options

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