Skip to content

Commit fc4b797

Browse files
committed
Bump legacy CLI to 4.26.0
1 parent bb322af commit fc4b797

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PHP_VERSION = 8.2.29
2-
LEGACY_CLI_VERSION = 4.25.0
2+
LEGACY_CLI_VERSION = 4.26.0
33

44
GORELEASER_ID ?= platform
55

internal/config/platformsh-cli.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ api:
5757
auth_url: 'https://auth.api.platform.sh'
5858
oauth2_client_id: 'platform-cli'
5959

60+
organization_types: [flexible, fixed]
61+
default_organization_type: flexible
62+
6063
organizations: true
6164
user_verification: true
6265
metrics: true

internal/config/upsun-cli.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ api:
5656
auth_url: "https://auth.upsun.com"
5757
oauth2_client_id: "upsun-cli"
5858

59+
organization_types: [flexible, fixed]
60+
default_organization_type: flexible
61+
5962
organizations: true
6063
user_verification: true
6164
metrics: true

0 commit comments

Comments
 (0)