Skip to content

Commit

Permalink
Merge branch 'main' into redirection-push-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gilzow committed Dec 3, 2024
2 parents 9a7b522 + 7980325 commit 41319d4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 2 additions & 0 deletions sites/platform/.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ dotnet:
supported:
- '7.0'
- '6.0'
- '8.0'
legacy:
- '3.1'
- '2.2'
Expand Down Expand Up @@ -674,6 +675,7 @@ php:
- '5.5'
- '5.4'
supported:
- '8.4'
- '8.3'
- '8.2'
- '8.1'
Expand Down
4 changes: 1 addition & 3 deletions sites/platform/src/administration/cli/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions sites/upsun/.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ dotnet:
supported:
- '7.0'
- '6.0'
- '8.0'
legacy:
- '3.1'
- '2.2'
Expand Down Expand Up @@ -674,6 +675,7 @@ php:
- '5.5'
- '5.4'
supported:
- '8.4'
- '8.3'
- '8.2'
- '8.1'
Expand Down
4 changes: 1 addition & 3 deletions sites/upsun/src/administration/cli/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 41319d4

Please sign in to comment.