recipe-deploy-apps-script

Deploy local files to a Google Apps Script project and create new versions.

312|38|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/m13v/fazm --skill recipe-deploy-apps-script
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-deploy-apps-script
Source: https://github.com/m13v/fazm/tree/main/skills/recipe-deploy-apps-script
Command: npx skills add https://github.com/m13v/fazm --skill recipe-deploy-apps-script

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of deploying local code changes to a Google Apps Script project, streamlining the development workflow.

Core Features & Use Cases

  • Project Deployment: Pushes local files to an existing Google Apps Script project.
  • Version Management: Creates new versions of the deployed script.
  • Use Case: After making updates to your Google Apps Script project locally, you can use this Skill to quickly push those changes and create a new version for testing or production.

Quick Start

Use the recipe-deploy-apps-script skill to push local files to the Google Apps Script project with ID 'SCRIPT_ID'.

Frequently Asked Questions about recipe-deploy-apps-script

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy local files to a Google Apps Script project?

To deploy local files to Google Apps Script, you can use an automation skill that pushes your local code changes directly to a specified project and manages project content. This streamlines your development workflow by automating the upload process.

Can I create a new version of my script when deploying local code changes?

Yes, you can create new versions of your script when deploying local code changes. The deployment process manages project content and automatically creates a new version for testing or production after pushing the local files.

Do I need the gws CLI tool to push local code to Google Apps Script?

Yes, you need the gws CLI tool and the gws-apps-script skill to push local code to Google Apps Script. These dependencies are required for project interaction and versioning during the deployment process.

Can I use Google Apps Script deployment in a continuous integration pipeline?

Yes, you can use this deployment approach in continuous integration and deployment pipelines for Google Apps Script projects. It automates pushing local files and creating versions, which is applicable for CI/CD workflows.

What is the best way to automate pushing local files to Google Apps Script?

The best way to automate pushing local files to Google Apps Script is by using a deployment skill that manages project content and creates new versions. This approach streamlines the workflow without manual uploads.

Why does my Google Apps Script deployment require a specific project ID?

Your Google Apps Script deployment requires a specific project ID because the deployment process pushes local files to an existing, specified Google Apps Script project. This ID ensures your local code changes are deployed to the correct destination.