https://github.com/timnashcouk/wp-cli-auto-updater
AutoUpdate Package for WP-CLI
https://github.com/timnashcouk/wp-cli-auto-updater
wordpress wp-cli wp-cli-package
Last synced: about 1 year ago
JSON representation
AutoUpdate Package for WP-CLI
- Host: GitHub
- URL: https://github.com/timnashcouk/wp-cli-auto-updater
- Owner: timnashcouk
- License: gpl-2.0
- Created: 2020-05-18T18:59:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-20T06:48:16.000Z (almost 6 years ago)
- Last Synced: 2025-03-24T01:46:59.596Z (about 1 year ago)
- Topics: wordpress, wp-cli, wp-cli-package
- Language: PHP
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 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