mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-26 06:17:21 +02:00
Co-authored-by: Daria Staferova <daria.staferova@n8n.io> Co-authored-by: Nikhil Kuriakose <nikhil.kuriakose@n8n.io>
26 lines
878 B
Markdown
26 lines
878 B
Markdown
---
|
|
layout: home
|
|
|
|
hero:
|
|
name: n8n CLI
|
|
text: Manage n8n from the terminal
|
|
tagline: A lightweight client CLI for workflows, executions, credentials, and more.
|
|
actions:
|
|
- theme: brand
|
|
text: Get Started
|
|
link: /getting-started
|
|
- theme: alt
|
|
text: Command Reference
|
|
link: /commands/workflow
|
|
|
|
features:
|
|
- title: Zero Dependencies
|
|
details: Uses native Node.js fetch — no HTTP libraries, no server stack. Installs in seconds.
|
|
- title: AI Agent Friendly
|
|
details: Designed for Claude Code, Cursor, and other AI coding agents. Self-documenting with --help at every level.
|
|
- title: Pipe Everything
|
|
details: JSON, table, and ID-only output formats. Pipe to jq, grep, xargs — compose with the Unix toolchain.
|
|
- title: Scriptable
|
|
details: Meaningful exit codes, errors on stderr, data on stdout. Built for CI/CD pipelines.
|
|
---
|