Appearance
metaplay llm-docs search QUERY --keywords KEYWORDS [flags]
[preview] Submit an end-user search and fetch relevant documentation (machine use only)
Appearance
[preview] Submit an end-user search and fetch relevant documentation (machine use only)
metaplay llm-docs search QUERY --keywords KEYWORDS [flags] PREVIEW: This command is in preview and subject to change!
Submit an end-user search, plus pre-extracted keywords, to the llm-docs service and print the response.
Intended for machine consumption (e.g. AI coding agents); the output format is not stable for human-driven workflows.
# Quote the whole --keywords value if any keyword contains spaces.
metaplay llm-docs search "How do I implement guilds?" --keywords "guilds,guild actor,members,social,multiplayer"
metaplay llm-docs search "Recommended .NET version?" --keywords dotnet,runtime,version,SDK,LTS--keywords <string>: Comma-separated list of pre-extracted keywords for the query (required)--color <string>: Should the output be colored (yes/no/auto)? [env: METAPLAYCLI_COLOR] (default: auto)--project <string>: Path to the to project directory (where metaplay-project.yaml is located)--skip-version-check: Skip the check for a new CLI version being available--verbose: Enable verbose logging, useful for troubleshooting [env: METAPLAYCLI_VERBOSE]