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
| Action | Description | Required flags |
|---|---|---|
json | Parse JSON string | --input |
xml | Parse XML string | --input |
csv | Parse CSV string | --input |
text | Parse text into lines | --input |
errors | Parse error output | --input |
json
Parse JSON string
codebolt parse json --input <string>
| Name | Flag | Type | Required | Description |
|---|---|---|---|---|
input | --input | string | Yes | Value for the input parameter. |
xml
Parse XML string
codebolt parse xml --input <string>
| Name | Flag | Type | Required | Description |
|---|---|---|---|---|
input | --input | string | Yes | Value for the input parameter. |
csv
Parse CSV string
codebolt parse csv --input <string>
| Name | Flag | Type | Required | Description |
|---|---|---|---|---|
input | --input | string | Yes | Value for the input parameter. |
text
Parse text into lines
codebolt parse text --input <string>
| Name | Flag | Type | Required | Description |
|---|---|---|---|---|
input | --input | string | Yes | Value for the input parameter. |
errors
Parse error output
codebolt parse errors --input <string>
| Name | Flag | Type | Required | Description |
|---|---|---|---|---|
input | --input | string | Yes | Value for the input parameter. |