What problem does it solve?
Provides a single, CLI-driven interface to manage Google Apps Script projects so developers and operators avoid manual edits in the Apps Script editor and streamline deployments, versioning, and execution monitoring. It consolidates common API operations behind the gws script command and points to shared auth and security rules in the sibling gws-shared skill.
Core Features & Use Cases
- Project management: create and retrieve script project metadata and full project content.
- Content operations: get and update project content to sync local source files with Apps Script projects.
- Deployment & versioning: list and manage deployments and versions to promote stable releases.
- Process & execution: list script processes, get metrics, and run script functions for automation tasks.
- Use case: upload a local Apps Script codebase, create a new version, and create a deployment to publish an automated workflow.
Quick Start
Use the gws script command to upload local project files to a target Apps Script project and create a new deployment.