I'm looking for the Python source code to the gcloud
CLI (https://cloud.google.com/sdk/docs/install). This seems like a simple question but I have searched for a while and not found anything.
我正在寻找GCloud CLI(https://cloud.google.com/sdk/docs/install).)的PYTHON源代码这似乎是一个简单的问题,但我已经搜索了一段时间,也没有找到任何东西。
I am not referring to the Python client code.
我指的不是Python客户端代码。
I found the local installation using gcloud info
which is located at /usr/lib/google-cloud-sdk/lib/googlecloudsdk
on my machine. The root Python file here is gcloud_main.py
so it's easy to see whether or not a repo is the right one or not.
我使用gCloud信息找到了本地安装,它位于我的机器上的/usr/lib/google-cloud-sdk/lib/googlecLoudsdk。这里的根Python文件是gcloud_main.py,因此很容易看出repo是否正确。
I'm thinking this may not be a public repo at all which is why I can't find it.
我在想,这可能根本不是公开回购,这就是为什么我找不到它的原因。
更多回答
优秀答案推荐
Found this unofficial repo sometime ago
一段时间前发现了这份非官方回购
更多回答
我是一名优秀的程序员,十分优秀!