stamp

A lightweight yet powerful tool that wraps many package managers into one

stamp [flags]

Examples

  # show help and the full command list
  stamp --help

  # install a package and record intent
  stamp install htop

  # manage repositories and manifest backups
  stamp repo --help
  stamp manifest --help

Options

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

SEE ALSO