klim open
Install tools from a compact share token generated by klim share.
klim open <token> [flags]Arguments
Section titled “Arguments”| Argument | Description |
|---|---|
<token> | Share token (starts with klim:v1:) |
| Flag | Short | Description |
|---|---|---|
--yes | -y | Install all tools without prompting |
Examples
Section titled “Examples”# Interactive — confirm before installingklim open klim:v1:H4sIAAAA...
# Non-interactive — install allklim open klim:v1:H4sIAAAA... --yesHow It Works
Section titled “How It Works”- Decodes the share token
- Resolves tools against the local catalog
- Installs each tool via the best available package manager for the current OS
See Also
Section titled “See Also”klim share— Generate a share tokenklim import— Install from a YAML manifest