my library install
my library install <name>Installs a library by name from the public registry. Downloads the library and makes its commands available locally.
Arguments
Section titled “Arguments”| Argument | Description |
|---|---|
name | Library name from the registry (required) |
Examples
Section titled “Examples”# Install from the registrymy library install kubernetes
# Install a deployment tools librarymy library install deploy-toolsBehavior
Section titled “Behavior”- Resolves the library name in the public registry
- Downloads the library and validates all command specs
- Commands become available as
my <library> <slug>