PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
Upload local files to an Apps Script project
gws script +push --script <ID>
| Flag | Required | Default | Description |
|---|---|---|---|
--script |
✓ | — | Script Project ID |
--dir |
— | — | Directory containing script files (defaults to current dir) |
gws script +push --script SCRIPT_ID
gws script +push --script SCRIPT_ID --dir ./src
[!CAUTION] This is a write command — confirm with the user before executing.