Improve the user experience in order to show the command before being executed #231
diegolovison
started this conversation in
General
Replies: 3 comments 1 reply
-
Here is other example scripts:
hello-qdup:
- sh: "ping -c 30 redhat.com"
hosts:
local : ${{target-host}}
roles:
run-hello-qdup:
hosts:
- local
run-scripts:
- hello-qdup Output:
It will be in the console only when the ping has finished. |
Beta Was this translation helpful? Give feedback.
0 replies
-
There is a troubleshooting guide to help diagnose issues: https://github.com/Hyperfoil/qDup/blob/master/docs/tutorial/troubleshoot.adoc |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Create the following script
Run it with
-ix
in order to ignore thequarkus-quickstarts
folder presented on the disk.The output will be:
Screencast.from.2025-01-08.16-12-24.mp4
This will give the impression that the qDup is hanging.
In practice, it is running
quarkus dev
without printing anything in the terminal.I would like:
quarkus dev
output and display it in the terminalWhat does the community think about that?
I spent some hours until I figured it out.
Beta Was this translation helpful? Give feedback.
All reactions