I have started to develop small tools for my company in the Google Spreadsheets using Google Apps Scripts, and one thing leading to another, the tool being so efficient, they are now used by a lot of people. So, in order to let the tools available while I'm working on it, I made a kind of development environment:
- I have a copy of all my google spreadsheets in a "dev folder",
- I make all my updates in the scripts of these dev files,
- I test and validate all my updates
- Then, very boring, I copy by hand all my script in the .gs files in the "prod" google spreadsheets (the one used by my colleagues), editing all the references to the file IDs of the dev spreadsheets with the file IDs of the prod spreadsheet....
So I wonder if there is an existing system to manage dev/prod environments and the appropriate deployment tool for Google spreadsheets using Google Apps Scripts.