I've migrated to a new system and lost my local copy of my App Engine app. Foolishly, I didn't use source control.
I know I've used the gcloud
tool to retrieve the source code of my project in the past, but I don't seem to be able to find how to do it again. Everything I find points toward how to use appcfg.py
, which didn't come with gcloud
. I know I've used gcloud
for this purpose before with no issues, though, so I'm perplexed as to how I can't find the command anymore.
Furthermore, this answer about using Cloud Build doesn't work for me - Cloud Build was not and is not enabled.