We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb322af commit fc4b797Copy full SHA for fc4b797
Makefile
@@ -1,5 +1,5 @@
1
PHP_VERSION = 8.2.29
2
-LEGACY_CLI_VERSION = 4.25.0
+LEGACY_CLI_VERSION = 4.26.0
3
4
GORELEASER_ID ?= platform
5
internal/config/platformsh-cli.yaml
@@ -57,6 +57,9 @@ api:
57
auth_url: 'https://auth.api.platform.sh'
58
oauth2_client_id: 'platform-cli'
59
60
+ organization_types: [flexible, fixed]
61
+ default_organization_type: flexible
62
+
63
organizations: true
64
user_verification: true
65
metrics: true
internal/config/upsun-cli.yaml
@@ -56,6 +56,9 @@ api:
56
auth_url: "https://auth.upsun.com"
oauth2_client_id: "upsun-cli"
0 commit comments