events
This commands allows you to list and inspect events within the Q-Flow Event Registry.
Commands
| Command | Description |
|---|---|
| list | this command lists all the event types available in your environment. |
| inspect | this command retrieves the event type with the specified ID. |
| create | this 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:
| Option | Description |
|---|
Examples:
events inspect <EVENT_TYPE_NAME>
create
this command creates a new event type for the Qala CLI.
Options:
| Option | Description |
|---|---|
i / import | The path to the file containing the event type definition. |
Examples:
events create -i <IMPORT_FILE_PATH>