Update repository references and migration instructions#297
Open
akalipetis wants to merge 3 commits intomainfrom
Open
Update repository references and migration instructions#297akalipetis wants to merge 3 commits intomainfrom
akalipetis wants to merge 3 commits intomainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates repository references from platformsh/cli to upsun/cli across configuration files, installer script, and README, and adds migration warnings to guide users to the new repository.
Changes:
- Updated GitHub repository and Homebrew tap references in configuration files (
upsun-cli.yaml,platformsh-cli.yaml) - Modified installer script to use new repository URLs and added interactive migration warning with user prompt
- Updated README with prominent migration notice and installer URL references
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| internal/config/upsun-cli.yaml | Updated homebrew_tap and github_repo to reference upsun organization |
| internal/config/platformsh-cli.yaml | Updated homebrew_tap and github_repo to reference upsun organization |
| installer.sh | Updated download URLs to upsun/cli; added migration warning system with interactive prompt, skip flag, and helper functions |
| README.md | Added migration notice at top; updated all installer URLs and download links to reference new repository |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update migration instructions to inform users about the repository change to
upsun/cli. Update Homebrew tap and GitHub repository references in configuration files and scripts to reflect the new repository. Add a warning in the installer script to guide users towards the new installation method.