Skip to main content

Orchestrator 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 orchestrator pseudo CLI module currently exposes 8 commands.

Related SDK docs: Orchestrator

Commands At A Glance

ActionDescriptionRequired flags
listList orchestratorsNone
getGet orchestrator--id
settingsGet orchestrator settings--id
createCreate orchestrator--params
updateUpdate orchestrator--id, --params
update-settingsUpdate orchestrator settings--id, --params
deleteDelete orchestrator--id
statusUpdate orchestrator status--id, --status

list

List orchestrators

codebolt orchestrator list

This command takes no parameters.

get

Get orchestrator

codebolt orchestrator get --id <string>
NameFlagTypeRequiredDescription
id--idstringYesIdentifier of the target resource.

settings

Get orchestrator settings

codebolt orchestrator settings --id <string>
NameFlagTypeRequiredDescription
id--idstringYesIdentifier of the target resource.

create

Create orchestrator

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

update

Update orchestrator

codebolt orchestrator update --id <string> --params <json>
NameFlagTypeRequiredDescription
id--idstringYesIdentifier of the target resource.
params--paramsjsonYesStructured JSON payload passed through to the underlying SDK method.

update-settings

Update orchestrator settings

codebolt orchestrator update-settings --id <string> --params <json>
NameFlagTypeRequiredDescription
id--idstringYesIdentifier of the target resource.
params--paramsjsonYesStructured JSON payload passed through to the underlying SDK method.

delete

Delete orchestrator

codebolt orchestrator delete --id <string>
NameFlagTypeRequiredDescription
id--idstringYesIdentifier of the target resource.

status

Update orchestrator status

codebolt orchestrator status --id <string> --status <string>
NameFlagTypeRequiredDescription
id--idstringYesIdentifier of the target resource.
status--statusstringYesStatus value to apply to the target resource.