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
The docker buildx output is quite interesting, it provides output that are important and output that are temporary and will result in a collapse into a important line:
The => are the important one those stay there and have a dark blue, where as the temporary are the => => and those are grey and scrolls within a 5-6 lines window, then disappear when done.
There is also a "current" line just above the temporary in white that says which task the system is doing at this time.
This particular output allow someone to monitor if the script is dead or not, while following the progress of the important steps, the temporary lines are just to ensure the script is not dead or waiting on some network activity that would explain why the scrolling stop.
There is also a top-level title showing the big operation and how much time it is started
Could you provide a sample/example within the rich library as to how to achieve that?
The text was updated successfully, but these errors were encountered:
The docker buildx output is quite interesting, it provides output that are important and output that are temporary and will result in a collapse into a important line:
The => are the important one those stay there and have a dark blue, where as the temporary are the => => and those are grey and scrolls within a 5-6 lines window, then disappear when done.
There is also a "current" line just above the temporary in white that says which task the system is doing at this time.
This particular output allow someone to monitor if the script is dead or not, while following the progress of the important steps, the temporary lines are just to ensure the script is not dead or waiting on some network activity that would explain why the scrolling stop.
There is also a top-level title showing the big operation and how much time it is started
Could you provide a sample/example within the rich library as to how to achieve that?
The text was updated successfully, but these errors were encountered: