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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]