script_projects_deployments_create
Create a new deployment for an existing Google Apps Script project by specifying the script ID, manifest file name, version number, and a description.
Instructions
Creates a deployment of an Apps Script project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scriptId | Yes | The ID of the script to deploy. | |
| description | Yes | A description for the deployment. | |
| versionNumber | Yes | The version number of the script. | |
| manifestFileName | Yes | The name of the manifest file. |