boundary-config-cli
v1.0.0
Published
CLI tool to parse, convert, and generate HashiCorp Boundary secure access configuration files
Maintainers
Readme
boundary-config-cli
CLI tool to parse, convert, and generate HashiCorp Boundary secure access configuration files
Installation
npm install -g boundary-config-cliUsage
Initialize configuration
boundary-config init
boundary-config init --template advanced
boundary-config init --output custom-config.jsonValidate configuration
boundary-config validate
boundary-config validate path/to/config.jsonView configuration
boundary-config show
boundary-config show --env production
boundary-config show --jsonModify configuration
boundary-config set settings.debug true
boundary-config set settings.logLevel \"warn\"Compare configurations
boundary-config diff config-dev.json config-prod.jsonList templates
boundary-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 boundary-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
