You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ra...@apache.org on 2019/04/10 07:03:37 UTC

[cordova-plugman] branch master updated (c268cac -> 8d1cd21)

This is an automated email from the ASF dual-hosted git repository.

raphinesse pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugman.git.


    from c268cac  Fix platform_name option (#112)
     new 59bec7d  Move CLI interface plugman.commands from cordova-lib to plugman
     new a69657a  Remove errors about unsupported publish/unpublish commands
     new 192358c  Remove commands from CLI that do not exist in the lib anymore
     new 3b08aa9  Improve readability of commands module
     new 135cd53  Factor out duplicated code
     new 41c0d6c  Properly return Promises from commands
     new 7e4df8c  Properly install multiple plugins in series
     new 6f1a1c7  If we fail, do so with helpful error message and code
     new ef359cd  Set process.exitCode instead of calling process.exit
     new 6dc057f  Set positive exit code if we don't know what to do
     new 04cc98f  Fix known options for plugman create
     new e40da2c  Remove documentation for obsolete commands
     new f434d50  Split up docs by command and add a short summary
     new cdecd13  Make unhandled promise rejections fail loudly
     new 2550497  Register uncaughtException handler as early as possible
     new 8d1cd21  Merge pull request #113 from raphinesse/fix-orgy

The 1020 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 doc/create.txt              |  13 +++++
 doc/createpackagejson.txt   |   3 +
 doc/help.txt                | 139 --------------------------------------------
 doc/install.txt             |  26 +++++++++
 doc/platform.txt            |   4 ++
 doc/summary.txt             |  17 ++++++
 doc/uninstall.txt           |   9 +++
 main.js                     |  24 +++++---
 package.json                |   5 +-
 spec/nopt.interface.spec.js |   6 +-
 src/commands.js             | 107 ++++++++++++++++++++++++++++++++++
 src/help.js                 |   8 ++-
 12 files changed, 206 insertions(+), 155 deletions(-)
 create mode 100644 doc/create.txt
 create mode 100644 doc/createpackagejson.txt
 delete mode 100644 doc/help.txt
 create mode 100644 doc/install.txt
 create mode 100644 doc/platform.txt
 create mode 100644 doc/summary.txt
 create mode 100644 doc/uninstall.txt
 create mode 100644 src/commands.js


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org