adamdicarlo / diff-docker-compose

Diffs two docker-compose.yml files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

diff-docker-compose

Small utility to diff two docker-compose.yml files; useful, for instance, if your docker-compose.yml is based off of a template.

By default, running with no arguments will assume the two yaml files to diff are docker-compose.yml.template and docker-compose.yml.

Currently, this only gives a high-level overview of how the files compare to each other.

Screenshot showing output: services locally removed/disabled, services locally adedd/enabled, and services locally modified

About

Diffs two docker-compose.yml files

License:MIT License


Languages

Language:JavaScript 100.0%