Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
martinnirtl committed Feb 25, 2020
1 parent a90979e commit b0502f1
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,27 @@ Level up your docker-compose game during development!

## TODOs

### Code-Related

- implement arguement based command execution
- check all commands for arg count check and command usage definition
- add 'dynamic' bash completion
- add support for env var prefix (eg. 'DOCKMA\_') and make configurable per environment (subcommand 'env set' is taken and should prob be changed to 'env act(ivate)')
- build command/solution to change selection without downing env in between
- format error messages which get logged with prefix 'Error: ' (not handed over to config.Save func) and include ':'
- finish makefile
- bind version, commit, date to vars provided on 'go build'
- think about wrapping viper completely in config package
- add logging for verbose output
- inspect cmd only for external commands
- verboseFlag shall ignore timebridgers
- write long command descriptions (eg. doctl help completion)
- rethink git-pull setting and updating it becoming git-based project
- use table instead of long lists (dockma profile list --services)
- support swarm mode and move towards kubernetes ?
- build "assessment" tool for docker-compose files
- write unit tests 😂

### Other

- finish makefile
- bind version, commit, date to vars provided on 'go build'
- use bats for system tests (https://github.com/sstephenson/bats)
- build "assessment" tool for docker-compose files
- write unit tests

0 comments on commit b0502f1

Please sign in to comment.