gretl_run_script_file
Run a local Gretl .inp script file using gretlcli, with optional GUI interaction for econometric analysis.
Instructions
Run an existing local Gretl .inp script file with gretlcli. By default this also requires opening the same workflow in the visible Gretl GUI.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| safeMode | No | When true, validates the script before running it. | |
| scriptOpt | No | Optional numeric value passed to Gretl as --scriptopt. | |
| requireGui | No | Require the visible Gretl GUI to open for this workflow. Defaults to true outside CI. | |
| scriptPath | Yes | Path to an existing local Gretl .inp script. | |
| gretlCliPath | No | ||
| gretlGuiPath | No | ||
| displayInGretl | No | Open the script file in the visible Gretl GUI after running. Defaults to true outside CI. | |
| guiNewInstance | No | ||
| timeoutSeconds | No | ||
| workingDirectory | No | Working directory for the script. Defaults to the script file directory. |