Loading...
Loading...
Push local files to a Google Apps Script project.
npx skill4agent add googleworkspace/cli recipe-deploy-apps-scriptPREREQUISITE: Load the following skills to execute this recipe:gws-apps-script
gws apps-script projects list --format tablegws apps-script projects getContent --params '{"scriptId": "SCRIPT_ID"}'gws apps-script projects updateContent --params '{"scriptId": "SCRIPT_ID"}' --json '{"files": [{"name": "Code", "type": "SERVER_JS", "source": "function main() { ... }"}]}'gws apps-script projects versions create --params '{"scriptId": "SCRIPT_ID"}' --json '{"description": "v2 release"}'