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