Command
CLI to execute commands on a target node (exec, shell).
📄️ Exec
Execute a command directly without a shell interpreter. Arguments are passed to
📄️ Shell
Execute a command through /bin/sh -c. Supports shell features like pipes,
CLI to execute commands on a target node (exec, shell).
Execute a command directly without a shell interpreter. Arguments are passed to
Execute a command through /bin/sh -c. Supports shell features like pipes,