Skip to content

Commit b1a907b

Browse files
authored
Merge pull request #254 from platformsh/cli-next
Bump legacy CLI to 4.24.0 and PHP to 8.2.29
2 parents d16c54a + b4e42d5 commit b1a907b

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
PHP_VERSION = 8.2.28
2-
LEGACY_CLI_VERSION = 4.23.0
1+
PHP_VERSION = 8.2.29
2+
LEGACY_CLI_VERSION = 4.24.0
33

44
GORELEASER_ID ?= platform
55

internal/config/platformsh-cli.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ application:
1919
manifest_url: 'https://platform.sh/cli/manifest.json'
2020
github_repo: 'platformsh/legacy-cli'
2121

22+
mark_unwrapped_legacy: true
23+
2224
disabled_commands:
2325
- self:install
2426
- self:update
@@ -56,10 +58,9 @@ api:
5658
oauth2_client_id: 'platform-cli'
5759

5860
organizations: true
59-
centralized_permissions: true
60-
teams: true
6161
user_verification: true
6262
metrics: true
63+
teams: true
6364

6465
vendor_filter: 'platformsh'
6566

internal/config/upsun-cli.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ application:
1414
env_prefix: "UPSUN_CLI_"
1515
user_config_dir: ".upsun-cli"
1616

17+
mark_unwrapped_legacy: true
18+
1719
disabled_commands:
1820
- self:install
1921
- self:update
@@ -55,11 +57,10 @@ api:
5557
oauth2_client_id: "upsun-cli"
5658

5759
organizations: true
58-
centralized_permissions: true
59-
teams: true
6060
user_verification: true
6161
metrics: true
6262
sizing: true
63+
teams: true
6364

6465
vendor_filter: upsun
6566

@@ -86,3 +87,10 @@ browser_login:
8687
8788
messages:
8889
region_discount: Get a <options=bold;fg=green>3% discount</> on resources for regions with a carbon intensity of less than 100 gCO2eq/kWh.
90+
91+
warnings:
92+
guaranteed_resources_msg: |
93+
You have chosen to allocate guaranteed resources for app(s) and/or service(s).
94+
This change may affect resource costs. See: <info>https://upsun.com/pricing/</info>
95+
96+
This process requires a redeployment of containers on their own host, which may take a few minutes to complete.

0 commit comments

Comments
 (0)