caltechads / deployfish

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

BUGFIX: deploy exec --verbose once again functions correctly. #45

Closed coredumperror closed 3 years ago

coredumperror commented 3 years ago

The issue was that the 'quiet' argument on the ssh() methods for the two Providers was being called with quiet=True, which had been accidentally coded to override --verbose.

Now, the quiet flag (ssh -q) is sent by default, but if --verbose is specified, ssh -vv is used instead.