DevOps & config tools
Validate Docker Compose and Kubernetes manifests, and tidy up YAML and .env files.
ENV ParserConvert a .env file to JSON, YAML, shell exports, Docker flags or tfvars, and catch duplicate keys and quoting mistakes before they reach a container.YAML to JSON ConverterConvert YAML to JSON and JSON to YAML, reformat a config file, and get a line number for the indentation mistake instead of a stack trace.Cron Expression ParserExplain a cron expression in plain English and list the next times it will actually run, in UTC or your own timezone — step values and weekday ranges included.Docker Compose ValidatorValidate a Docker Compose file and catch the mistakes that only fail at `up` — a depends_on with no target, an undeclared volume, two services on one port.Kubernetes YAML ValidatorValidate Kubernetes manifests locally and catch what the API server only hints at — bad selectors, memory in millibytes, a removed apiVersion.