gws-script
Installation
Summary
Manage Google Apps Script projects via command-line API calls.
- Supports core project operations: create, get metadata, retrieve content, update code, and fetch execution metrics
- Includes process listing to monitor script executions and view status information
- Provides deployment and versioning operations for managing script releases
- Requires
gwsbinary and Google authentication configured in shared settings; usegws schemato inspect method parameters before execution
SKILL.md
script (v1)
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
gws script <resource> <method> [flags]
Helper Commands
| Command | Description |
|---|---|
+push |
Upload local files to an Apps Script project |