--tool-kwargs <str> | Tool arguments as a JSON object. |
--tool-kwargs-file <str> | Read the tool arguments JSON object from a file, or from stdin when the path is ’-’, instead of putting a secret on the command line (a value on argv leaks via ps and shell history). Mutually exclusive with —tool-kwargs; —tool-kw pairs still override its keys. |
--tool-kw <str> | A key=value tool argument (repeatable). |
--schedule-kwargs <str> | Schedule cadence params as JSON. |
--schedule-kw <str> | A key=value schedule param (repeatable). |
--json / --no-json | Emit raw JSON instead of human tables. |