xevilads / google-cloud-sdk

Automatically exported from code.google.com/p/google-cloud-sdk
0 stars 0 forks source link

cygwin/msys2: gcloud command missing #243

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

Install Cygwin or MSYS2. Open a new bash shell.

$ curl https://dl.google.com/dl/cloudsdk/channels/rapid/google-cloud-sdk.tar.gz
$ tar xvfz google-cloud-sdk.tar.gz
$ cd google-cloud-sdk
$ ./install.sh
$ cd bin
$ ./gcloud

bash: ./gcloud: No such file or directory

$ ls
bootstrapping  bq.cmd  gcloud.cmd  git-credential-gcloud.cmd  gsutil.cmd  sdk

What is the expected output? What do you see instead?

I expect a bash based gcloud on Windows. Not only *.cmd versions.

Original issue reported on code.google.com by jfreder...@gmail.com on 7 Sep 2015 at 10:08

GoogleCodeExporter commented 8 years ago
Thanks for the report. Indeed this should work. Will follow up internally and 
update this issue report.

Original comment by che...@google.com on 8 Sep 2015 at 1:10