Assigned
Status Update
Comments
rb...@google.com <rb...@google.com>
[Deleted User] <[Deleted User]> #2
[Comment deleted]
[Deleted User] <[Deleted User]> #3
Would you be able to provide an example app which produces an error for which gcloud doesn't report, but appcfg.py does?
Description
`appcfg.py update -E KEY:VALUE .`
And these can then be accessed in the os environment, like `os.environ['KEY']` in python.
There is no such corollary in the dev_appserver that I am aware of, and dev_appserver appears to clobber any environment variables set on the OS itself.
I am unaware of any mechanism to pass arguments to the dev_appserver process using the command line. I would like a command line argument added to dev_appserver.py which provides this ability.
I am aware of the ability to set environment variables by editing the app.yaml file. This does not work for our use-case.