Skip to content

klim list

List installed developer tools with version info, install sources, and update status.

Terminal window
klim list [flags]
FlagShortDescription
--category-cFilter by category (e.g., Cloud, CLI, Containers)
--sourceFilter by install source (brew, winget, apt, etc.)
--categoriesPrint available category names and exit
--refreshForce fresh scan, ignoring on-disk cache
Terminal window
# List all installed tools
klim list
# Filter by category
klim list --category Cloud
# Filter by install source
klim list --source brew
# Combine filters
klim list --category IaC --source brew
# Show available categories
klim list --categories
# Force fresh scan
klim list --refresh

Each line shows:

  • Status indicator (✓ up to date, ⬆ update available)
  • Tool name
  • Installed version
  • Install source in parentheses
  • Display name
  • Latest version (if update available)
✓ az 2.67.0 (brew) Azure CLI
⬆ docker 24.0.7 (manual) Docker CLI → 27.1.0
✓ git 2.47.0 (brew) Git version control

By default, klim list uses a cached scan result for fast startup. Use --refresh to force a fresh PATH scan and version resolution.