Skip to main content

Code Utils 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 codeutils pseudo CLI module currently exposes 3 commands.

Related SDK docs: Code Utils

Commands At A Glance

ActionDescriptionRequired flags
files-mdGet all files as markdownNone
matchersGet matcher listNone
match-detailGet match detail--matcher

files-md

Get all files as markdown

codebolt codeutils files-md

This command takes no parameters.

matchers

Get matcher list

codebolt codeutils matchers

This command takes no parameters.

match-detail

Get match detail

codebolt codeutils match-detail --matcher <string>
NameFlagTypeRequiredDescription
matcher--matcherstringYesValue for the matcher parameter.