GoogleCloudPlatform / gcloud-maven-plugin

Cloud SDK Maven Plugin for Google App Engine (Managed VMs and non Managed VMs)
Apache License 2.0
29 stars 24 forks source link

How does the 'env_vars' param work? #103

Open hsophie opened 7 years ago

hsophie commented 7 years ago

The readme.md states that you can pass env_vars via param: env_vars Environment variable overrides for your app.

I searched the code and didn't find anything there. Can you please clarify how to use it?

Thanks.