Releases: platformsh/cli
5.0.22
What's Changed
- Fix link to legacy CLI release notes by @pjcdawkins in #206
- Bump legacy CLI to 4.21.0 and PHP to 8.2.24 by @pjcdawkins in #208
- Add a --quiet (-q) flag to silence stderr by @pjcdawkins in #207
Full Changelog: 5.0.21...5.0.22
Legacy CLI release Notes: https://github.com/platformsh/legacy-cli/releases/v4.21.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/upsun-cli/main/installer.sh | bash
5.0.21
What's Changed
- Bump legacy CLI to 4.20.5 by @pjcdawkins in #205
Full Changelog: 5.0.20...5.0.21
Legacy CLI release Notes: https://github.com/platformsh/legacy-cli/releases
Full Legacy CLI changelog: platformsh/legacy-cli@v4.20.3...v4.20.5
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/upsun-cli/main/installer.sh | bash
5.0.20
What's Changed
- Bump PHP to 8.2.23 by @akalipetis in #204
Full Changelog: 5.0.19...5.0.20
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/upsun-cli/main/installer.sh | bash
5.0.19
What's Changed
- Bump legacy CLI to 4.20.3 by @pjcdawkins in #199
Full Changelog: 5.0.18...5.0.19
Legacy CLI release Notes: https://github.com/platformsh/legacy-cli/releases/v4.20.3
Full Legacy CLI changelog: platformsh/legacy-cli@v4.20.2...v4.20.3
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/upsun-cli/main/installer.sh | bash
5.0.18
What's Changed
- Bump legacy CLI to version 4.20.2 by @pjcdawkins in #198
Full Changelog: 5.0.17...5.0.18
Legacy CLI release Notes: https://github.com/platformsh/legacy-cli/releases/v5.0.18
Full Legacy CLI changelog: platformsh/legacy-cli@v5.0.17...v5.0.18
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/upsun-cli/main/installer.sh | bash
5.0.17
What's Changed
- Bump legacy CLI to 4.20.1 and PHP to 8.2.22 by @pjcdawkins in #195
- Follow redirects when downloading OpenSSL in macOS by @akalipetis in #196
- Bump Platformify to v0.2.11 by @akalipetis in #197
Full Changelog: 5.0.16...5.0.17
Legacy CLI release Notes: https://github.com/platformsh/legacy-cli/releases/v5.0.17
Full Legacy CLI changelog: platformsh/legacy-cli@v5.0.16...v5.0.17
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/upsun-cli/main/installer.sh | bash
5.0.16
What's Changed
- Bump legacy CLI version to 4.19.3 and PHP to 8.2.21 by @pjcdawkins in #193
- Bump Platformify to v0.2.10 by @akalipetis in #194
Full Changelog: 5.0.15...5.0.16
Legacy CLI release Notes: https://github.com/platformsh/legacy-cli/releases/v5.0.16
Full Legacy CLI changelog: platformsh/legacy-cli@v5.0.15...v5.0.16
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/upsun-cli/main/installer.sh | bash
5.0.15
What's Changed
- Bump PHP to 8.2.20 and Legacy CLI to 4.19.1 by @akalipetis in #186
- Bump legacy CLI version to 4.19.2 by @pjcdawkins in #188
- Update dependencies: upgrade Go to v1.22, goreleaser to 2.x, etc. by @pjcdawkins in #165
- Use goreleaser 1.26 to fix install by @pjcdawkins in #189
Full Changelog: 5.0.14...5.0.15
Legacy CLI release Notes: https://github.com/platformsh/legacy-cli/releases/v5.0.15
Full Legacy CLI changelog: platformsh/legacy-cli@v5.0.14...v5.0.15
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/upsun-cli/main/installer.sh | bash
5.0.14
What's Changed
- Report the correct version in legacy commands (such as
list
) by @pjcdawkins in #185 - Bump legacy CLI version to 4.19.0 by @pjcdawkins in #184
Full Changelog: 5.0.13...5.0.14
Legacy CLI release Notes: https://github.com/platformsh/legacy-cli/releases/v5.0.14
Full Legacy CLI changelog: platformsh/legacy-cli@v5.0.13...v5.0.14
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/upsun-cli/main/installer.sh | bash
5.0.13
What's Changed
- Bump legacy CLI version to 4.18.1 and PHP to 8.2.18 by @pjcdawkins in #180
- Bump Platformify to v0.2.8 by @akalipetis in #181
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #164
- Bump PHP to 8.2.19 by @akalipetis in #182
New Contributors
- @dependabot made their first contribution in #164
Full Changelog: 5.0.12...5.0.13
Legacy CLI release Notes: https://github.com/platformsh/legacy-cli/releases/v5.0.13
Full Legacy CLI changelog: platformsh/legacy-cli@v5.0.12...v5.0.13
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/upsun-cli/main/installer.sh | bash