📚 Add n8n documentation page

This commit is contained in:
Jan Oberhauser
2019-09-22 18:29:03 +02:00
parent 9dbf2ee148
commit a5b5b60a57
33 changed files with 733 additions and 655 deletions

View 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>
```