From 6b262b46ef6545d1750ad4fa91e1bf8e73f1158e Mon Sep 17 00:00:00 2001 From: Kemi-Elizabeth <97071326+Kemi-Elizabeth@users.noreply.github.com> Date: Tue, 3 Dec 2024 11:29:03 +0000 Subject: [PATCH] feat: made changes to cli page made and applied changes to cli page --- sites/platform/.yaml | 2 ++ sites/platform/src/administration/cli/_index.md | 4 +--- sites/upsun/.yaml | 2 ++ sites/upsun/src/administration/cli/_index.md | 4 +--- 4 files changed, 6 insertions(+), 6 deletions(-) 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