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