Skip to content

Commit

Permalink
feat!: remove update-notifier support (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed May 9, 2023
1 parent 93bcae0 commit b2f0237
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 1,117 deletions.
1 change: 0 additions & 1 deletion doc/cordova.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ Aliases
Options
-v, --version ...................... prints out this utility's version
-d, --verbose ...................... debug mode produces verbose log output for all activity,
--no-update-notifier ............... disables check for CLI updates
--nohooks .......................... suppress executing hooks
(taking RegExp hook patterns as parameters)

Expand Down
1 change: 0 additions & 1 deletion doc/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ These options apply to all cordova-cli commands.
|----------------------|------------------------
| -d or --verbose | Pipe out more verbose output to your shell. You can also subscribe to `log` and `warn` events if you are consuming `cordova-cli` as a node module by calling `cordova.on('log', function() {})` or `cordova.on('warn', function() {})`.
| -v or --version | Print out the version of your `cordova-cli` install.
| --no-update-notifier | Will disable updates check. Alternatively set `"optOut": true` in `~/.config/configstore/update-notifier-cordova.json` or set `NO_UPDATE_NOTIFIER` environment variable with any value (see details in [update-notifier docs](https://www.npmjs.com/package/update-notifier#user-settings)).
|--nohooks | Suppress executing hooks (taking RegExp hook patterns as parameters)
| --no-telemetry | Disable telemetry collection for the current command.

Expand Down
Loading

0 comments on commit b2f0237

Please sign in to comment.