Skip to content

v0.0.3

Compare
Choose a tag to compare
@jwilder jwilder released this 06 Oct 15:08
· 191 commits to master since this release

d229938 Update tail dependency
4f79876 Fix tail Cleanup
1e45a4b Fix go fmt
4e53efc Provide arm builds
6909d0e Added support for handling signals. If the subprocess does not terminate within 10 seconds of receiving the signal, it will be killed. The program will now exit cleanly on subcommand success (instead of forcing an os.Exit(0).
8cde798 Will now exit with status 0 when sub command finishes, even if tailing logs. Will also exit with the same exit status as sub process. See #4