0

I have just installed Google Cloud SDK, and I accepted the installation of bash completion, but I only have completion for gcloud and not gcutil.

Is it possible to have bash completion for gcutil too ? How ?

Thanks,

fejese
  • 4,601
  • 4
  • 29
  • 36
Samuel Phan
  • 4,218
  • 2
  • 17
  • 18

1 Answers1

1

Command completion only works on gcloud not gsutil, gcutil etc.

IanGSY
  • 3,664
  • 1
  • 22
  • 40
  • Thanks for your reply, at least, I know that I'm not the only one who has no bash completion for `gcutil`, though it's a pity, since most of the time, I think that we use more `gcutil` than `gcloud`... – Samuel Phan Apr 16 '14 at 23:01
  • I think that we will soon find all of the gcutil, gsutil tools get merged into the gcloud tool. – IanGSY Apr 17 '14 at 09:12