diff --git a/README.md b/README.md index bfe6bd3..0450290 100755 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ * `wp swim to-www` -- Make the website accessible via www. * `wp swim to-https` -- Make the website accessible via https. +* `wp swim autoperm` -- Automatically apply own/perms to the root. +* `wp swim update-all` -- Update core, plugins, themes and translations ## Work in progress commands -* `wp swim autoperm` -- ... -* `wp swim update-all` -- ... -* `wp swim cache-clean` -- ... +* `wp swim cache-clean` -- Automatically clean all caches (wp, opcache, plugins, object-cache...) ## Installing diff --git a/command.php b/command.php index 89adcfd..e6746c5 100644 --- a/command.php +++ b/command.php @@ -120,7 +120,7 @@ public function to_https( array $args = [], array $assoc_args = [] ) { } /** - * Update all + * Update core, plugins, themes and translations * * ## EXAMPLES * @@ -162,7 +162,7 @@ public function update_all( array $args = [], array $assoc_args = [] ) { } /** - * Cache clean + * Automatically clean all caches (wp, opcache, plugins, object-cache...) * * ## EXAMPLES * @@ -193,7 +193,7 @@ public function cache_clean( array $args = [], array $assoc_args = [] ) { } /** - * Autoperm + * Automatically apply own/perms to the root * * ## EXAMPLES *