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

[Cli] Fixing `ui.isInteractive()` not using option `--quiet` #576

Closed gullitmiranda closed 8 years ago

gullitmiranda commented 8 years ago

The UI was not taking into consideration the --quiet sent as argument in the cli.

eg:

$ azk agent stop
$ azk status --quiet
azk: azk agent is required but is not running (try `azk agent status`)