xzx.weiliang
xzx.weiliang
很好的建议,下个版本实现
[v0.8.3](https://github.com/weiliang-ms/easyctl/releases/tag/v0.8.3)版本已实装该功能
t > 高效率,赞一个,exec执行普通命令是可以的,不过如果是`easyctl exec 'tail -f test.log' -c config.yaml`就会卡住,是否可以在track命令下也支持任意tail命令,或者是track后面可以输入任意文件 您的需求是不是:想将config.yaml内的部分配置项转换为命令行参数/标识,方便使用&变更 例如,执行命令格式: ``` $ easyctl tail-log -c config.yaml ``` - 从头tail日志文件test.log ``` $ easyctl tail-log test.log -c config.yaml ``` - tail...
/assign @linuxsuren
> You can test the GitHub actions locally with https://github.com/nektos/act OK. I'll try.
> > You can test the GitHub actions locally with https://github.com/nektos/act > > OK. I'll try. When I simulated the build using `act`, the build image looked successful now. 