Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经创建了一个 Google Cloud 帐户,我想访问和使用 Google Secret Manager。如何使用 gloud 命令行界面启用 Google Secret Manager API?
通过使用查找服务名称gcloud services list --available
gcloud services list --available
gcloud services list --available | grep Secret
启用 API 使用gcloud services enable:
gcloud services enable
gcloud services enable secretmanager.googleapis.com