From 1064db0fde004af542d4cf3a876da38001ceabf5 Mon Sep 17 00:00:00 2001 From: Martin Nirtl Date: Mon, 24 Feb 2020 11:00:03 +0100 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aa0fb2c..3f907f1 100644 --- a/README.md +++ b/README.md @@ -29,16 +29,16 @@ Level up your docker-compose game during development! ## TODOs - implement arguement based command execution - - add 'dynamic' bash completion via ValidArgs - add func for Args field (take valid args only but also no args for interactive mode) - refactor config to be loaded first before anything else + - add 'dynamic' bash completion - finish makefile -- add logging for verbose output (see doctl ?) + - bind version, commit, date to vars provided on 'go build' +- 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 -- bind version, commit, date to vars provided on 'go build' - use table instead of long lists (dockma profile list --services) - support swarm mode and move towards kubernetes ?