kamal-config-cli
v1.0.0
Published
CLI tool for Kamal (formerly MRSK) deployment configuration
Maintainers
Readme
kamal-config-cli
CLI tool for Kamal (formerly MRSK) deployment configuration
Installation
npm install -g kamal-config-cliUsage
Initialize configuration
kamal-config init
kamal-config init --template advanced
kamal-config init --output custom-config.jsonValidate configuration
kamal-config validate
kamal-config validate path/to/config.jsonView configuration
kamal-config show
kamal-config show --env production
kamal-config show --jsonModify configuration
kamal-config set settings.debug true
kamal-config set settings.logLevel \"warn\"Compare configurations
kamal-config diff config-dev.json config-prod.jsonList templates
kamal-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 kamal-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
