executeCommand.json•990 B
{
"nodeType": "n8n-nodes-base.executeCommand",
"displayName": "Execute Command",
"description": "Executes a command on the host",
"version": 1,
"properties": [
{
"name": "executeOnce",
"displayName": "Execute Once",
"type": "boolean",
"default": true,
"description": "Whether to execute only once instead of once for each entry"
},
{
"name": "command",
"displayName": "Command",
"type": "string",
"default": "",
"description": "The command to execute",
"placeholder": "echo \"test\"",
"required": true,
"typeOptions": {
"rows": 5
}
}
],
"credentialsConfig": [],
"io": {
"inputs": [
"Main"
],
"outputs": [
"Main"
],
"outputNames": [],
"hints": {}
},
"wiring": {
"role": "generic",
"requires": [],
"optional": [],
"consumedBy": [],
"consumes": [
"Main"
],
"produces": [
"Main"
]
}
}