recipe-deploy-apps-script

Deploy an Apps Script Project

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "recipe-deploy-apps-script" with this command: npx skills add googleworkspace/cli/googleworkspace-cli-recipe-deploy-apps-script

Deploy an Apps Script Project

PREREQUISITE: Load the following skills to execute this recipe: gws-apps-script

Push local files to a Google Apps Script project.

Steps

  • List existing projects: gws apps-script projects list --format table

  • Get project content: gws apps-script projects getContent --params '{"scriptId": "SCRIPT_ID"}'

  • Update content: gws apps-script projects updateContent --params '{"scriptId": "SCRIPT_ID"}' --json '{"files": [{"name": "Code", "type": "SERVER_JS", "source": "function main() { ... }"}]}'

  • Create a new version: gws apps-script projects versions create --params '{"scriptId": "SCRIPT_ID"}' --json '{"description": "v2 release"}'

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

gws-gmail

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

gws-drive

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

gws-calendar

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

gws-docs

No summary provided by upstream source.

Repository SourceNeeds Review