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

Commit

Permalink
update todos
Browse files Browse the repository at this point in the history
  • Loading branch information
martinnirtl committed Feb 25, 2020
1 parent 82116c8 commit 76540ff
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,16 @@ Level up your docker-compose game during development!

### Code-Related

- implement argument 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 ':'
- 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)')
- 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)
- add 'dynamic' bash completion
- support swarm mode and move towards kubernetes ?
- build "assessment" tool for docker-compose files
- write unit tests 😂
Expand Down

0 comments on commit 76540ff

Please sign in to comment.