I want to download the source code in my Python 3 App Engine flexible environment. I see how you can SSH in, or go in from the terminal, to look at source code. But I don't want to turn debug on a production machine. Instead, is it possible to just list the files, and then download to my machine?
The app was uploaded using Docker, pushed to gcr.io, and deployed with gcloud app deploy
.