Skip to main content

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

ActionDescriptionRequired flags
createCreate group feedback--params
getGet group feedback--params
listList group feedbacksNone
respondRespond to feedback--params
replyReply to feedback--params
update-summaryUpdate feedback summary--params
update-statusUpdate feedback status--params

create

Create group feedback

codebolt feedback create --params <json>
NameFlagTypeRequiredDescription
params--paramsjsonYesStructured JSON payload passed through to the underlying SDK method.

get

Get group feedback

codebolt feedback get --params <json>
NameFlagTypeRequiredDescription
params--paramsjsonYesStructured JSON payload passed through to the underlying SDK method.

list

List group feedbacks

codebolt feedback list [--params <json>]
NameFlagTypeRequiredDescription
params--paramsjsonNoStructured JSON payload passed through to the underlying SDK method.

respond

Respond to feedback

codebolt feedback respond --params <json>
NameFlagTypeRequiredDescription
params--paramsjsonYesStructured JSON payload passed through to the underlying SDK method.

reply

Reply to feedback

codebolt feedback reply --params <json>
NameFlagTypeRequiredDescription
params--paramsjsonYesStructured JSON payload passed through to the underlying SDK method.

update-summary

Update feedback summary

codebolt feedback update-summary --params <json>
NameFlagTypeRequiredDescription
params--paramsjsonYesStructured JSON payload passed through to the underlying SDK method.

update-status

Update feedback status

codebolt feedback update-status --params <json>
NameFlagTypeRequiredDescription
params--paramsjsonYesStructured JSON payload passed through to the underlying SDK method.