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
| Action | Description | Required flags |
|---|---|---|
list | List action blocks | None |
detail | Get action block detail | --name |
start | Start an action block | --name |
list
List action blocks
codebolt actionblock list [--filter <json>]
| Name | Flag | Type | Required | Description |
|---|---|---|---|---|
filter | --filter | json | No | Value for the filter parameter. |
detail
Get action block detail
codebolt actionblock detail --name <string>
| Name | Flag | Type | Required | Description |
|---|---|---|---|---|
name | --name | string | Yes | Name of the target resource to create, update, or delete. |
start
Start an action block
codebolt actionblock start --name <string> [--params <json>]
| Name | Flag | Type | Required | Description |
|---|---|---|---|---|
name | --name | string | Yes | Name of the target resource to create, update, or delete. |
params | --params | json | No | Structured JSON payload passed through to the underlying SDK method. |