Skip to content

klim share import

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

Terminal window
klim share 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 share import my-tools.yaml
# Non-interactive — install everything
klim share 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