baltamatica-actions/Run Baltamatica Command
Run Baltamatica commands, scripts, or project entry points.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | Inline Baltamatica command to execute with -s. | no | "" |
| script | Path to a Baltamatica .m script file to execute with -m. | no | "" |
| project | Path to a Baltamatica project root. | no | "" |
| working-directory | Working directory for the Baltamatica process. | no | . |
| startup-options | Additional CLI options passed before command or script arguments. | no | -nodesktop |
| log-file | Path to write combined stdout and stderr. | no | "" |
| executable | Baltamatica executable name or path. Defaults to baltamatica from PATH. | no | "" |
Outputs
| name | description |
|---|---|
| exit-code | Baltamatica process exit code. |
| log-file | Path to the execution log, when requested. |