-
Notifications
You must be signed in to change notification settings - Fork 70
Description
(Note: I believe that what I'm looking for here is not at all the same thing as #19, in particular because I'm looking for functionality that is not the same as the 'clone' command.)
Let me start by saying that I agree that, generally, the git repo should be the authoritative source of the code for a GAS project.
However, I'd like to be able to check that, when I have checked out what is supposed to be the released version of the source, the actual released version matches that. The first idea that comes to mind is to be able to run "gapps download", which would use the information from the gapps.config.json
file to download the currently released copies of the project, and then a "git diff" would tell me my version is inconsistent and, if so, what those inconsistencies are.
I'm open to other ideas for how to do this, though.
A further extension of this would be the ability to download specific versions of the project as saved in "File / Manage Versions..." dialogue. However, I don't see any API that would let us do this, nor am I sure that the usefulness of this would justify more than very minimal expense.