Skip to content
This repository was archived by the owner on Apr 27, 2026. It is now read-only.

5.9.0

Latest

Choose a tag to compare

@akalipetis akalipetis released this 28 Jan 15:50
· 2 commits to main since this release
9ff2f90

What's Changed

Full Changelog: 5.8.0...5.9.0


Legacy CLI release Notes: https://github.com/platformsh/legacy-cli/releases/v4.30.0


Upgrade

Platform.sh

Upgrade using the same tool you used for installing the CLI:

HomeBrew

brew update && brew upgrade platformsh/tap/platformsh-cli

Scoop

scoop update platform

Bash installer

curl -fsSL https://raw.githubusercontent.com/platformsh/cli/main/installer.sh | bash
Upsun

Upgrade using the same tool you used for installing the CLI:

HomeBrew

brew update && brew upgrade platformsh/tap/upsun-cli

Scoop

scoop update upsun

Bash installer

curl -fsSL https://raw.githubusercontent.com/platformsh/cli/main/installer.sh | VENDOR=upsun bash