Using abao to test my REST API, which is running in the default Docker machine:
me$ abao my-api.raml --server $(docker-machine ip)
Hangs for <.5s, then abao exits and I'm back at my prompt, nothing output or printed by abao. Even when I run with just the names option (me$ abao my-api.raml --names), it exits with no output. If it's failing or throwing an error, it's doing so silently; so I have no good way to troubleshoot.
Initially, some of my JSON schema were invalid, and abao was (correctly) complaining; so I know abao is working to that degree, and I have now confirmed that all my JSON and RAML is valid.