stamp outdated

Check for available updates (alias for stamp update –check)

Synopsis

Check across all package managers for outdated packages. Alias for “stamp update –check”.

stamp outdated [flags]

Examples

  # check for outdated packages (alias form)
  stamp outdated

  # equivalent canonical command
  stamp update --check

Options

  -h, --help   help for outdated

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