create_version_tool
Create immutable snapshots of Google Apps Script projects to preserve code states for deployment or rollback purposes.
Instructions
Create a new immutable version of a script project.
Versions capture a snapshot of the current script code. Once created, versions cannot be modified.
Args: script_id: The script project ID description: Optional description for this version
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script_id | Yes | ||
| description | No |