Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PHP_VERSION = 8.2.28
LEGACY_CLI_VERSION = 4.23.0
PHP_VERSION = 8.2.29
LEGACY_CLI_VERSION = 4.24.0

GORELEASER_ID ?= platform

Expand Down
5 changes: 3 additions & 2 deletions internal/config/platformsh-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ application:
manifest_url: 'https://platform.sh/cli/manifest.json'
github_repo: 'platformsh/legacy-cli'

mark_unwrapped_legacy: true

disabled_commands:
- self:install
- self:update
Expand Down Expand Up @@ -56,10 +58,9 @@ api:
oauth2_client_id: 'platform-cli'

organizations: true
centralized_permissions: true
teams: true
user_verification: true
metrics: true
teams: true

vendor_filter: 'platformsh'

Expand Down
12 changes: 10 additions & 2 deletions internal/config/upsun-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ application:
env_prefix: "UPSUN_CLI_"
user_config_dir: ".upsun-cli"

mark_unwrapped_legacy: true

disabled_commands:
- self:install
- self:update
Expand Down Expand Up @@ -55,11 +57,10 @@ api:
oauth2_client_id: "upsun-cli"

organizations: true
centralized_permissions: true
teams: true
user_verification: true
metrics: true
sizing: true
teams: true

vendor_filter: upsun

Expand All @@ -86,3 +87,10 @@ browser_login:

messages:
region_discount: Get a <options=bold;fg=green>3% discount</> on resources for regions with a carbon intensity of less than 100 gCO2eq/kWh.

warnings:
guaranteed_resources_msg: |
You have chosen to allocate guaranteed resources for app(s) and/or service(s).
This change may affect resource costs. See: <info>https://upsun.com/pricing/</info>

This process requires a redeployment of containers on their own host, which may take a few minutes to complete.
Loading