DaanHoogland opened a new issue #92:
URL: https://github.com/apache/cloudstack-cloudmonkey/issues/92


   playback scenario:
   ~~~
   # grep output ~/.cmk/config 
   output          = json
   # cmk set output default    
   # grep output ~/.cmk/config 
   output          = default
   # cmk list domains filter=name,id
   Invalid output type configured, please fix that!
   # cmk set output json
   # grep output ~/.cmk/config 
   output          = json
   # cmk list domains filter=name,id
   {
     "count": 6,
     "domain": [
   ...
   ~~~
   
   also
   ~~~
   # cmk list domains filter=name,id -o json
   Invalid output type configured, please fix that!
   ~~~


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to