the new gcloud tooling doesn't allow application and version tags in app.yaml instead set project id using
gcloud config set project [PROJECT_ID] and versions are handled automatically but can be overridden using --version flag
Usage: gcloud app deploy gcloud_app.yaml
the new gcloud tooling doesn't allow application and version tags in app.yaml instead set project id using
gcloud config set project [PROJECT_ID]
and versions are handled automatically but can be overridden using--version
flag Usage:gcloud app deploy gcloud_app.yaml