Open sanmiguel opened 8 years ago
It would be useful (for scripting etc) if there was a way to get the output of riak-mesos framework endpoints without the human-friendly output, currently:
riak-mesos framework endpoints
$ riak-mesos framework endpoints Framework HTTP API: http://ubuntu.local:31068/
I'd like to be able to do:
$ fwhttp=$(riak-mesos framework endpoints --some-option) $ echo $fwhttp http://ubuntu.local:31068/
Actually without the trailing-/ would be nicer.
/
It would be useful (for scripting etc) if there was a way to get the output of
riak-mesos framework endpoints
without the human-friendly output, currently:I'd like to be able to do: