run_kicad_cli
Run any headless KiCad CLI command to automate PCB design tasks such as ERC and DRC checks on schematic and layout files.
Instructions
Run an arbitrary headless kicad-cli command.
Example: command="sch", args=["erc", "project.kicad_sch"] command="pcb", args=["drc", "project.kicad_pcb"]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes | ||
| command | Yes |