Upgrade Backstage App
Overview
The script upgrades the version of Backstage created via the create-app plugin. It lets you resolve conflicts iteratively with your own merge tool.
Requirements
You will need to have the following tools in your shell environment:
- git
- curl
- jq
Usage
Here's how to use the script:
- download the script
- copy it in the root of your app
- bootstrap a git repository (you may already have done so):
git init
git add .
git commit -m "initial commit"
- run
sh upgrade-backstage-app.sh [optional-backstage-version] - resolve any conflicts iteratively