plis icon indicating copy to clipboard operation
plis copied to clipboard

Send the converted command output to STDERR

Open vovimayhem opened this issue 8 years ago • 0 comments

Right now, the converted docker command is printed into the STDOUT.

This prevents us from doing something like:

echo "$(plis run web rails secret)" | docker secret create some_secret_base -

We need to output the converted command to the STDERR instead of the STDOUT.

vovimayhem avatar Feb 24 '17 03:02 vovimayhem