Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add commands to manage auto-updates for plugins and themes #259

Merged
merged 6 commits into from Sep 29, 2020

Conversation

@schlessera
Copy link
Member

@schlessera schlessera commented Sep 28, 2020

This PR adds the following commands:

wp plugin auto-updates status [<plugin>...] [--all] [--enabled-only] [--disabled-only] [--field=<field>]
wp plugin auto-updates enable [<plugin>...] [--all] [--disabled-only]
wp plugin auto-updates disable [<plugin>...] [--all] [--enabled-only]
wp theme auto-updates status [<theme>...] [--all] [--enabled-only] [--disabled-only] [--field=<field>]
wp theme auto-updates enable [<theme>...] [--all] [--disabled-only]
wp theme auto-updates disable [<theme>...] [--all] [--enabled-only]

Fixes #250

src/Theme_Command.php Outdated Show resolved Hide resolved
@schlessera schlessera merged commit a89a413 into master Sep 29, 2020
3 checks passed
3 checks passed
@github-actions
Lint PHP files
Details
@github-actions
PHPCS
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
@schlessera schlessera deleted the add/auto-updates branch Sep 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment