apigee / henchman

Orchestration and Automation tool
BSD 2-Clause "Simplified" License
109 stars 19 forks source link

Shell module should support redirection & piping the output to next commands. #134

Closed baskaran-md closed 8 years ago

baskaran-md commented 8 years ago
  - name: Write to file
    shell: cmd="echo HelloWorld >> /tmp/test.txt"
jlin21 commented 8 years ago

Issue resolved when shell module was ported to go