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

Allow to choose gcloud configuration #93

Open hgabreu opened 8 years ago

hgabreu commented 8 years ago

When using gcloud command-line one can pick a config for that one invocation using "--configuration my-config". This allows to easily switch between accounts and other configs.

I couldn't find a way to setup the configuration using the gcloud-maven-plugin.