kitaru importer test
Load and optionally invoke an importer Parser in a bounded child process.
Usage
kitaru importer test PATH [OPTIONS]Supported --output modes: auto, text, json.
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
PATH | path | Yes | Importer script. |
Options
| Name | Type | Required | Description |
|---|---|---|---|
--entrypoint | attribute | Yes | Parser attribute. |
--payload | path | No | Payload to parse. |
--params | JSON object | No | Parser parameters. |
--timeout | positive float | No | Child timeout. |
Every command also accepts the global options listed on the CLI overview page.