GoogleCloudPlatform / google-cloud-gemserver

CLI to deploy a private gem server to Google App Engine Flex
Apache License 2.0
46 stars 14 forks source link

Don't set global gcloud project config during CLI commands #9

Closed dazuma closed 7 years ago

dazuma commented 7 years ago

Running google-cloud-gemserver create causes the project config to be set (i.e. via gcloud config set project). This changes my gcloud state. It would be better to pass --project= to all gcloud commands, and not set the actual config state, so any other workflow the user has in progress doesn't get interrupted.