Skip to main content

Event Log 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 eventlog pseudo CLI module currently exposes 6 commands.

Related SDK docs: Event Log

Commands At A Glance

ActionDescriptionRequired flags
createCreate event log instance--name
getGet event log instance--id
listList event log instancesNone
appendAppend event--params
queryQuery events--query
statsGet instance statistics--id

create

Create event log instance

codebolt eventlog create --name <string> [--description <string>]
NameFlagTypeRequiredDescription
name--namestringYesName of the target resource to create, update, or delete.
description--descriptionstringNoLonger description text for the resource.

get

Get event log instance

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

list

List event log instances

codebolt eventlog list

This command takes no parameters.

append

Append event

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

query

Query events

codebolt eventlog query --query <json>
NameFlagTypeRequiredDescription
query--queryjsonYesSearch query string used by the command.

stats

Get instance statistics

codebolt eventlog stats --id <string>
NameFlagTypeRequiredDescription
id--idstringYesIdentifier of the target resource.