Skip to main content
Back to registry

recipe-deploy-apps-script

googleworkspace/cli

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

Installs596
Install command
npx skills add https://github.com/googleworkspace/cli --skill recipe-deploy-apps-script
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
PREREQUISITE: Load the following skills to execute this recipe: gws-apps-script Push local files to a Google Apps Script project. - 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 description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does recipe-deploy-apps-script do?

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

Is recipe-deploy-apps-script good?

recipe-deploy-apps-script does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does recipe-deploy-apps-script work with?

recipe-deploy-apps-script currently lists compatibility with codex, gemini-cli, opencode, cursor, kimi-cli, github-copilot.

What are alternatives to recipe-deploy-apps-script?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install recipe-deploy-apps-script?

npx skills add https://github.com/googleworkspace/cli --skill recipe-deploy-apps-script

Related skills

More from googleworkspace/cli

Related skills

Alternatives in Software Engineering