Skip to content

CLI‑no progress bar

rhoopr edited this page May 26, 2026 · 4 revisions

--no-progress-bar

Disable progress output for one invocation.

Usage

kei sync --no-progress-bar

Details

  • Default: progress output is enabled on TTYs
  • Type: boolean flag
  • TOML key: [ui].progress_bar = false

The progress bar auto-hides in non-TTY environments such as cron, service logs, and pipes. Use this flag to disable it explicitly for one run.

For a permanent setting:

[ui]
progress_bar = false

Related

Commands

Getting Started

Features

Clone this wiki locally