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

Commit d61c748

Browse files
akalipetisAntonis Kalipetismiguelsanchez-upsunclaudepjcdawkins
authored
Update repository references and migration instructions (#297)
Co-authored-by: Antonis Kalipetis <antonis.kalipetis@platform.sh> Co-authored-by: Miguel Sanchez Gonzalez <miguel.sanchez@platform.sh> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Co-authored-by: Patrick Dawkins <patrick@upsun.com>
1 parent 9ff2f90 commit d61c748

4 files changed

Lines changed: 223 additions & 105 deletions

File tree

README.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Upsun CLI
22

3+
> [!IMPORTANT]
4+
> **This repository has been migrated to [upsun/cli](https://github.com/upsun/cli).**
5+
>
6+
> Please use the new repository for all future installations, updates, and issue reporting.
7+
>
8+
> To install the CLI from the new location:
9+
> ```console
10+
> curl -fsSL https://raw.githubusercontent.com/upsun/cli/main/installer.sh | bash
11+
> ```
12+
>
13+
> Existing installations will continue to work, but we recommend migrating to the new repository.
14+
315
The **Upsun CLI** is the official command-line interface for [Upsun](https://upsun.com) (formerly Platform.sh).
416
517
This repository hosts the source code and releases of the CLI.
@@ -30,7 +42,7 @@ scoop install platform
3042
Use the bash installer for an automated installation, using the most preferable way for your system.
3143

3244
```console
33-
curl -fsSL https://raw.githubusercontent.com/platformsh/cli/main/installer.sh | bash
45+
curl -fsSL https://raw.githubusercontent.com/upsun/cli/main/installer.sh | bash
3446
```
3547

3648
The installer is configurable using the following environment variables:
@@ -56,19 +68,19 @@ nix profile install nixpkgs#upsun
5668
<details>
5769
<summary>Force the CLI to be installed using the raw method</summary>
5870

59-
curl -fsSL https://raw.githubusercontent.com/platformsh/cli/main/installer.sh | INSTALL_METHOD=raw bash
71+
curl -fsSL https://raw.githubusercontent.com/upsun/cli/main/installer.sh | INSTALL_METHOD=raw bash
6072
</details>
6173

6274
<details>
6375
<summary>Install a specific version</summary>
6476

65-
curl -fsSL https://raw.githubusercontent.com/platformsh/cli/main/installer.sh | VERSION=4.0.1 bash
77+
curl -fsSL https://raw.githubusercontent.com/upsun/cli/main/installer.sh | VERSION=4.0.1 bash
6678
</details>
6779

6880
<details>
6981
<summary>Install the CLI in a user owned directory</summary>
7082

71-
curl -fsSL https://raw.githubusercontent.com/platformsh/cli/main/installer.sh | INSTALL_METHOD=raw INSTALL_DIR=$HOME/.local/bin bash
83+
curl -fsSL https://raw.githubusercontent.com/upsun/cli/main/installer.sh | INSTALL_METHOD=raw INSTALL_DIR=$HOME/.local/bin bash
7284
</details>
7385

7486
### Alpine
@@ -139,7 +151,7 @@ yum install -y platformsh-cli
139151

140152
### Manual installation
141153

142-
For manual installation, you can also [download the latest binaries](https://github.com/platformsh/cli/releases/latest).
154+
For manual installation, you can also [download the latest binaries](https://github.com/upsun/cli/releases/latest).
143155

144156
## Upgrade
145157

@@ -160,7 +172,7 @@ scoop update platform
160172
### Bash installer
161173

162174
```console
163-
curl -fsSL https://raw.githubusercontent.com/platformsh/cli/main/installer.sh | bash
175+
curl -fsSL https://raw.githubusercontent.com/upsun/cli/main/installer.sh | bash
164176
```
165177

166178
### Alpine

0 commit comments

Comments
 (0)