You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When command task finish succesfuly, stdout is discareded. It could be very helpful if there is possibility to change this behavior and display always full output for particular task. For example:
tasks:
- name: task1
command:
cmd: echo "This task is silent"
- name: task2
command:
cmd: echo "This task is displays this mesage"
verbose: true
The text was updated successfully, but these errors were encountered:
When command task finish succesfuly, stdout is discareded. It could be very helpful if there is possibility to change this behavior and display always full output for particular task. For example:
tasks:
- name: task1
command:
cmd: echo "This task is silent"
- name: task2
command:
cmd: echo "This task is displays this mesage"
verbose: true
The text was updated successfully, but these errors were encountered: