Get
Gets details of a specific Event Handler currently registered by Clients to the Runtime
dolittle runtime eventhandlers get <identifier> [options]
Arguments
Argument | Description |
---|---|
<identifier> |
The identifier of the Event Handler to get details for. Format: id/alias[:scope] |
Options
Option | Description |
---|---|
--tenant <id> |
Only show Stream Processor status for the specified Tenant. |
--runtime host[:port] |
The address to the management endpoint of a Runtime. See details. |
--output table|json |
Select the format the output of the subcommand. Defaults to table. |
--wide |
If set, prints more details in table format for a wider output. |
--help |
Show help information. |
Last modified June 20, 2023: move documentation under content instead of symlinks (0b0f6d8)