Skip to main content

Search Pseudo CLI

Generated from packages/codeboltjs/src/tools/pseudo-cli/commands.ts. Edit the registry or rerun node scripts/generate-pseudo-cli-docs.js instead of updating this file by hand.

The search pseudo CLI module currently exposes 2 commands.

Related SDK docs: Search

Commands At A Glance

ActionDescriptionRequired flags
codebaseSearch the codebase--query
mcp-toolSearch MCP tools--query

codebase

Search the codebase

codebolt search codebase --query <string> [--dirs <json>]
NameFlagTypeRequiredDescription
query--querystringYesSearch query string used by the command.
dirs--dirsjsonNoValue for the dirs parameter.

mcp-tool

Search MCP tools

codebolt search mcp-tool --query <string> [--tags <json>]
NameFlagTypeRequiredDescription
query--querystringYesSearch query string used by the command.
tags--tagsjsonNoValue for the tags parameter.