CtrlK
BlogDocsLog inGet started
Tessl Logo

recipe-deploy-apps-script

Push local files to a Google Apps Script project.

Install with Tessl CLI

npx tessl i github:googleworkspace/cli --skill recipe-deploy-apps-script
What are skills?

65

Does it follow best practices?

Validation for skill structure

SKILL.md
Review
Evals

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

  1. List existing projects: gws apps-script projects list --format table
  2. Get project content: gws apps-script projects getContent --params '{"scriptId": "SCRIPT_ID"}'
  3. Update content: gws apps-script projects updateContent --params '{"scriptId": "SCRIPT_ID"}' --json '{"files": [{"name": "Code", "type": "SERVER_JS", "source": "function main() { ... }"}]}'
  4. Create a new version: gws apps-script projects versions create --params '{"scriptId": "SCRIPT_ID"}' --json '{"description": "v2 release"}'
Repository
googleworkspace/cli
Last updated
Created

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.