File tree Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 1- PHP_VERSION = 8.2.28
2- LEGACY_CLI_VERSION = 4.23 .0
1+ PHP_VERSION = 8.2.29
2+ LEGACY_CLI_VERSION = 4.24 .0
33
44GORELEASER_ID ?= platform
55
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ application:
1919 manifest_url : ' https://platform.sh/cli/manifest.json'
2020 github_repo : ' platformsh/legacy-cli'
2121
22+ mark_unwrapped_legacy : true
23+
2224 disabled_commands :
2325 - self:install
2426 - self:update
5658 oauth2_client_id : ' platform-cli'
5759
5860 organizations : true
59- centralized_permissions : true
60- teams : true
6161 user_verification : true
6262 metrics : true
63+ teams : true
6364
6465 vendor_filter : ' platformsh'
6566
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ application:
1414 env_prefix : " UPSUN_CLI_"
1515 user_config_dir : " .upsun-cli"
1616
17+ mark_unwrapped_legacy : true
18+
1719 disabled_commands :
1820 - self:install
1921 - self:update
5557 oauth2_client_id : " upsun-cli"
5658
5759 organizations : true
58- centralized_permissions : true
59- teams : true
6060 user_verification : true
6161 metrics : true
6262 sizing : true
63+ teams : true
6364
6465 vendor_filter : upsun
6566
@@ -86,3 +87,10 @@ browser_login:
8687
8788messages :
8889 region_discount : Get a <options=bold;fg=green>3% discount</> on resources for regions with a carbon intensity of less than 100 gCO2eq/kWh.
90+
91+ warnings :
92+ guaranteed_resources_msg : |
93+ You have chosen to allocate guaranteed resources for app(s) and/or service(s).
94+ This change may affect resource costs. See: <info>https://upsun.com/pricing/</info>
95+
96+ This process requires a redeployment of containers on their own host, which may take a few minutes to complete.
You can’t perform that action at this time.
0 commit comments