n8n/packages/@n8n/cli/docs/index.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

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.
---