gws-script-push
Google Apps Script: Upload local files to an Apps Script project.
By googleworkspace · 23,089 installs
npx skills add googleworkspace/cli --skill gws-script-push
Source repository · Upstream listing
script +push
PREREQUISITE: Read ../gws shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate skills to create it.
Upload local files to an Apps Script project
Usage
Flags
Flag Required Default Description
script ✓ — Script Project ID
dir — — Directory containing script files (defaults to current dir)
Examples
Tips
Supports .gs, .js, .html, and appsscript.json files.
Skips hidden files and node modules automatically.
This replaces ALL files in the project.
[!CAUTION]
This is a write command — confirm with the user before executing.
See Also
[gws shared](../gws shared/SKILL.md) — Global flags and auth
[gws script](../gws script/SKILL.md) — All manage google apps script projects commands