CMS
Content management toolkit — page creation, media library, template management, content versioning, publishing workflow, and search.
Commands
| Command | Description |
|---|---|
cms run | Execute main function |
cms list | List all items |
cms add <item> | Add new item |
cms status | Show current status |
cms export <format> | Export data |
cms help | Show help |
Usage
# Show help
cms help
# Quick start
cms run
Examples
# Run with defaults
cms run
# Check status
cms status
# Export results
cms export json
How It Works
Tips
- Run
cms helpfor all commands - Data stored in
~/.local/share/cms/
When to Use
- when you need quick cms from the command line
- to automate cms tasks in your workflow
Output
Returns formatted output to stdout. Redirect to a file with cms run > output.txt.
Powered by BytesAgain | bytesagain.com Feedback & Feature Requests: https://bytesagain.com/feedback