douwei8672 2019-01-11 18:34
浏览 121
已采纳

如何从golang可执行文件中获取当前的gcloud用户名?

I am trying to implement the below gcloud command in Go Lang.

>gcloud config get-value account
abc@def.com

I have looked in "https://godoc.org/cloud.google.com/go", but I am unable to find how I could implement this.

Any suggestions for libraries\code that I could look at?

  • 写回答

1条回答 默认 最新

  • doubangzhang6992 2019-01-17 22:36
    关注

    After significant time investment into researching this, there are no options as of Jan 2019. Best course of action is

    gcloud config config-helper --format json
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?