Updating

Keep your LazyPi packages current.

Update all packages

npx @robzolkos/lazypi update

This reconciles the LazyPi catalog against what's currently installed and runs pi update for each package that has a newer version available.

What the update does

LazyPi maintains a catalog of the exact packages and versions it manages. When you run update, it:

  1. Compares the current catalog against your installed packages
  2. Identifies packages with newer versions
  3. Runs pi update for each one
  4. Reports what changed

Packages you installed outside of LazyPi are not touched.