wp plugin auto-updates <command>

Manages plugin auto-updates.

In this article

Examples

# Enable the auto-updates for a plugin
$ wp plugin auto-updates enable hello
Plugin auto-updates for 'hello' enabled.
Success: Enabled 1 of 1 plugin auto-updates.

# Disable the auto-updates for a plugin
$ wp plugin auto-updates disable hello
Plugin auto-updates for 'hello' disabled.
Success: Disabled 1 of 1 plugin auto-updates.

# Get the status of plugin auto-updates
$ wp plugin auto-updates status hello
Auto-updates for plugin 'hello' are disabled.

Subcommands

NameDescription
wp plugin auto-updates disable

Disables the auto-updates for a plugin.

wp plugin auto-updates enable

Enables the auto-updates for a plugin.

wp plugin auto-updates status

Shows the status of auto-updates for a plugin.

Command documentation is regenerated at every release. To add or update an example, please submit a pull request against the corresponding part of the codebase.