klim import
Install tools listed in a YAML manifest created by klim export.
klim import <file> [flags]Arguments
Section titled “Arguments”| Argument | Description |
|---|---|
<file> | Path to the YAML manifest file |
| Flag | Short | Description |
|---|---|---|
--yes | -y | Install all tools without prompting |
Examples
Section titled “Examples”# Interactive — confirm before installing each toolklim import my-tools.yaml
# Non-interactive — install everythingklim import my-tools.yaml --yesHow It Works
Section titled “How It Works”- Reads the YAML manifest
- For each tool, determines the best package manager for the current OS
- Runs the native install command (e.g.,
brew install,winget install) - Invalidates the scan cache so subsequent commands reflect the changes
See Also
Section titled “See Also”klim export— Export tools to a manifestklim open— Install from a share token