Skip to main content

events

This commands allows you to list and inspect events within the Q-Flow Event Registry.

Commands

CommandDescription
listthis command lists all the event types available in your environment.
inspectthis command retrieves the event type with the specified ID.
createthis command creates a new event type for the Qala CLI.

list

this command lists all the event types available in your environment.

Examples:

events ls

inspect

this command retrieves the event type with the specified ID.

Options:

OptionDescription

Examples:

events inspect <EVENT_TYPE_NAME>

create

this command creates a new event type for the Qala CLI.

Options:

OptionDescription
i / importThe path to the file containing the event type definition.

Examples:

events create -i <IMPORT_FILE_PATH>