Skip to content

Commit

Permalink
Bump legacy CLI version to 4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcdawkins committed Dec 23, 2023
1 parent f662b4c commit 8ecb5c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PHP_VERSION = 8.2.13
LEGACY_CLI_VERSION = 4.11.5
LEGACY_CLI_VERSION = 4.12.0

GORELEASER_ID ?= platform

Expand Down
6 changes: 3 additions & 3 deletions internal/config/platformsh-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,16 @@ 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
metrics: true

vendor_filter: 'platformsh'

ssh:
domain_wildcards: ['*.platform.sh']

detection:
git_remote_name: 'platform'
git_domain: 'platform.sh' # matches git.eu-5.platform.sh, etc.
Expand Down

0 comments on commit 8ecb5c1

Please sign in to comment.