Expand description
Tracked operation helper
Wraps an async API call with a spinner (in interactive/Table mode) and appends timing + API health info on completion. Non-interactive and structured output modes (JSON, YAML, CSV) run the operation directly with no spinner.
Functionsยง
- tracked_
op - Execute an async operation with progress tracking.