From 8ecb5c166c142a7b080170e9be175217dfc773af Mon Sep 17 00:00:00 2001 From: Patrick Dawkins Date: Sat, 23 Dec 2023 16:48:55 +0000 Subject: [PATCH] Bump legacy CLI version to 4.12.0 --- Makefile | 2 +- internal/config/platformsh-cli.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 30a71d5..888ae27 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PHP_VERSION = 8.2.13 -LEGACY_CLI_VERSION = 4.11.5 +LEGACY_CLI_VERSION = 4.12.0 GORELEASER_ID ?= platform diff --git a/internal/config/platformsh-cli.yaml b/internal/config/platformsh-cli.yaml index 7fec881..d5cc76f 100644 --- a/internal/config/platformsh-cli.yaml +++ b/internal/config/platformsh-cli.yaml @@ -57,9 +57,6 @@ api: auth_url: 'https://auth.api.platform.sh' oauth2_client_id: 'platform-cli' - ssh_domain_wildcards: ['*.platform.sh'] - - invitations: true organizations: true centralized_permissions: true user_verification: true @@ -67,6 +64,9 @@ api: vendor_filter: 'platformsh' +ssh: + domain_wildcards: ['*.platform.sh'] + detection: git_remote_name: 'platform' git_domain: 'platform.sh' # matches git.eu-5.platform.sh, etc.