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

google-cloud-gemserver create should create the app engine project #5

Closed dazuma closed 7 years ago

dazuma commented 7 years ago

Running google-cloud-gemserver create I ran into this:

ERROR: (gcloud.app.deploy) The current Google Cloud project [test-dazuma-gemserver-1] does not contain an App Engine application. Use gcloud app create to initialize an App Engine application within the project

The tool should perform that step on behalf of the user, if there is no app engine application already present.