Replies: 1 comment
-
|
Right now not, but I working on adding it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Deployer Version
latest
Target OS
not applicable
Which PHP version are you using?
PHP 8.5
Content of deploy.php or deploy.yaml
Steps to reproduce
When using the "run" command, Deployer prepends the host alias to every line. e.g.
d dep run "'ls -la'" prodwill output something like:Unfortunately this is polluting the actual output which I need. Is there a way to run a deployer command without polluting the actual output?
The use case is piping a database dump so adding a regex to strip each line isn't really a solution.
Beta Was this translation helpful? Give feedback.
All reactions