Skip to content

A WP-CLI package for creating ZIP/TAR backups of plugins and themes.

Notifications You must be signed in to change notification settings

mwender/wp-backup-command

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

WP Backup Command

WP Backup Command

This WP-CLI package allows you to back up plugins or themes by creating a zip or tar.gz archive.

Installation

wp package install mwender/wp-backup-command

Usage

To back up a plugin:

wp plugin backup <plugin-slug>

To back up a theme:

wp theme backup <theme-slug>

Changelog

1.1.2

  • Adding repository thumbnail.

1.1.1

  • Updating composer.json version to force recognition of new release.

1.1.0

  • Backup respective plugin/theme from the parent directory.
  • Return to the original directory after execution.
  • Move the backup file to the original directory.

1.0.0

  • Initial release.

License

This package is licensed under the MIT license.

About

A WP-CLI package for creating ZIP/TAR backups of plugins and themes.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages