gws-apps-script
Installation
Summary
Manage and execute Google Apps Script projects via CLI with direct API access.
- Supports core operations: create projects, retrieve metadata and content, update script files, and execute scripts via the
runmethod - Includes process monitoring to list execution history and status for individual scripts or user-initiated processes
- Provides deployment and versioning operations for managing script releases
- Requires
gwsbinary and authentication setup defined in shared skill documentation; usegws schemato inspect method signatures before calling
SKILL.md
apps-script (v1)
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
gws apps-script <resource> <method> [flags]
Helper Commands
| Command | Description |
|---|---|
+push |
Upload local files to an Apps Script project |
API Resources
processes
list— List information about processes made by or on behalf of a user, such as process type and current status.
Related skills
More from googleworkspace/cli
gws-gmail
Gmail: Send, read, and manage email.
26.1Kgws-docs
Read and write Google Docs.
26.0Kgws-drive
Google Drive: Manage files, folders, and shared drives.
26.0Kgws-sheets
Google Sheets: Read and write spreadsheets.
24.6Kgws-calendar
Google Calendar: Manage calendars and events.
24.6Kgws-docs-write
Google Docs: Append text to a document.
21.8K