2021-01-14 04:56:07 -08:00
{
"node" : "n8n-nodes-base.executeCommand" ,
"nodeVersion" : "1.0" ,
"codexVersion" : "1.0" ,
2021-04-10 01:18:10 -07:00
"details" : "Execute command allows you to run terminal commands on the computer/server hosting your n8n instance. Useful for executing a shell script or interacting with your n8n instance programmatically via the CLI." ,
2021-01-14 04:56:07 -08:00
"categories" : [
"Development" ,
2021-01-15 02:44:21 -08:00
"Core Nodes"
2021-01-14 04:56:07 -08:00
] ,
"resources" : {
"primaryDocumentation" : [
{
"url" : "https://docs.n8n.io/nodes/n8n-nodes-base.executeCommand/"
}
] ,
"generic" : [
2022-02-11 04:20:42 -08:00
{
"label" : "How uProc scraped a multi-page website with a low-code workflow" ,
"icon" : " 🕸️" ,
"url" : "https://n8n.io/blog/how-uproc-scraped-a-multi-page-website-with-a-low-code-workflow/"
} ,
2021-01-14 04:56:07 -08:00
{
2021-04-10 01:18:10 -07:00
"label" : "Why this Product Manager loves workflow automation with n8n" ,
2021-01-14 04:56:07 -08:00
"icon" : "🧠" ,
2021-04-10 01:18:10 -07:00
"url" : "https://n8n.io/blog/why-this-product-manager-loves-workflow-automation-with-n8n/"
2021-01-14 04:56:07 -08:00
}
]
2021-05-28 12:54:52 -07:00
} ,
2021-06-27 04:34:08 -07:00
"alias" : [
"Shell" ,
"Command" ,
"OS" ,
"Bash"
] ,
2021-05-28 12:54:52 -07:00
"subcategories" : {
"Core Nodes" : [
"Helpers"
]
2021-01-14 04:56:07 -08:00
}
2022-02-11 04:20:42 -08:00
}