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