[Task] Implementation of the official plugin execution script function
Description
To make it easier to use, the official plugin should implement the ability to execute scripts at specific times.
It is recommended to use with a collector to allow the collector to execute the script on the specified target machine, you are welcome to claim it, you can claim the script language in the comments.
Task List
| task | assignee | complete status |
|---|---|---|
| Groovy | @LiuTianyou | |
| Shell | @zqr10159 | |
| JavaScript | @zqr10159 | |
| Java | @pwallk | |
| QLExpress | ||
| Python | @Calvin979 | |
| Lua | @selectbook | |
| Aviator | ||
| Kotlin |
refer: https://juejin.cn/post/7174230017219264543, https://gitee.com/dromara/liteFlow/tree/master/liteflow-script-plugin
I will implement the Shell and JavaScript script
I will implement the groovy script
I will implement the python script
hi, it is recommended to minimize the third-party dependency during coding.
hi, it is recommended to minimize the third-party dependency during coding.
Sure.
I will implement the Lua script
I will implement the Lua script
You can follow my progress by referring to the script branch, which currently implements the execution of js scripts, and you can inherit the abstract class to implement lua
I will implement the Lua script
You can follow my progress by referring to the
scriptbranch, which currently implements the execution of js scripts, and you can inherit the abstract class to implement lua
ok
I will implement the Java script