caltechads / deployfish

Manage your whole application lifecycle in Amazon AWS ECS.
http://deployfish.readthedocs.io
Other
90 stars 20 forks source link

Added stderr output to the printout from SSHMixin.ssh_noninteractive() #50

Closed coredumperror closed 6 months ago

coredumperror commented 6 months ago

This is necessary because without stderr output, --verbose does nothing for commands that run ssh, since ssh -vv outputs only on stderr.