我正在使用BX CLI通过bx cs cluster-create创建容器服务集群。如何通过编程方式找到支持容器服务的地域?
发布于 2017-06-24 02:17:13
请看cf marketplace命令。该命令应该会为您提供所需的信息。可在此处找到该命令的文档:https://console.bluemix.net/docs/cli/reference/cfcommands/index.html#cf_marketplace
https://stackoverflow.com/questions/44656467
复制相似问题