🚀 Auto-deploy: BotVPS atualizado em 29/03/2026 18:31:38

This commit is contained in:
2026-03-29 18:31:38 +00:00
parent 7a3790344e
commit 7c165d0353
97 changed files with 4220 additions and 9 deletions

View File

@@ -0,0 +1,52 @@
---
name: gws-script-push
description: "Google Apps Script: Upload local files to an Apps Script project."
metadata:
version: 0.22.3
openclaw:
category: "productivity"
requires:
bins:
- gws
cliHelp: "gws script +push --help"
---
# 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
```bash
gws script +push --script <ID>
```
## Flags
| Flag | Required | Default | Description |
|------|----------|---------|-------------|
| `--script` | ✓ | — | Script Project ID |
| `--dir` | — | — | Directory containing script files (defaults to current dir) |
## Examples
```bash
gws script +push --script SCRIPT_ID
gws script +push --script SCRIPT_ID --dir ./src
```
## 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