dart pub outdated
Analyze dependencies to find which ones can be upgraded
Options
Name | Description |
---|---|
-h, --help | Print this usage information |
--color | Color the the output. Defaults to color when connected to a terminal, and no-color otherwise |
--no-color | Do not color the output. Defaults to color when connected to a terminal, and no-color otherwise |
--dependency-overrides | Show resolutions with 'dependency_overrides'. (defaults to on) |
--no-dependency-overrides | Do not show resolutions with 'dependency_overrides'. (defaults to on) |
--json | Output the results sing a JSON format |
--mode <property> | Highlight versions with PROPERTY. Only packages missing the PROPERTY will be included unless --show-all |
--prereleases | Include prereleases in latest version. (defaults to on in --mode=null-safety) |
--no-prereleases | Do not include prereleases in latest version. (defaults to off in --mode=null-safety) |
--show-all | Include dependencies that are already fulfilling --mode |
--no-show-all | Do not include dependencies that are already fulfilling --mode |
--transitive, --no-transitive | Show transitive dependencies. (defaults to off in --mode=null-safety |