keystone_new_script
Create or refresh a shell script under .keystone/harness/scripts, with executable permissions. Use it to add a standalone script or update an existing one.
Instructions
Scaffold a shell script under .keystone/harness/scripts/<name>.sh.
Use this to drop a script body without a sensor wrapper, or to
refresh an existing script (with force=True). New scripts are
chmod +x. Most projects scaffold sensors via keystone_new_sensor
which stamps the matching script automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| name | Yes | ||
| force | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||