Skip to main content

Output Parsers 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 parse pseudo CLI module currently exposes 5 commands.

Related SDK docs: Output Parsers

Commands At A Glance

ActionDescriptionRequired flags
jsonParse JSON string--input
xmlParse XML string--input
csvParse CSV string--input
textParse text into lines--input
errorsParse error output--input

json

Parse JSON string

codebolt parse json --input <string>
NameFlagTypeRequiredDescription
input--inputstringYesValue for the input parameter.

xml

Parse XML string

codebolt parse xml --input <string>
NameFlagTypeRequiredDescription
input--inputstringYesValue for the input parameter.

csv

Parse CSV string

codebolt parse csv --input <string>
NameFlagTypeRequiredDescription
input--inputstringYesValue for the input parameter.

text

Parse text into lines

codebolt parse text --input <string>
NameFlagTypeRequiredDescription
input--inputstringYesValue for the input parameter.

errors

Parse error output

codebolt parse errors --input <string>
NameFlagTypeRequiredDescription
input--inputstringYesValue for the input parameter.