Campion Fellin
Campion Fellin
Is it possible, and/or a good idea to have some sort of flag for `clasp deploy` like `--type (web|api)` that adds that to the `appsscript.json` for the user?
Hey @marcosscriven does this PR https://github.com/google/clasp/pull/223 solve your issue? It removes `--ownkey` in favor of `--creds` This changes `clasp login` so that it loads those creds from a `json` file....
Hey @marcosscriven it looks like rather than using `auth.fromJSON(...)` I just read and parsed the file manually (https://github.com/campionfellin/clasp/blob/64b5301ccef7dcc99a2d9690c6d52db708975e08/src/auth.ts#L60). I can go ahead and change that. However, I don't think this...
Hey @marcosscriven , so it does look like using what's in the sample will work. `client.authorize(...)` is what does the work for us. It will take some time to make...
Question for @grant : is this what we want to do by default, or add a flag for it? I am afraid of taking away the user's ability to see...
My question is more for users who don't generate service accounts. What about a flag like `--use-service-account` ?
Hey @marcosscriven and @grant I've done a bit of investigation today, so here's a follow up, please correct me on any things I am misunderstanding: 1. According to [here](https://developers.google.com/identity/protocols/OAuth2ServiceAccount): "The...
So this is how I would solve your CI problem specifically, though we use Travis instead of BitBucket, it should be simple to translate. On your local machine with some...
Hey! Thanks for taking a look! I haven't spent a ton of time developing with Swift, so I fully expect there to be issues. I'll start with your suggestion about...
New screenshot: