0 purchases
pubglobalupdate
pubglobalupdate.dart #
Command (Linux/Mac/Windows) to update all current global activated packages (git, path or hosted)
to their latest version
Activate #
Choose one of the following two commands:
$ dart pub global activate pubglobalupdate
$ flutter pub global activate pubglobalupdate
copied to clipboard
Usage #
Usage: pubglobalupdate [<pkg1> <pkg2>...]
By default all packages are updated
Global options:
-h, --help Usage help
--version Display version
-v, --verbose Verbose
-d, --dry-run Do not run test, simple show the command executed
copied to clipboard
Update all current activated packages
$ pubglobalupdate
copied to clipboard
Update one package
$ pubglobalupdate dhttpd
copied to clipboard
Dev #
before commit, run all unit tests
to activate from your local drive: dart pub global activate -s path .
to activate from git repository: dart pub global activate -s git https://github.com/tekartik/pubglobalupdate.dart
Dependencies #
process_run
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.