Skip to content

Commit

Permalink
adds debug indicator and updates to dos
Browse files Browse the repository at this point in the history
  • Loading branch information
mhausenblas committed Jan 26, 2018
1 parent 4c33bb6 commit eba2bc2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions cmdsmux.go
Expand Up @@ -55,8 +55,10 @@ func interpret(rl *readline.Instance) {
switch debugmode {
case true:
debugmode = false
info("DEBUG mode is now off.")
case false:
debugmode = true
info("DEBUG mode is now on.")
}
case line == "exit":
return
Expand Down
7 changes: 4 additions & 3 deletions planning.md
Expand Up @@ -2,9 +2,10 @@

## 0.5 release

- [x] create architecture diagram, advance design doc
- [ ] create katacoda scenario and record via Loom
- [ ] create microservices demo
- [x] create architecture diagram and complete design doc
- [x] create katacoda scenario
- [ ] add and update help on `version` and `debug`
- [ ] create microservices demo, for example using [this](https://github.com/nathanpeck/nodejs-aws-workshop)
- [ ] re-write docs (header, use cases)
- [ ] write blog post incl. motivation and new demo recording (microservices demo)
- [ ] implement [0.5 milestones](https://github.com/mhausenblas/kubed-sh/milestone/4)
Expand Down

0 comments on commit eba2bc2

Please sign in to comment.