What problem does it solve?
This Skill simplifies the management of n8n instances through the command line, enabling users to interact with workflows, credentials, executions, and more with ease.
Core Features & Use Cases
- Workflow Management: Interact with workflows by listing, creating, updating, and deleting them.
- Execution Management: List, get details, retry, stop, and delete executions.
- Credential Management: List, get metadata, create, and delete credentials.
- Project Management: List, get details, create, update, and delete projects.
- Tag Management: List, create, update, and delete tags.
- Variable Management: List, create, update, and delete variables.
- Data Table Management: List, get, create, and delete data tables.
- User Management: List and get user details.
- Other Features: Security audit, source control, and view configuration.
- Use Case: Imagine you need to automate the deployment of a new project in n8n. Use this Skill to create a workflow, set up credentials, and manage project configurations from the command line.
Quick Start
Use the n8n-cli to list all workflows in your n8n instance.
n8n-cli workflow list