mpm outdated - List outdated packages.
mpm outdated [OPTIONS] [QUERY]
List available package upgrades and their versions for each
manager.
With an optional QUERY, restrict the listing to outdated
packages whose ID or name matches it. The match is fuzzy by default
(case-insensitive, tokenized); --exact requires a verbatim match on
the package ID or name.
- [QUERY]
- --exact /
--fuzzy
- With a QUERY, only keep packages whose ID or name matches it exactly,
instead of the default case-insensitive, tokenized (fuzzy) match. No
effect without a QUERY.
- --plugin-output
- Output results for direct consumption by an Xbar/SwiftBar-compatible
plugin. The layout is dynamic and depends on environment variables set by
either Xbar or SwiftBar.
- --columns
[package_id,package_name,manager_id,installed_version,latest_version]
- Restrict and reorder table columns, SQL SELECT-style. Comma-separated list
of column IDs. Default: all columns in canonical order.
- -h / --help
- Show this message and exit.
- OUTDATED_EXACT
- With a QUERY, only keep packages whose ID or name matches it exactly,
instead of the default case-insensitive, tokenized (fuzzy) match. No
effect without a QUERY.
- OUTDATED_PLUGIN_OUTPUT
- Output results for direct consumption by an Xbar/SwiftBar-compatible
plugin. The layout is dynamic and depends on environment variables set by
either Xbar or SwiftBar.
- OUTDATED_COLUMNS
- Restrict and reorder table columns, SQL SELECT-style. Comma-separated list
of column IDs. Default: all columns in canonical order.
- OUTDATED_HELP
- Show this message and exit.
- 0
- Success.
- 1
- A runtime error, or an aborted prompt (Ctrl-C, a declined
confirmation).
- 2
- A usage error: unknown option, invalid value, missing operand, or an
unparsable configuration file.