xdissent / iectrl

Command line interface and Node module for managing ievms virtual machines
http://xdissent.github.io/iectrl
MIT License
198 stars 14 forks source link

Verbose Output/Progress? #3

Closed pvanb closed 11 years ago

pvanb commented 11 years ago

It would be nice have the option of verbose output or some indication of progress. I wasn't even sure anything was happening until I opened another console and did iectrl status.

xdissent commented 11 years ago

It uses the debug module so you can set the DEBUG env var to iectrl:* to see debug output/progress. For bash: export DEBUG='iectrl:*' and for fish: set -x DEBUG 'iectrl:*'

tinyfly commented 10 years ago

Can you give more clarification in how to use this? I'm not sure what to do with the export line you mention above.

theIV commented 10 years ago

I know your comment was about a month ago, BUT @tinyfly, paste that into your terminal before running iectrl install ..., for instance. Then, when running one of the iectrl commands, it should output what's going on during the process.

tinyfly commented 10 years ago

Ah, ok. Thanks.

On May 8, 2014, at 2:04 PM, Stewart Laufer notifications@github.com wrote:

I know your comment was about a month ago, BUT @tinyfly, paste that into your terminal before running iectrl install ..., for instance. Then, when running one of the iectrl commands, it should output what's going on during the process.

— Reply to this email directly or view it on GitHub.

EHLOVader commented 9 years ago

I also thought that it had stalled when trying to install.

Should this be the default mode? and offer a silent option?

Anyway, this is the command that worked successfully for me to see what was happening.

export DEBUG='iectrl:*' && iectrl install