Manages theme auto-updates.
EXAMPLES EXAMPLES
# Enable the auto-updates for a theme
$ wp theme auto-updates enable twentysixteen
Theme auto-updates for 'twentysixteen' enabled.
Success: Enabled 1 of 1 theme auto-updates.
# Disable the auto-updates for a theme
$ wp theme auto-updates disable twentysixteen
Theme auto-updates for 'twentysixteen' disabled.
Success: Disabled 1 of 1 theme auto-updates.
# Get the status of theme auto-updates
$ wp theme auto-updates status twentysixteen
Auto-updates for theme 'twentysixteen' are disabled.
SUBCOMMANDS SUBCOMMANDS
Name | Description |
---|---|
wp theme auto-updates disable | Disables the auto-updates for a theme. |
wp theme auto-updates enable | Enables the auto-updates for a theme. |
wp theme auto-updates status | Shows the status of auto-updates for a theme. |
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.