IcaliaLabs / plis

Automated development tasks asked nicely
MIT License
40 stars 5 forks source link

Send the converted command output to STDERR #8

Open vovimayhem opened 7 years ago

vovimayhem commented 7 years ago

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.