Skip to main content

diff docker-compose files

Project description

Build Status Docker Build PyPi downloads PyPi version Docker pulls # compose_diff

Diff docker-compose files. When deploying using docker-compose, these files could be used to generate Release Notes. Especially interesting is to diff two docker-compose Releases by each other, then customers know the changed components and testers know which part to especially test.

Usage

Via Python

Install it via: pip3 install compose_diff

After that use it like

compose_diff --versions old.yml new.yml this will print the differences in the used versions/tags between the two compose files.

compose_diff --instances old.yml new.yml this will print the amount of instances of this image between the two compose files.

Features

  • Support for Version 2 and Version 1.

  • Diffs Image Versions

  • Diffs Image Instances

  • Output in Markdown and CSV format

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

compose_diff-0.4.0.tar.gz (4.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page