Dev Tools · 1h ago
Fimod: A Python-like Swiss Army Knife for CI Data Transforms
Developer Pytgaen released fimod, a lightweight CLI tool for JSON/YAML/CSV transforms in CI pipelines. It offers 8 common operations like value extraction, validation, and HTTP API reading without shell quoting headaches. The tool is designed as a simpler alternative to ad-hoc Python scripts or jq/yq for small data tasks.
Meridian48 take
Fimod fills a genuine niche for DevOps engineers tired of fragile shell glue, but its adoption depends on whether it offers enough convenience over existing tools like jq.
Read the full reporting
8 small data transforms I don't want to write as shell glue anymore →
DEV Community
ci-cddata-transforms