run_taegis_command
Execute any taegis CLI command and get JSON output, serving as an escape hatch for commands without dedicated tool support.
Instructions
Run an arbitrary taegis CLI command and return JSON output.
Use this as an escape hatch for commands not yet wrapped as dedicated tools
(e.g. "rules search --region charlie").
Args:
args: Space-separated CLI arguments after the taegis binary,
e.g. "audits search --region charlie --limit 10".
Returns: Raw JSON output from the taegis CLI.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |