Skip to content

timnashcouk/wp-cli-auto-updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wp-cli-auto-updater

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 [email protected]: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

Releases

No releases published

Packages

No packages published

Languages