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
If you run into any issues, please let us know on the [IBM Cloud Tech Slack :: #developer-tools](https://slack-invite-ibm-cloud-tech.mybluemix.net/) or file an issue on our [GitHub repo](https://github.com/IBM-Cloud/ibm-cloud-developer-tools).
14
14
@@ -19,13 +19,12 @@ If you run into any issues, please let us know on the [IBM Cloud Tech Slack :: #
19
19
The following command will install the IBM Cloud Developer Tools in a single invocation. Open up a terminal and run the following command:
20
20
21
21
```
22
-
$ curl -sL http://ibm.biz/idt-installer | bash
22
+
$ curl -sL https://ibm.biz/idt-installer | bash
23
23
```
24
24
25
-
Once complete, there will be three shortcuts defined to access the IBM Cloud Developer Tools:
26
-
-`ibmcloud dev` : Main command line tool
27
-
-`ibmcloud dev update` : Update your IBM Cloud Developer Tools to the latest versions
28
-
-`ibmcloud dev uninstall` : Uninstall the IBM Cloud Developer Tools
25
+
Once complete, there will be a shortcut defined to access the IBM Cloud CLI:
26
+
-`ic` : Shortcut for the 'ibmcloud' command
27
+
29
28
30
29
Access the [platform-specific readme](./linux-installer/README.md) for additional details.
31
30
@@ -38,7 +37,7 @@ To install the IBM Cloud Developer Tools CLI on Windows 10 or newer:
38
37
1. Open Windows PowerShell by right-clicking and select "Run as Administrator".
If updating an existing IDT installation, you can run the following:
52
+
If you wish to update the IBM Cloud Dev Plugin, run:
53
53
```
54
-
idt update --trace
54
+
ibmcloud plugin update dev
55
55
```
56
56
57
57
58
58
## Updating
59
59
60
-
If you wish to update the IBM Developer Tools CLI, run `ibmcloud dev update`. 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`.
61
61
62
62
Syntax:
63
63
```
64
-
ibmcloud dev update [--force] [--trace]
64
+
ibmcloud plugin update dev
65
65
```
66
66
67
-
This command is simply an alias defined during initial install that runs the installer shown here:
0 commit comments