Skip to content

Commit 0e336d5

Browse files
committed
Update Roadmap
1 parent 6ed4de9 commit 0e336d5

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,22 @@ The cli can "manage" multiple docker-compose files (start, stop, down, restart,
3131

3232
## Roadmap / next steps
3333

34+
- [ ] Documentation - add examples of docker-compose files for local development.
35+
36+
### v1
37+
3438
- [x] ~~Build - Plublish the cli tool for multiples platforms (Windows, Mac, Linux), different architectures (x86, arm, arm64).~~
35-
- [ ] Config - Add the possibility to automatically add env variables in the command line when execute docker compose.
39+
- [x] ~~Cli - improve check-config cli command, better presentation.~~
40+
- [x] ~~Documentation - give cli examples, screenshots.~~
41+
- [ ] Cli - Add a "dctl" command to register/update a project using docker-compose.yml file.
42+
- [ ] Cli - Add a "dctl" command to unregister a project using docker-compose.yaml file.
3643
- [ ] Default arguments - make it disablable by specifying a special argument.
3744
- [ ] Default arguments - by project.
3845
- [ ] Default arguments - clever merge default arguments with the ones specified in the command line.
39-
- [ ] Cli - Add a "dctl" command to register/update a project using docker-compose.yml file.
40-
- [ ] Cli - Add a "dctl" command to unregister a project using docker-compose.yaml file.
41-
- [x] ~~Cli - improve check-config cli command, better presentation.~~
42-
- [x] ~~Documentation - give cli examples, screenshots.~~
43-
- [ ] Documentation - add examples of docker-compose files for local development.
46+
47+
### v2
48+
49+
- [ ] Re-implement docker compose using Docker API instead of rely on "docker compose" plugin.
4450

4551

4652
## Contributing

0 commit comments

Comments
 (0)