📚 Add n8n documentation page
This commit is contained in:
15
docs/start-workflows-via-cli.md
Normal file
15
docs/start-workflows-via-cli.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Start Workflows via CLI
|
||||
|
||||
Workflows can not just be started by triggers, webhooks or manually via the
|
||||
Editor it is also possible to start them directly via the CLI.
|
||||
|
||||
Execute a saved workflow by its ID:
|
||||
|
||||
```bash
|
||||
n8n execute --id <ID>
|
||||
```
|
||||
|
||||
Execute a workflow from a workflow file:
|
||||
```bash
|
||||
n8n execute --file <WORKFLOW_FILE>
|
||||
```
|
||||
Reference in New Issue
Block a user