Skip to content

Commit

Permalink
Merge pull request #1050 from flowforge/zj-redirect-exec
Browse files Browse the repository at this point in the history
Move exec docs to core nodes
  • Loading branch information
ZJvandeWeg authored Aug 22, 2023
2 parents e66a7ba + a9d79f4 commit 2b8438e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,22 +1,8 @@
---
title: Node-RED Exec nodes explained
subtitle: Node-RED by default comes with the Exec node. This node allows you to run a command as if you're on the command line. In this article we discuss how that can be useful and why exec is not included in FlowFuse.
description: Node-RED by default comes with the Exec node. This node allows you to run a command as if you're on the command line. In this article we discuss how that can be useful and why exec is not included in FlowFuse.
date: 2022-12-12
authors: ["zeger-jan-van-de-weg"]
tags:
- posts
- node-red
- how-to
---

Node-RED is written in Javascript, as are the custom nodes in the
[Flows Library](https://flows.nodered.org/search?type=node). At times it would
be great to use programs written in other languages. In this guide we'll explain
the `exec` node.

<!--more-->

### Exec Node

Node-RED by default comes with the `exec` node. This node allows you to run a
Expand Down
1 change: 1 addition & 0 deletions src/redirect.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ redirects:
- { "from": "/docs/user/devices/", "to": "/docs/device-agent/introduction" }
- { "from": "/blog/2023/06/node-explained-split/", "to": "/node-red/core-nodes/split/"}
- { "from": "/blog/2023/07/node-explained-filter/", "to": "/node-red/core-nodes/rbe/"}
- { "from": "/blog/2022/12/node-red-exec-explained/", "to": "/node-red/core-nodes/exec/"}
# The "permalink" attribute determines where the output page will be located.
permalink: "{{ redirect.from }}"
# The "redirect" layout just has a small html header with the meta tags that do redirection.
Expand Down

0 comments on commit 2b8438e

Please sign in to comment.