benthos-config-cli
v1.0.0
Published
CLI tool to generate and manage Benthos (Redpanda Connect) stream processing configurations
Maintainers
Readme
benthos-config-cli
CLI tool to generate and manage Benthos (Redpanda Connect) stream processing configurations
Installation
npm install -g benthos-config-cliUsage
Initialize configuration
benthos-config init
benthos-config init --template advanced
benthos-config init --output custom-config.jsonValidate configuration
benthos-config validate
benthos-config validate path/to/config.jsonView configuration
benthos-config show
benthos-config show --env production
benthos-config show --jsonModify configuration
benthos-config set settings.debug true
benthos-config set settings.logLevel \"warn\"Compare configurations
benthos-config diff config-dev.json config-prod.jsonList templates
benthos-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 benthos-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
