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