azriel91 / peace

Zero Stress Automation
https://peace.mk
Apache License 2.0
110 stars 1 forks source link

`States*DiscoverCmd` should be able to show progress bars #100

Closed azriel91 closed 1 year ago

azriel91 commented 1 year ago

StatesCurrent and StatesDesired discovery can take a while to execute.

Because ApplyOpSpec does state current and state desired discovery, this will result in the progress bar needing to be filled from 0 to full, three times.

This issue does not cover layered progress bar styling where we have a "state current progress layer", "state desired progress layer", and "apply layer".