From fdb1ca8c7e5920b257939236099e877e0424c41b Mon Sep 17 00:00:00 2001 From: Nimish Date: Wed, 6 Aug 2025 13:02:30 +0530 Subject: [PATCH 1/2] feat: update cli update endpoint --- phase_cli/cmd/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phase_cli/cmd/update.py b/phase_cli/cmd/update.py index 809e8115..1ce6dd67 100644 --- a/phase_cli/cmd/update.py +++ b/phase_cli/cmd/update.py @@ -5,7 +5,7 @@ def phase_cli_update(): # URL of the remote bash script - url = "https://get.phase.dev" + url = "https://pkg.phase.dev/install.sh" try: # Fetch the script From 2101ac628f6f4e358b660cfa78ca6acefc3984ed Mon Sep 17 00:00:00 2001 From: Nimish Date: Wed, 6 Aug 2025 13:04:16 +0530 Subject: [PATCH 2/2] fix: cli install script --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 381cc0ba..a802a47d 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Commands: You can install Phase-CLI using curl: ```bash -curl -fsSL https://get.phase.dev | bash +curl -fsSL https://pkg.phase.dev/install.sh | bash ``` ## Usage