From d24f307e954336deb7416366c9c647eef3223638 Mon Sep 17 00:00:00 2001 From: Stian Date: Fri, 15 Sep 2023 16:13:05 +0200 Subject: [PATCH] Rename file to match WordPress.Files.FileName.NotHyphenatedLowercase sniff --- INSTALLATION.md | 4 ++-- wp-cli.local.php => wp-cli-local.php | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename wp-cli.local.php => wp-cli-local.php (100%) diff --git a/INSTALLATION.md b/INSTALLATION.md index 95507f2..27c0507 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -65,7 +65,7 @@ Themes, plugins, mu-plugins etc. is now structured under packages and built into ### wp-cli and Local by Flywheel -To be able to use wp-cli, you can use [Local by Flywheel](https://localwp.com/) build-in in site shell. +To be able to use wp-cli, you can use [Local by Flywheel](https://localwp.com/) build-in in site shell. If you would like to access the wp-cli in the defauly system console there can be issues trying to use wp-cli commands when using a [Local by Flywheel](https://localwp.com/) development environment. You can usually fix this with the following steps: @@ -74,7 +74,7 @@ If you would like to access the wp-cli in the defauly system console there can b ```yml path: public/wp require: - - wp-cli.local.php + - wp-cli-local.php ``` 2. Set the `MYSQLI_DEFAULT_SOCKET` in the `.env` file. diff --git a/wp-cli.local.php b/wp-cli-local.php similarity index 100% rename from wp-cli.local.php rename to wp-cli-local.php