Re: [google-appengine] Re: gcloud vs. goapp for GO appengine

2018-03-08 Thread chalbert via Google App Engine
I discovered that currently, gcloud does not support vendored dependencies, so efforts to restructure our repository have stopped. We are still using my goapp script to do deploys. Recently, on 2018-03-01, Homebrew renamed python3 to python, breaking my goapp script, so here is a fix:

Re: [google-appengine] Re: gcloud vs. goapp for GO appengine

2017-10-02 Thread chalbert via Google App Engine
My main concern is, what is going to happen to goapp test? This is a critical part of our toolchain that tests our code under appengine go (as opposed to non-appengine go, which I installed via brew). I am not seeing a documented replacement for this tool anywhere. As a temporary hack to keep