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
Introduce a spinner component for visual feedback
during long-running operations. The spinner:
- Supports context cancellation
- Gracefully degrades to simple text output in
non-TTY environments
- Allows Ctrl+C to terminate the command properly
Add WithElapsedTime option to display elapsed time
for operations that may take more than ~5 seconds,
such as Shadow Link create, update, and delete in
cloud environments where we poll for operation
completion.
(cherry picked from commit a5ec476)
out.Exit("Shadow link creation is taking longer than expected. Please check the state of the shadow link using 'rpk shadow describe %v' and 'rpk shadow status %v'", slCfg.Name, slCfg.Name)
0 commit comments