Skip to main content

Action Block 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 actionblock pseudo CLI module currently exposes 3 commands.

Related SDK docs: Action Block

Commands At A Glance

ActionDescriptionRequired flags
listList action blocksNone
detailGet action block detail--name
startStart an action block--name

list

List action blocks

codebolt actionblock list [--filter <json>]
NameFlagTypeRequiredDescription
filter--filterjsonNoValue for the filter parameter.

detail

Get action block detail

codebolt actionblock detail --name <string>
NameFlagTypeRequiredDescription
name--namestringYesName of the target resource to create, update, or delete.

start

Start an action block

codebolt actionblock start --name <string> [--params <json>]
NameFlagTypeRequiredDescription
name--namestringYesName of the target resource to create, update, or delete.
params--paramsjsonNoStructured JSON payload passed through to the underlying SDK method.