zoukankan      html  css  js  c++  java
  • CloudFoundry命令行安装和卸载插件

    使用如下的命令行安装CloudFoundry命令行插件:

    $ cf install-plugin multiapps-plugin.win64 -f

    遇到如下错误消息:
    Attention: Plugins are binaries written by potentially untrusted authors.
    Install and use plugins at your own risk.
    Plugin multiapps v2.2.1 could not be installed as it contains commands with names and aliases that are already used: bg-deploy, deploy, download-mta-op-logs, mta, mta-ops, mtas, purge-mta-config, undeploy, dmol. FAILED

    google发现,因为我现有的CloudFoundry插件,其提供的命令和即将安装的插件出现冲突了,比如两者都提供cf deploy命令。因此要先将已安装的插件卸载。

    Google找到卸载插件的做法:

    cf uninstall-plugin MtaPlugin


    卸载旧的插件之后,安装成功。

    要获取更多Jerry的原创文章,请关注公众号"汪子熙":

  • 相关阅读:
    2019.8.30 玉米田
    2019暑假集训 最短路计数
    2019暑假集训 旅行计划
    2019暑假集训 文件压缩
    0033-数字和星期转换
    0032-分数等级转换
    0031-闰年判断
    0030-购买衣服
    0029-求最小的数
    0028-判断奇偶
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/12285175.html
Copyright © 2011-2022 走看看