Hacker News new | ask | show | jobs
by raihansaputra 1689 days ago
Is there a solution to version control/deterministically see/deploy active scripts? How do you manage all the scripts? I've used it to compile/summarize spreadsheets and serve as a simple endpoint (testing webhooks), but not much more.
1 comments

You should look at clasp by Google https://github.com/google/clasp

Have used it in past to do exactly what you asked for.

Woah seems like Google should promote this instead of the Apps Script API on their Apps Script docs. Deploy, CVS, and TS capability to boot. Thanks!