kb: how-to
ext: wptk
Question
How to refresh a WordPress instance in WPToolkit using CLI?
Answer
To refresh an instance using the CLI you can use the command to clear the instance cache, after it, the wptoolkit auto-refresh the instance:
# plesk ext wp-toolkit --clear-cache -instance-id <instance_id>
To get the list of instance IDs use this command:
# plesk ext wp-toolkit --list
Comments
0 comments
Please sign in to leave a comment.