|
From: | Chris Koch |
Subject: | Re: [Fab-user] Limiting stdout |
Date: | Thu, 6 Jun 2013 23:38:50 +0000 |
User-agent: | Microsoft-MacOutlook/14.3.4.130416 |
Yes, but as far as I can tell, I can only hide all of stdout with the settings. I don't want to do that. I want Fabric to be smarter about the output. Ideally, it would be nice if it waited until a real newline was sent by the target, instead of apparently
injecting one. In a bash script I have that does something similar, I just get this output:
(Reading database ... 98555 files and directories currently installed.)
Preparing to replace some-package 1.2.3+45 (using some-package_1.2.3+56.deb) ...
That's really all I want to see.
Chris
From: Jorge Vargas <address@hidden>
Date: Thursday, June 6, 2013 4:27 PM To: Chris Koch <address@hidden> Cc: "address@hidden" <address@hidden> Subject: Re: [Fab-user] Limiting stdout have you seen this part of the docs http://fabric.readthedocs.org/en/1.2.0/usage/output_controls.html#hiding-and-or-showing-output-levels
You can do
with settings(hide(...)):
run(...)
On Thu, Jun 6, 2013 at 7:20 PM, Chris Koch
<address@hidden> wrote:
|
[Prev in Thread] | Current Thread | [Next in Thread] |