2017-02-16 39 views

回答

1

要獲得服務的所有的configs的列表:

$ gcloud service-management configs list --service=[SERVICE].appspot.com 

然後,審查一個配置的詳細信息,請使用CONFIG_ID只要是您感興趣的:

$ gcloud service-management configs describe [CONFIG_ID] --service=[SERVICE].appspot.com 

當前正在使用的CONFIG_ID將是您的App.yaml文件中引用的一個。

https://[SERVICE-dot-][ProjectId].appspot.com/_ah/api/discovery/[VERSION]/apis 

此外,您隨時都可以訪問以下網址獲取發現文檔

相關問題