老板,紧急求助:支持下CLI V2
我现在用的latest docker镜像,upload时提示:error: '{"code":40000,"error":"Error Error: The current version is too old, please upgrade the tool"}'
提了个PR,请老板笑纳
小程序已经提供ci工具,参考https://developers.weixin.qq.com/miniprogram/dev/devtools/ci.html
小程序已经提供ci工具,参考https://developers.weixin.qq.com/miniprogram/dev/devtools/ci.html
没有开发工具自带的ci方便:
- 需要每个小程序配置private key,小程序多的场景太麻烦;
- upload功能还是需要人工介入扫码,不利于无人值守自动化;
你的docker镜像能共享用下吗,我昨天打包后,没法启动cli,会显示端口未开启(https://github.com/cytle/wechat_web_devtools/issues/259)
你的docker镜像能共享用下吗,我昨天打包后,没法启动cli,会显示端口未开启(https://github.com/cytle/wechat_web_devtools/issues/259)
我没有build docker镜像,我是直接在已有的container里直接update的,参考:https://github.com/zjsun/wechat_web_devtools
步骤:
- 覆盖更新容器内bin目录所有文件(使用我fork的库);
- 执行 ./bin/update_package_nw.sh
- 修改/wxdt/nwjs_v中版本号(我的是0.38.4),然后执行 ./bin/update_nwjs.sh
- enjoy...
小程序已经提供ci工具,参考教程文章: https://www.jianshu.com/p/df1b55b1680e 官方文档地址: https://developers.weixin.qq.com/miniprogram/dev/devtools/ci.html