script_projects_deployments_create
Deploy a specific version of an Apps Script project by providing script ID, version number, manifest file name, and a deployment 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. |