emdash-cli

Manage EmDash CMS content, schema, media, and menus via CLI.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/savvaszi/emdash --skill emdash-cli-savvaszi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: emdash-cli
Source: https://github.com/savvaszi/emdash/tree/main/templates/marketing-cloudflare/.agents/skills/emdash-cli
Command: npx skills add https://github.com/savvaszi/emdash --skill emdash-cli-savvaszi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires emdash, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a command-line interface for managing content, schema, media, and more within the EmDash CMS. It offers a convenient way to interact with EmDash instances for tasks such as content creation, schema management, media upload, and more.

Core Features & Use Cases

  • Content Management: Create, update, delete, and manage content within EmDash.
  • Schema Management: List, get, create, and delete collections, as well as manage fields.
  • Media Management: List, upload, get, and delete media files.
  • Search: Perform searches within EmDash collections.
  • Taxonomy: List, get, add terms to, and manage taxonomies.
  • Menu: List and get menus.
  • Use Case: If you need to automate content operations or integrate EmDash with other tools, this Skill can help streamline your workflows.

Quick Start

To get started with the EmDash CLI, first initialize the local database and start the development server:

npx emdash init
npx emdash dev

Frequently Asked Questions about emdash-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage EmDash CMS content from the command line?

You can manage EmDash CMS content from the command line by using a CLI to perform content CRUD operations, schema management, media upload, and search. It requires authentication and supports custom headers for reverse proxies.

What do I need to start automating EmDash content workflows?

To start automating EmDash content workflows, you need the emdash dependency installed. You initialize the local database and start the development server using 'npx emdash init' and 'npx emdash dev'.

Can I manage media files and taxonomies via a CMS CLI?

Yes, you can manage media files and taxonomies via a CMS CLI. The tool supports listing, uploading, getting, and deleting media files, alongside adding terms to and managing taxonomies.

Does the EmDash CLI support schema and collection management?

Yes, the EmDash CLI supports schema and collection management. You can list, get, create, and delete collections, as well as manage fields and generate types directly from the command line.

What is the best way to perform searches within EmDash collections?

The best way to perform searches within EmDash collections is using the command-line interface. The CLI provides search capabilities to query collections alongside its content and menu management features.