You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-3
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@
6
6
# compose_diff
7
7
8
8
Diff docker-compose files.
9
+
When deploying using docker-compose, these files could be used to generate Release Notes.
10
+
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.
9
11
10
12
## Usage
11
13
@@ -16,9 +18,15 @@ Install it via:
16
18
17
19
After that use it like
18
20
19
-
`compose_diff --images old.yml new.yml`
20
-
this will print the the differences in the used images between the two versions.
21
+
`compose_diff --versions old.yml new.yml`
22
+
this will print the differences in the used versions/tags between the two compose files.
23
+
24
+
`compose_diff --instances old.yml new.yml`
25
+
this will print the amount of instances of this image between the two compose files.
0 commit comments