File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ Activating 'rest-api'...
2828Success: Plugin ' rest-api' activated.
2929```
3030
31- さらに WP-CLI は、WordPress の管理画面ではできない多くのことが可能です。たとえば、` wp transient delete-all ` ([ doc] ( https://wp-cli.org/commands/transient/delete-all/ ) ) は、Transient に保存されているすべてのデータを削除することを可能にしています。
31+ さらに WP-CLI は、WordPress の管理画面ではできない多くのことが可能です。たとえば、` wp transient delete - -all ` ([ doc] ( https://wp-cli.org/commands/transient/delete-all/ ) ) は、Transient に保存されているすべてのデータを削除することを可能にしています。
3232
3333``` bash
34- $ wp transient delete-all
34+ $ wp transient delete - -all
3535Success: 34 transients deleted from the database.
3636```
3737
@@ -79,7 +79,7 @@ WP-CLI root dir: /home/wp-cli/.wp-cli
7979WP-CLI packages dir: /home/wp-cli/.wp-cli/packages/
8080WP-CLI global config: /home/wp-cli/.wp-cli/config.yml
8181WP-CLI project config:
82- WP-CLI version: 0.23.0
82+ WP-CLI version: 0.24.1
8383```
8484
8585## アップデート
You can’t perform that action at this time.
0 commit comments