blob: c7879516a7b12023e95428e3ab96cc373173ba34 [file] [log] [blame]
# GENERATED BY: test/help_test.dart
## Section 0
$ pub upgrade --help
Upgrade the current package's dependencies to latest versions.
Usage: pub upgrade [dependencies...]
-h, --help Print this usage information.
--[no-]offline Use cached packages instead of accessing the
network.
-n, --dry-run Report what dependencies would change but don't
change any.
--[no-]precompile Precompile executables in immediate dependencies.
--null-safety Upgrade constraints in pubspec.yaml to null-safety
versions
--legacy-packages-file Generate the legacy ".packages" file
--major-versions Upgrades packages to their latest resolvable
versions, and updates pubspec.yaml.
-C, --directory=<dir> Run this in the directory<dir>.
Run "pub help" to see global options.
See https://dart.dev/tools/pub/cmd/pub-upgrade for detailed documentation.