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
| Action | Description | Required flags |
|---|---|---|
count | Get running background agent count | None |
check-completion | Check for background agent completion | None |
wait-completion | Wait for background agent completion | None |
check-group-completion | Check for grouped agent completion | None |
wait-group-completion | Wait for grouped agent completion | None |
wait-event | Wait for any external event | None |
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.