blob: a97139569a76023ee42cbda184456dbbbd15929b [file]
# GENERATED BY: test/help_test.dart
## Section 0
$ pub downgrade --help
Downgrade the current package's dependencies to oldest versions.
Usage: pub downgrade [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.
-C, --directory=<dir> Run this in the directory <dir>.
--tighten Updates lower bounds in pubspec.yaml to match the resolved version.
Run "pub help" to see global options.
See https://dart.dev/tools/pub/cmd/pub-downgrade for detailed documentation.