In the app.yaml documentation , Google makes the following recommendation the number of times:
"The recommended approach is to remove the ELEMENT NAME [eg application] from the app.yaml file and use the command line flag instead to indicate the ELEMENT NAME [eg application ID]"
Unfortunately, Google does not explain why they recommend this.
In my opinion, the informative app.yaml file is much more useful than deploying an application with command line flags. Can someone explain why Google is making this recommendation?
source
share