Skip to content

klim import

Install tools listed in a YAML manifest created by klim export.

Terminal window
klim import <file> [flags]
ArgumentDescription
<file>Path to the YAML manifest file
FlagShortDescription
--yes-yInstall all tools without prompting
Terminal window
# Interactive — confirm before installing each tool
klim import my-tools.yaml
# Non-interactive — install everything
klim import my-tools.yaml --yes
  1. Reads the YAML manifest
  2. For each tool, determines the best package manager for the current OS
  3. Runs the native install command (e.g., brew install, winget install)
  4. Invalidates the scan cache so subsequent commands reflect the changes