gws-apps-script-push

Upload local script files to a specified Google Apps Script project.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of uploading local script files to a Google Apps Script project, streamlining development workflows.

Core Features & Use Cases

  • File Upload: Pushes local script files (.gs, .js, .html, appsscript.json) to a specified Apps Script project.
  • Project Replacement: Replaces all existing files in the target Apps Script project with the local files.
  • Use Case: After making changes to your local Google Apps Script code, use this Skill to quickly deploy those changes to your live script project.

Quick Start

Upload the files from the current directory to the Google Apps Script project with ID 'SCRIPT_ID'.

Frequently Asked Questions about gws-apps-script-push

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

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

To upload local script files to Google Apps Script, provide a valid Apps Script Project ID and the local directory path. This Skill pushes your local files and replaces all existing files within the target project.

Can I push local code changes to deploy Google Apps Script projects?

Yes, you can push local code changes to deploy Google Apps Script projects. It facilitates deployment by replacing all existing files in the target project with your updated local script files.

What file types are supported for uploading to Google Apps Script?

Supported file types for uploading to Google Apps Script include .gs, .js, .html, and appsscript.json files. These local script files are pushed directly to the specified project.

Does deploying local files to Apps Script overwrite existing project code?

Yes, deploying local files to Apps Script overwrites existing code. The upload process replaces all existing files within the target Google Apps Script project with your local versions.

Do I need a Project ID to upload code to Google Apps Script?

Yes, you need a valid Google Apps Script Project ID to upload code. This ID is required for targeted updates to ensure your local files are pushed to the correct live script project.