yeoman / generator-mobile

Scaffold out a mobile project based on Web Starter Kit
http://yeoman.io
918 stars 99 forks source link

Deploy to GCS #67

Open x1ddos opened 9 years ago

beriberikix commented 9 years ago

Is the plan to use gloud-node?

x1ddos commented 9 years ago

I was actually thinking about gcloud/gsutil since it's already in the list of dependency checks, but yeah gcloud-node could be an alternative. Any pro/con?

beriberikix commented 9 years ago

Obvious pro is that it is a lib, not CLI, so it allows for better/easier custom integration into a gulp script (streams FTW!) More concretely, we've been spending a lot of time on file uploading/multi-uploads that may not be fully baked in gsutil and I don't think is even in gcloud.

@stephenplusplus or @ryanseys can add more detail.

x1ddos commented 9 years ago

Sounds cool! One thing I would be more than happy to delegate is authentication. That was actually why I was going for gcloud - gsutil is supposed to reuse auth token, if I'm not mistaken.

But then again, I guess I could try feed gcloud auth print-access-token to gcloud-node.