pubglobalupdate 0.5.3 copy "pubglobalupdate: ^0.5.3" to clipboard
pubglobalupdate: ^0.5.3 copied to clipboard

Helper to update global activated packages, all at once or by package name

pubglobalupdate.dart #

Command (Linux/Mac/Windows) to update all current global activated packages (git, path or hosted) to their latest version

Build Status

Activate #

Choose one of the following two commands:

$ dart pub global activate pubglobalupdate
$ flutter pub global activate pubglobalupdate

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

Update all current activated packages

$ pubglobalupdate

Update one package

$ pubglobalupdate dhttpd

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 #

4
likes
140
pub points
0%
popularity

Publisher

verified publishertekartik.com

Helper to update global activated packages, all at once or by package name

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

args, path, process_run, pub_semver

More

Packages that depend on pubglobalupdate