timnashcouk / wp-cli-auto-updater
Automatic updater for WP-CLI to keep WP-CLI up to date
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Type:wp-cli-package
This package is auto-updated.
Last update: 2025-06-20 17:36:04 UTC
README
Provides an Auto Update feature similar to Brew Auto updater
Installation
Via Packagist:
wp package install timnashcouk/wp-cli-auto-updater
or directly from Github
wp package install git@github.com:timnashcouk/wp-cli-auto-updater.git
Usage
Will recheck once every 12 hours before running command
Does not check when running wp cli
commands
Can skip checks by passing the --disable-autoupdate
during a command
Or skipped entirely by adding disable-autoupdate
within a config for a specific command for example:
core config:
disable-autoupdate: true
Within wp-cli.yml