stamp autoremove

Remove orphaned packages and unused dependencies

Synopsis

Remove orphaned packages and unused dependencies across all package managers. Use –dry-run to preview what would be removed.

Scoped to a single manager with the –manager flag.

stamp autoremove [flags]

Examples

  stamp autoremove
  stamp autoremove -m brew
  stamp autoremove --dry-run

Options

  -d, --dry-run          preview orphans without removing
  -h, --help             help for autoremove
  -m, --manager string   package manager to use

Options inherited from parent commands

  -j, --json      output results in JSON format
  -v, --verbose   enable debug logging
  -y, --yes       auto-accept all prompts

SEE ALSO