Skip to content

Commit

Permalink
update readme for the new import export commands
Browse files Browse the repository at this point in the history
  • Loading branch information
remyperona committed Mar 12, 2021
1 parent 2ff151b commit 4499a10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ This repository contains a [WP-CLI command](https://github.com/wp-cli/wp-cli) f
* `wp rocket regenerate --file=<file>` -- Regenerate .htaccess, advanced-cache.php or the WP Rocket config file.
* `wp rocket regenerate --file=config --nginx=true` -- regenerate the config file on Nginx hosts.
* `wp rocket cdn --enable=<enable> --host=<host> --zone=<zone>` -- Enable / Disable CDN with the specified host and zone.
* `wp rocket export` -- Exports the WP Rocket settings as a json file to the current directory.
* `wp rocket import --file=settings.json` -- Imports the settings contained in the provided json file.

## Installing

Expand Down

0 comments on commit 4499a10

Please sign in to comment.