查看检查你的 CF CLI 客户端上有没有 CF-Community 插件库
cf list-plugin-repos
如果没有,则添加
cf add-plugin-repo CF-Community http://plugins.cloudfoundry.org/
有了插件库就可以安装 CF 插件了,例如安装 top 这个插件,它可以查看 Cloud Foundry 平台的实时统计数据
cf install-plugin -r CF-Community "top"
查看检查你的 CF CLI 客户端上有没有 CF-Community 插件库
cf list-plugin-repos
如果没有,则添加
cf add-plugin-repo CF-Community http://plugins.cloudfoundry.org/
有了插件库就可以安装 CF 插件了,例如安装 top 这个插件,它可以查看 Cloud Foundry 平台的实时统计数据
cf install-plugin -r CF-Community "top"
Comments