Releases: lcmen/go-pty
Releases · lcmen/go-pty
Release list
v0.3.1
v0.3.0
- Add support for preflight commands to run sequentially before the services start.
- Add
Enterin output all mode to insert a blank line as a visual separator. - Update dependencies.
v0.2.0
- Add ctrl-r in output all mode to restart all processes.
- Add -e flag to load environment variables from a .env file with ${VAR} expansion.
- Add -s flag to run a subset of processes from the Procfile (e.g. go-pty -s web,worker).
v0.1.1
v0.1.0
v0.0.4
Fix race conditions, cleanups and process monitoring.
v0.0.3
Shutdown multiplexer when one of the processes crashes.