Hi, I'm writing a vagrant plugin that runs some commands through SSH in the instance and tries to do different things based on the output of those commands. I'm using "vm.action :ssh_run" to run the ssh comands but I'm having difficulties to capture the output of the SSH command. After taking a look to lib/vagrant/action/builtin/ssh_run.rb and lib/vagrant/util/ssh.rb I can't see clear way to get this output. What's is the best way to do this?
Thanks -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/617691b8-0054-4fc1-b0ac-eec35b15abd1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
