DevOps & Config Tools
Utilities for CI/CD, scheduling, and configuration formats (.env, YAML, properties). Designed for fast copy/paste workflows.
- Access .env, cron, and config helpers in one place.
- Normalize config files and validate syntax quickly.
- Built for DevOps and CI/CD workflows.
Loading...
Common workflows:
- Build cron expressions and preview next run times.
- Convert config formats: .env <-> JSON <-> YAML <-> properties.
- Validate and lint YAML quickly before commits/deployments.
Tools
Loading DevOps & Config tools from index.html...
Planned / Recommended Tools
These additions increase repeat usage for DevOps workflows and are feasible in a static browser-only implementation.
Cron Builder + Next Runs
Interactive cron builder + human-readable explanation + next 10 execution times (local timezone).
.env <-> JSON <-> YAML <-> Properties Converter
Convert config formats; detect duplicates; sort keys; optionally mask secrets in output.
YAML Validator / Lint (Basic)
Validate YAML and report line/column. Helpful companion to JSON<->YAML converter.
Kubernetes Manifest Helper
Quick templates + validation hints for common objects (Deployment/Service/Ingress).
Dockerfile Snippets + Best-Practice Checker
Suggest best practices (multi-stage build, pinned versions, non-root user) for pasted Dockerfile.
JSON Log Pretty Printer
Paste logs containing JSON lines -> extract and pretty print; filter by key; highlight errors.
When you implement any of these, add a tool card to index.html with
data-tool-category="DevOps & Config".