Create an App Engine Project ID command line -
i trying create app engine id through command line. right our tool (http://deploy.plus.io) allows upload our template app engine, user still has go through google.
our ideal workflow be:
user signs in (google oauth) > deploy instance > code gets uploaded in background > sees secret key & app spot project url + gets emailed (secret key * app spot project url)
we want happen within 2 clicks. (login , deploy)
is possible create app engine instances via api similar how aws setup?
edit: if looking @ trying solve same problem can use command line tools app engine , authenticate user using request token.
in order user own own gae account need have gmail/googleapps account , create new gae application themselves. afaik, can not create in name.
otoh, can deploy (your) code gae app, via web application, giving app admin privileges via oauth. codenvy does.
Comments
Post a Comment