n8n/packages/@n8n/cli/docs/commands/source-control.md
Albert Alises 20f1092815
feat: Add @n8n/cli: a client CLI to manage n8n from the terminal (#26943)
Co-authored-by: Daria Staferova <daria.staferova@n8n.io>
Co-authored-by: Nikhil Kuriakose <nikhil.kuriakose@n8n.io>
2026-03-20 14:11:35 +00:00

19 lines
399 B
Markdown

# source-control
Interact with n8n's source control integration.
## `source-control pull`
Pull changes from the remote Git repository.
```bash
n8n-cli source-control pull
n8n-cli source-control pull --force
```
| Flag | Description |
|------|-------------|
| `--force` | Force pull, overwriting local changes |
Requires the Source Control feature to be licensed and connected to a Git remote.