Skip to content

Commit 266e140

Browse files
authored
1.3.0 : refactor cli check-config - use check-config in infos command… (#28)
* 1.3.0 : refactor cli check-config - use check-config in infos command to avoid command crash error * 1.3.0 : add missing test file
1 parent 8bee100 commit 266e140

File tree

8 files changed

+173
-155
lines changed

8 files changed

+173
-155
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.3.0 release (2023-06-xx)
2+
3+
* dctl "infos" command check config for each item.
4+
* dctl "check-config" refactoring.
5+
* Update libraries (deps).
6+
17
## 1.2.0 release (2023-06-04)
28

39
* Add dctl "dry-run" command option.

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ The cli can "manage" multiple docker-compose files (start, stop, down, restart,
3434
- [x] ~~Build - Plublish the cli tool for multiples platforms (Windows, Mac, Linux), different architectures (x86, arm, arm64).~~
3535
- [ ] Config - Add the possibility to automatically add env variables in the command line when execute docker compose.
3636
- [ ] Default arguments - make it disablable by specifying a special argument.
37-
- [ ] Default arguments - merge default arguments with the ones specified in the command line.
37+
- [ ] Default arguments - by project.
38+
- [ ] Default arguments - clever merge default arguments with the ones specified in the command line.
3839
- [ ] Cli - Add a "dctl" command to register/update a project using docker-compose.yml file.
3940
- [ ] Cli - Add a "dctl" command to unregister a project using docker-compose.yaml file.
40-
- [ ] Cli - improve check-config cli command, better presentation.
41+
- [x] ~~Cli - improve check-config cli command, better presentation.~~
4142
- [x] ~~Documentation - give cli examples, screenshots.~~
4243
- [ ] Documentation - add examples of docker-compose files for local development.
4344

0 commit comments

Comments
 (0)