Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@

The Execute Command node runs shell commands on the host machine that runs n8n.

/// warning | Security considerations
The functionality of this node can introduce significant security risks in environments where not all n8n users are trusted. We therefore recommend [disabling](/hosting/securing/blocking-nodes/#exclude-nodes) it in such setups.

Check warning on line 13 in docs/integrations/builtin/core-nodes/n8n-nodes-base.executecommand/index.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [from-write-good.TooWordy] 'therefore' is too wordy. Raw Output: {"message": "[from-write-good.TooWordy] 'therefore' is too wordy.", "location": {"path": "docs/integrations/builtin/core-nodes/n8n-nodes-base.executecommand/index.md", "range": {"start": {"line": 13, "column": 129}}}, "severity": "WARNING"}

Check warning on line 13 in docs/integrations/builtin/core-nodes/n8n-nodes-base.executecommand/index.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [from-microsoft.We] Try to avoid using first-person plural like 'We'. Raw Output: {"message": "[from-microsoft.We] Try to avoid using first-person plural like 'We'.", "location": {"path": "docs/integrations/builtin/core-nodes/n8n-nodes-base.executecommand/index.md", "range": {"start": {"line": 13, "column": 126}}}, "severity": "WARNING"}

Check warning on line 13 in docs/integrations/builtin/core-nodes/n8n-nodes-base.executecommand/index.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [from-write-good.Passive] 'are trusted' may be passive voice. Use active voice if you can. Raw Output: {"message": "[from-write-good.Passive] 'are trusted' may be passive voice. Use active voice if you can.", "location": {"path": "docs/integrations/builtin/core-nodes/n8n-nodes-base.executecommand/index.md", "range": {"start": {"line": 13, "column": 113}}}, "severity": "WARNING"}
///

/// note | Which shell runs the command?
This node executes the command in the default shell of the host machine. For example, `cmd` on Windows and `zsh` on macOS.

Expand Down