Squire Verify
verifyRun inline code or local scripts in fresh Linux containers across target images to validate behavior and ensure environment compatibility.
Instructions
Run small inline snippets or staged scripts in fresh Linux containers across the supported target images.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | Inline code snippet to verify. | |
| file | No | Path to a local script file to upload. | |
| language | Yes | Language to execute: bash, python, or node. | |
| targets | No | Target matrix as an array or CSV string. | |
| timeout | No | Per-target timeout in seconds. |