create_deployment
Create an Apps Script deployment by specifying a script ID, version number, and description. Use dry run mode to preview changes before applying.
Instructions
Create an Apps Script deployment.
Args: user_google_email: The user's Google email address. Required. script_id: The Apps Script project ID. description: Deployment description. version_number: Version number for deployment (must be >= 1). dry_run: Preview deployment creation without mutation. Defaults to True.
Returns: str: Confirmation of preview or deployment creation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | ||
| script_id | Yes | ||
| description | Yes | ||
| version_number | Yes | ||
| dry_run | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |