We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe145a commit 9d1ca5cCopy full SHA for 9d1ca5c
HISTORY.rst
@@ -2,6 +2,20 @@
2
History
3
=======
4
5
+0.6.0 (2020-08-03)
6
+===================
7
+
8
+New features:
9
+* `Docker-compose multi-files (override support) <https://github.com/lambda-my-aws/ecs_composex/issues/121>`_
10
11
+The new CLI uses positional arguments matching a specific command which drives what's executed onwards.
12
+Trying to re-implement features as close to the docker-compose CLI as possible.
13
14
+* **config** allows to get the YAML file render of the docker-compose files put together.
15
+* **render** will put all input files together and generate the CFN templates accordingly.
16
+* **up** will deploy do the same as render, and deploy to AWS CFN.
17
18
19
0.5.3 (2020-07-30)
20
==================
21
0 commit comments