Skip to main content

Background Child Threads 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 bg-threads pseudo CLI module currently exposes 6 commands.

Commands At A Glance

ActionDescriptionRequired flags
countGet running background agent countNone
check-completionCheck for background agent completionNone
wait-completionWait for background agent completionNone
check-group-completionCheck for grouped agent completionNone
wait-group-completionWait for grouped agent completionNone
wait-eventWait for any external eventNone

count

Get running background agent count

codebolt bg-threads count

This command takes no parameters.

check-completion

Check for background agent completion

codebolt bg-threads check-completion

This command takes no parameters.

wait-completion

Wait for background agent completion

codebolt bg-threads wait-completion

This command takes no parameters.

check-group-completion

Check for grouped agent completion

codebolt bg-threads check-group-completion

This command takes no parameters.

wait-group-completion

Wait for grouped agent completion

codebolt bg-threads wait-group-completion

This command takes no parameters.

wait-event

Wait for any external event

codebolt bg-threads wait-event

This command takes no parameters.