google / aside

🚀 Apps Script development with formatting, linting, testing and more!
Apache License 2.0
307 stars 5 forks source link

Tiny change: push appsscript.json changes wo/asking #1

Closed akushnarov closed 1 year ago

paranerd commented 1 year ago

I explicitly would refrain from forcefully pushing those changes. 1) It usually doesn't happen very often that you change the appsscript.json, so it wouldn't be a huge gain 2) But: When it happens and clashes it's a nice little reminder that you may have set the wrong script IDs

Let me know what you think :-)

akushnarov commented 1 year ago

Yesterday I was working on appscript.json and did several changes one after another (edit -> deploy -> edit -> deploy -> ...), and it was annoying to hit "y" so I decided to propose this change. Maybe it's an option for "deploy", but it makes sense to leave "deploy-prod" without "-f" option.

paranerd commented 1 year ago

This sounds like a good idea. If you would update the code accordingly, I will merge.