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