clasp_run
Execute a function in a Google Apps Script project, optionally passing parameters and choosing between dev and production deployments.
Instructions
Run a function in the Apps Script project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nondev | No | Run with production (non-development) deployment | |
| params | No | Parameters as JSON string | |
| rootDir | No | Root directory of the project | . |
| functionName | Yes | Function name to run |