feat(cli): improve ASCII animations#155
Conversation
Signed-off-by: Joshua Li <joshuali925@gmail.com>
|
I like how the owl provides caption on what's going on (indexing... mapping..) Can we also apply captions to the fish in the pipeline and all other loading animations? The captions communicate a sense of progress, without it, it feels like the status is stuck. |
Currently they are just dumb texts, the actual slow work here is opensearch domain creation. We may be able to retrieve actual domain status like "Provisioning nodes" and show them instead Pipeline step is also slow on pipeline creation, although they might not expose internal creation status will take a look |
Description
add more space and word to animations
Issues Resolved
List any issues this PR will resolve, e.g. Closes [...].
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.