Feedback 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 feedback pseudo CLI module currently exposes 7 commands.
Related SDK docs: Feedback
Commands At A Glance
| Action | Description | Required flags |
|---|---|---|
create | Create group feedback | --params |
get | Get group feedback | --params |
list | List group feedbacks | None |
respond | Respond to feedback | --params |
reply | Reply to feedback | --params |
update-summary | Update feedback summary | --params |
update-status | Update feedback status | --params |
create
Create group feedback
codebolt feedback create --params <json>
| Name | Flag | Type | Required | Description |
|---|---|---|---|---|
params | --params | json | Yes | Structured JSON payload passed through to the underlying SDK method. |
get
Get group feedback
codebolt feedback get --params <json>
| Name | Flag | Type | Required | Description |
|---|---|---|---|---|
params | --params | json | Yes | Structured JSON payload passed through to the underlying SDK method. |
list
List group feedbacks
codebolt feedback list [--params <json>]
| Name | Flag | Type | Required | Description |
|---|---|---|---|---|
params | --params | json | No | Structured JSON payload passed through to the underlying SDK method. |
respond
Respond to feedback
codebolt feedback respond --params <json>
| Name | Flag | Type | Required | Description |
|---|---|---|---|---|
params | --params | json | Yes | Structured JSON payload passed through to the underlying SDK method. |
reply
Reply to feedback
codebolt feedback reply --params <json>
| Name | Flag | Type | Required | Description |
|---|---|---|---|---|
params | --params | json | Yes | Structured JSON payload passed through to the underlying SDK method. |
update-summary
Update feedback summary
codebolt feedback update-summary --params <json>
| Name | Flag | Type | Required | Description |
|---|---|---|---|---|
params | --params | json | Yes | Structured JSON payload passed through to the underlying SDK method. |
update-status
Update feedback status
codebolt feedback update-status --params <json>
| Name | Flag | Type | Required | Description |
|---|---|---|---|---|
params | --params | json | Yes | Structured JSON payload passed through to the underlying SDK method. |