File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ Set-ExecutionPolicy Unrestricted
5858
5959If updating an existing IDT installation, you can run the following:
6060```
61- idt update --trace
61+ ibmcloud dev update --trace
6262```
6363
6464
@@ -67,7 +67,7 @@ idt update --trace
6767If you wish to update the IBM Developer Tools CLI, run:
6868
6969```
70- idt update [--force] [--trace]
70+ ibmcloud dev update [--force] [--trace]
7171```
7272
7373The ` --force ` argument that will force update to all dependencies too.
@@ -83,7 +83,7 @@ PowerShell -NoProfile -ExecutionPolicy Unrestricted -Command "& {Start-Process P
8383If you wish to remove the IBM Developer Tools CLI, run:
8484
8585```
86- idt uninstall [--trace]
86+ ibmcloud dev uninstall [--trace]
8787```
8888
8989This command is simply a shortcut defined during install that runs (in admin mode) the installer's uninstall action as shown here:
You can’t perform that action at this time.
0 commit comments