我正在尝试在Go Lang中实现以下gcloud命令。

>gcloud config get-value account
[email protected]

我查看了“https://godoc.org/cloud.google.com/go”,但无法找到实现该方法的方法。

我可以查看有关库\代码的任何建议吗?

最佳答案

在投入大量时间进行研究之后,截至2019年1月没有任何选择。最佳的做法是

gcloud config config-helper --format json

关于go - 如何从golang可执行文件中获取当前的gcloud用户名?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/54152203/

10-13 09:03