Misaka Mikoto
Misaka Mikoto
It is more like a higher level of abstraction to me: Sequential commands (hard to reuse) -> Scripts with function calls (hard to remenber commands, or hard to stop in...
Any updates? Maybe a simplier solution for this is to copy whole project and task files to remote ssh machine and execute, and copy it back when it's all done.
zabbix那些又有点太重了,而且有时候一眼需要看机器的简要信息也就那几个,加上允许运行自定义脚本感觉足够了
remove the limit in UI, but seems still not working. https://github.com/nocodb/nocodb/blob/09ca9de212fdba9d7aa2c6a35239da1126171f4a/packages/nc-gui/components/dlg/QuickImport.vue#L441
能给些建议就好,有个场景是自己通过cf搭建代理,但是由于不想替换每个容器里默认拉取镜像名称,需要先拉取cf代理的容器,再拉取容器名,这种不知道能不能解决
similar issue on #855
Precondition is really difficult to use, what Task actually needs is branching, I really need if statments to make task go to different sub-task
@laniakea64 ``` @show: echo eval {{quote('echo "$var"')}} ``` ``` echo eval 'echo $aaa' eval echo $aaa ``` doing this could not read var from the same shell from which just...
> What happens if you try to export the variables it sets? It should works fine. The problem is there are many variables and functions been set by a script,...
Not really, if the environment could not pass to other command, I need to repleatly source some script and sometimes need to workaround for some side effect from other commands....