azukiapp / azk

azk is a lightweight open source development environment orchestration tool. Instantly & safely run any environment on your local machine.
http://azk.io
Apache License 2.0
898 stars 63 forks source link

azk start --verbose must show command output #482

Closed saitodisse closed 8 years ago

saitodisse commented 9 years ago

Would be nice if the command azk start --verbose shows all output for command. Today shows the correct output for provision but not for command. For example in azk-demo:

image

but executing node.js directly we have the nodemon output as shown:

image