> 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
gws apps-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.
共 1 个版本