domesticmouse / pubglobalupdate.dart

Command (Linux/Mac/Windows) to update all current global activated packages to their latest version

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pubglobalupdate.dart

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

Build Status

Activate

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 stagehand

Dev

  • before commit, run all unit tests
  • to activate from your local drive: pub global activate -s path .
  • to activate from git repository: pub global activate -s git git://github.com/tekartik/pubglobalupdate.dart

Dependencies

About

Command (Linux/Mac/Windows) to update all current global activated packages to their latest version

License:BSD 2-Clause "Simplified" License


Languages

Language:Dart 100.0%