Skip to content

v1.3.0 - Bugfixes, small improvements

Latest
Compare
Choose a tag to compare
@odino odino released this 07 May 21:06
· 2 commits to master since this release

A few small tweaks, so this could have probably be a minor release as well, as it's focused on polishing weird behaviors rather than addition new features.

Everyone is invited to upgrade :)

List of servers (#25)

Now godo will output a list of groups / servers if none matches your input:

available

Terminating SSH sessions (#23)

Due to a glitch in the way we were istantiating the SSH sessions, remote commands would not be terminated after a ctrl + c. By using a PTY, everything looks good :)

Catching "exceptions" (#10)

Earlier, godo will epically panic if an error would happen while connecting via SSH. Now it simply reports the error and proceed with its job (ie. keep executing the command on the other servers).

panic