Reputation: 1466
In the app.yaml documentation, Google makes the following recommendation of number of times:
"The recommended approach is to remove the ELEMENT NAME [e.g.
application
] from your app.yaml file and instead, use a command-line flag to specify your ELEMENT NAME [e.g.application ID
]"
Unfortunately, Google doesn't explain why they recommend this.
In my opinion, an informative app.yaml file is much more helpful than deploying an app with command-line flags. Can anyone explain why Google makes this recommendation?
Upvotes: 4
Views: 430