Skip to main content

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 utils pseudo CLI module currently exposes 1 command.

Related SDK docs: Utils

Commands At A Glance

ActionDescriptionRequired flags
apply-diffEdit file and apply diff with AI--path, --diff, --diff-id, --prompt

apply-diff

Edit file and apply diff with AI

codebolt utils apply-diff --path <string> --diff <string> --diff-id <string> --prompt <string> [--model <string>]
NameFlagTypeRequiredDescription
path--pathstringYesFilesystem or workspace path used by the command.
diff--diffstringYesValue for the diff parameter.
diff-id--diff-idstringYesValue for the diff-id parameter.
prompt--promptstringYesValue for the prompt parameter.
model--modelstringNoModel identifier used by the LLM operation.