Skip to content

my library install

Terminal window
my library install <name>

Installs a library by name from the public registry. Downloads the library and makes its commands available locally.

ArgumentDescription
nameLibrary name from the registry (required)
Terminal window
# Install from the registry
my library install kubernetes
# Install a deployment tools library
my library install deploy-tools
  1. Resolves the library name in the public registry
  2. Downloads the library and validates all command specs
  3. Commands become available as my <library> <slug>