APINode/CommandNode/CommandCommand execution on a target node. 📄️Execute a commandExecute a command directly without a shell. This is the safer option as it does not interpret shell metacharacters.📄️Execute a shell commandExecute a command through /bin/sh -c. Supports shell features like pipes, redirects, and variable expansion.
📄️Execute a commandExecute a command directly without a shell. This is the safer option as it does not interpret shell metacharacters.
📄️Execute a shell commandExecute a command through /bin/sh -c. Supports shell features like pipes, redirects, and variable expansion.