xxxtai/ArthasHotSwap

可以考虑和pgm命令结合进行 批量的热更新吗?

Opened this issue · 1 comments

插件非常实用,可以考虑一下通过pgm命令来进行批量的热部署么?示例代码如下

pgm -f host-name -b -A 'sudo su admin -c  "cd ~ ; sudo curl -L http://xxxtai-arthas-hot-swap.oss-cn-beijing.aliyuncs.com/public/********************=x  > HotSwapScript4OneClass.sh ; chmod +x HotSwapScript4OneClass.sh; yes | ./HotSwapScript4OneClass.sh  xxx xxx "'

这个插件最好不要在线上生产环境使用,容易造成生产事故。开发环境一般机器就一两台,批量场景可能不是很多,如果题主需要,可以拉个分支改下,新增一个action,我会合master并打包出来