You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`<input folder>` is the absolute path to the root of your 7.0.11.0 development environment.
20
-
-`<output folder>` is the absolute path to your temporary output folder.
21
-
2. Open your browser to http://localhost:3000.
22
-
3. Press `F1` or `cmd + shift + p`.
23
-
4. Type "Run SPM UI Upgrade Helper" and click on the shortcut. The files in `<input folder>` are scanned and the results are placed in `<output folder>`.
24
-
5. Wait a few minutes for the tool to finish.
25
-
6. Click the `Source Control: Git` button on the left sidebar to inspect the changes.
17
+
- (Windows ™️)<br />
18
+
Set INPUT_FOLDER=`<INPUT_FOLDER>`<br />
19
+
Set OUTPUT_FOLDER=`<OUTPUT_FOLDER>`<br />
20
+
Set VERSION=`<VERSION>`
21
+
22
+
spm-ui-upgrade-helper.bat
23
+
24
+
- (Linux ®️) <br />
25
+
export INPUT_FOLDER=`<INPUT_FOLDER>`<br />
26
+
export OUTPUT_FOLDER=`<OUTPUT_FOLDER>`<br />
27
+
export VERSION=`<VERSION>`
28
+
29
+
sh spm-ui-upgrade-helper.sh
30
+
31
+
VERSION is typically “latest”.<br />
32
+
INPUT_FOLDER is the absolute path to the root of your 7.0.11.0 development environment. <br />
33
+
OUTPUT_FOLDER is the absolute path to your temporary output folder. <br />
34
+
35
+
3. Open your browser to http://localhost:8000.
36
+
4. Press `F1` or `cmd + shift + p`.
37
+
5. Type "Run SPM UI Upgrade Helper" and click on the shortcut. The files in `<input folder>` are scanned and the results are placed in `<output folder>`.
38
+
6. Wait a few minutes for the tool to finish.
39
+
7. Click the `Source Control: Git` button on the left sidebar to inspect the changes.
26
40
27
41

You can ignore any files that you do not want to be affected by the tool by creating a file called `.spm-uiuh-ignore` that contains folders or patterns to ignore.
0 commit comments