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
Copy file name to clipboardExpand all lines: README.md
+17-8Lines changed: 17 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,33 +1,39 @@
1
1
# IBM Cloud Developer Tools
2
2
3
-
These scripts perform an installation of the IBM Cloud Developer Tools CLI environment. The IDT is a plugin to the IBM Bluemix CLI. Our general target environment is the IBM Cloud, including public, dedicated, and private.
These scripts perform an installation of the IBM Cloud Developer Tools CLI environment. The IDT is a collection of tools to aid in IBM Cloud native developement. They currently consist of the 'dev' plugin to the IBM Bluemix CLI, as well as the [IBM Developer Tools extension](https://marketplace.visualstudio.com/items?itemName=IBM.ibm-developer) to the [Visual Studio Code editor](https://code.visualstudio.com/). These tools work for the following environments:
The following are platform specific concerns and notes you should be aware of.
11
14
12
15
## MacOS & Linux Installation
13
16
14
-
The following command can install the IBM Cloud Developer Tools in a single invocation. Open up a terminal and run the following command:
17
+
The following command will install the IBM Cloud Developer Tools in a single invocation. Open up a terminal and run the following command:
15
18
16
19
```
17
20
$ curl -sL https://ibm.biz/idt-installer | bash
18
21
```
19
22
20
-
By default, this installer will use the 'brew' installer on MacOS, if available. If you explicitly do not want to use brew, execute the following command with`--nobrew` option:
23
+
By default, this installer will use the 'brew' installer on MacOS, if available. If you explicitly do not want to use brew, execute the following command using the`--nobrew` option:
Once complete, there will be three aliases defined to access the IBM Cloud Developer Tools:
27
-
-`idt` : Main command line toolfor IBM cloud native development (shortcut to 'bx dev')
28
-
-`idt-update` : Update your IDT environment to the latest versions
30
+
-`idt` : Main command line tool. Shorthand for standard 'bx dev' command
31
+
-`idt-update` : Update your IBM Cloud Developer Tools to the latest versions
29
32
-`idt-uninstall` : Uninstall the IBM Cloud Developer Tools
30
33
34
+
Note: In order to access these aliases, you need to either restart your terminal session,
35
+
or reload your bash env (ie `. ~/.bashrc`)
36
+
31
37
Access the [platform-specific readme](./linux-installer/README.md) for additional details.
32
38
33
39
This script has only been tested on Ubuntu Linux systems, although it should behave properly on other distros. If you run into any issues, please let us know on [Slack](https://ibm.biz/IBMCloudNativeSlack) or file an issue on our [GitHub repo](https://github.com/ibm-cloud-tools/idt-installer).
@@ -50,5 +56,8 @@ Access the [Widnows-specific readme](./windows-installer/README.md) for addition
50
56
51
57
## Feedback
52
58
53
-
We can be reached on [Slack](https://ibm.biz/IBMCloudNativeSlack) or file an issue on our [GitHub repo](https://github.com/ibm-cloud-tools/idt-installer).
59
+
We can be reached in the following ways. We encourage and welcome all feedback and suggestions
60
+
-[IBM Cloud Tech Slack](https://slack-invite-ibm-cloud-tech.mybluemix.net/): Find us on the `#developer-tools` channel
61
+
-[IBM Cloud Developer Tools GitHub repo](https://github.com/IBM-Bluemix/ibm-cloud-developer-tools): Use to file any issues specific to installation of the tools
62
+
-[IBM Cloud Ideas portal](http://ibm.biz/cloudideas): Use to view and submit new feature ideas for the IBM Cloud
Copy file name to clipboardExpand all lines: linux-installer/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ Once complete, there will be three aliases defined to access the IDT:
36
36
37
37
Note: You will need to either restart your terminal session, or reload your bash environment (ie `. ~/.bashrc`) to access these commands.
38
38
39
+
39
40
### Debugging
40
41
41
42
If you have any issues with the instaler, try running with the `--trace` argument which will produce verbose output to assist us in diagnosing your problem:
0 commit comments