ghost-cms-config-cli
v1.0.0
Published
CLI tool for generating and managing Ghost CMS publishing platform configurations — theme settings and newsletter configs
Maintainers
Readme
ghost-cms-config-cli
CLI tool for generating and managing Ghost CMS publishing platform configurations — theme settings and newsletter configs
Installation
npm install -g ghost-cms-config-cliUsage
Initialize configuration
ghost-cms-config init
ghost-cms-config init --template advanced
ghost-cms-config init --output custom-config.jsonValidate configuration
ghost-cms-config validate
ghost-cms-config validate path/to/config.jsonView configuration
ghost-cms-config show
ghost-cms-config show --env production
ghost-cms-config show --jsonModify configuration
ghost-cms-config set settings.debug true
ghost-cms-config set settings.logLevel \"warn\"Compare configurations
ghost-cms-config diff config-dev.json config-prod.jsonList templates
ghost-cms-config templatesTemplates
| Template | Description |
|----------|-------------|
| minimal | Bare minimum configuration |
| standard | Recommended defaults for most projects |
| advanced | Full-featured with security, caching, and multi-environment support |
Why ghost-cms-config-cli?
- Zero dependencies at runtime — just
commanderandchalk - Template-based — start with minimal, standard, or advanced presets
- Validation built-in — catch config errors before deployment
- Environment-aware — manage dev/staging/production configs in one file
- Diff support — compare configs across environments
License
MIT
