script_projects_deployments_create
Deploy Google Apps Script projects by creating new deployments with specified versions and descriptions.
Instructions
Creates a deployment of an Apps Script project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scriptId | Yes | The ID of the script to deploy. | |
| manifestFileName | Yes | The name of the manifest file. | |
| versionNumber | Yes | The version number of the script. | |
| description | Yes | A description for the deployment. |