Skip to content

Commit d57d72b

Browse files
author
Philip Schmidt
committed
remove force and trace flag references as it is not supported for update and plugin update
1 parent 897b610 commit d57d72b

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

linux-installer/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,17 @@ curl -sL https://ibm.biz/idt-installer | bash -s -- --trace
5151

5252
If you wish to update the IBM Cloud Dev Plugin, run:
5353
```
54-
ibmcloud plugin update dev --trace
54+
ibmcloud plugin update dev
5555
```
5656

5757

5858
## Updating
5959

60-
If you wish to update the IBM Cloud Dev Plugin, run `ibmcloud plugin update dev`. There is also a `--force` argument that will force update to all dependencies too.
60+
If you wish to update the IBM Cloud Dev Plugin, run `ibmcloud plugin update dev`.
6161

6262
Syntax:
6363
```
64-
ibmcloud plugin update dev [--force] [--trace]
64+
ibmcloud plugin update dev
6565
```
6666

6767

windows-installer/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Set-ExecutionPolicy Unrestricted
5656

5757
If updating an existing IBM Cloud CLI installation, you can run the following:
5858
```
59-
ibmcloud update --trace
59+
ibmcloud update
6060
```
6161

6262

@@ -65,11 +65,9 @@ ibmcloud update --trace
6565
If you wish to update the IBM Developer Tools CLI, run:
6666

6767
```
68-
ibmcloud plugin update dev [--force] [--trace]
68+
ibmcloud plugin update dev
6969
```
7070

71-
The `--force` argument that will force update to all dependencies too.
72-
7371
This command is simply a shortcut defined during initial install that runs (in admin mode) the installer as shown here:
7472

7573
```

0 commit comments

Comments
 (0)