diff --git a/sites/platform/.yaml b/sites/platform/.yaml index f9cb4d7357..9d7ebc340c 100644 --- a/sites/platform/.yaml +++ b/sites/platform/.yaml @@ -73,6 +73,7 @@ dotnet: supported: - '7.0' - '6.0' + - '8.0' legacy: - '3.1' - '2.2' @@ -674,6 +675,7 @@ php: - '5.5' - '5.4' supported: + - '8.4' - '8.3' - '8.2' - '8.1' diff --git a/sites/platform/src/administration/cli/_index.md b/sites/platform/src/administration/cli/_index.md index b051e48778..9f55a3bf74 100644 --- a/sites/platform/src/administration/cli/_index.md +++ b/sites/platform/src/administration/cli/_index.md @@ -164,9 +164,7 @@ The code is only merged between environments remotely. ### Customize the CLI -You can customize how the CLI operates and what it returns with a configuration file (`~/{{% vendor/configdir %}}/config.yaml`) -or environment variables. -For details, see the [customization instructions on GitHub](https://github.com/platformsh/legacy-cli#user-content-customization). +You can customize how the CLI operates and what it returns with a configuration file (`~/.platformsh/config.yaml`) or environment variables. For details, see the [customization instructions on GitHub](https://github.com/platformsh/legacy-cli#user-content-customization). #### Automate repetitive tasks diff --git a/sites/upsun/.yaml b/sites/upsun/.yaml index f9cb4d7357..9d7ebc340c 100644 --- a/sites/upsun/.yaml +++ b/sites/upsun/.yaml @@ -73,6 +73,7 @@ dotnet: supported: - '7.0' - '6.0' + - '8.0' legacy: - '3.1' - '2.2' @@ -674,6 +675,7 @@ php: - '5.5' - '5.4' supported: + - '8.4' - '8.3' - '8.2' - '8.1' diff --git a/sites/upsun/src/administration/cli/_index.md b/sites/upsun/src/administration/cli/_index.md index b051e48778..3cebeb5794 100644 --- a/sites/upsun/src/administration/cli/_index.md +++ b/sites/upsun/src/administration/cli/_index.md @@ -164,9 +164,7 @@ The code is only merged between environments remotely. ### Customize the CLI -You can customize how the CLI operates and what it returns with a configuration file (`~/{{% vendor/configdir %}}/config.yaml`) -or environment variables. -For details, see the [customization instructions on GitHub](https://github.com/platformsh/legacy-cli#user-content-customization). +You can customize how the CLI operates and what it returns with a configuration file (`~/.upsun-cli/config.yaml`) or environment variables. For details, see the [customization instructions on GitHub](https://github.com/platformsh/legacy-cli#user-content-customization). #### Automate repetitive tasks