Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add possibility to display output for executed command in command task #26

Open
janicalubos opened this issue Nov 5, 2024 · 0 comments

Comments

@janicalubos
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant