Gws Script Push

Google Apps Script: Upload local files to an Apps Script project.

nota-america fd7c5fe 1.1 KB Updated

File contents

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

gws script +push --script <ID>

Flags

Flag Required Default Description
--script Script Project ID
--dir Directory containing script files (defaults to current dir)

Examples

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 — Global flags and auth
  • gws-script — All manage google apps script projects commands

nota-america/forgecat-agent-profiles/tree/main/profiles/googleworkspace/cli/googleworkspace_cli-skills/for-codex/.agents/skills/gws-script-push commit fd7c5fe0f3

Frequently asked questions

npx skillmds@latest add nota-america/gws-script-push