create_version
Create a new version of an Apps Script project. Preview changes before applying to avoid unintended mutations.
Instructions
Create a new version for an Apps Script project.
Args: user_google_email: The user's Google email address. Required. script_id: The Apps Script project ID. description: Optional version description. dry_run: Preview version creation without mutation. Defaults to True.
Returns: str: Confirmation of preview or version creation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | ||
| script_id | Yes | ||
| description | No | ||
| dry_run | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |