helm-gen-cli
v1.0.0
Published
CLI tool for helm-gen
Readme
helm-gen-cli
CLI tool for helm-gen
Installation
npm install -g helm-gen-cliUsage
Initialize configuration
helm-gen init
helm-gen init --template advanced
helm-gen init --output custom-config.jsonValidate configuration
helm-gen validate
helm-gen validate path/to/config.jsonView configuration
helm-gen show
helm-gen show --env production
helm-gen show --jsonModify configuration
helm-gen set settings.debug true
helm-gen set settings.logLevel \"warn\"Compare configurations
helm-gen diff config-dev.json config-prod.jsonList templates
helm-gen templatesTemplates
| Template | Description |
|----------|-------------|
| minimal | Bare minimum configuration |
| standard | Recommended defaults for most projects |
| advanced | Full-featured with security, caching, and multi-environment support |
Why helm-gen-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
