blob: d0f6bbe7459b59742db9acc0c2c9c7f49fc4e314 [file] [log] [blame]
# GENERATED BY: test/help_test.dart
## Section 0
$ pub outdated --help
Analyze your dependencies to find which ones can be upgraded.
Usage: pub outdated [options]
-h, --help Print this usage information.
--[no-]dependency-overrides Show resolutions with `dependency_overrides`.
(defaults to on)
--[no-]dev-dependencies Take dev dependencies into account.
(defaults to on)
--json Output the results using a json format.
--mode=<PROPERTY> Highlight versions with PROPERTY.
Only packages currently missing that PROPERTY
will be included unless --show-all.
[outdated (default), null-safety]
--[no-]prereleases Include prereleases in latest version.
(defaults to on in --mode=null-safety).
--[no-]show-all Include dependencies that are already
fullfilling --mode.
--[no-]transitive Show transitive dependencies.
(defaults to off in --mode=null-safety).
-C, --directory=<dir> Run this in the directory<dir>.
Run "pub help" to see global options.
See https://dart.dev/tools/pub/cmd/pub-outdated for detailed documentation.