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
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 development. 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:
7
+
This repo provides support for the IBM Cloud Developer Tools (IDT) CLI environment. The IDT tools currently consists of the IBM Cloud CLI (bx) 'dev' and other plugins, as well as extensions to multiple IDEs.
Notice: These extensions are provided "as-is". IBM does not explicitly endorse, nor support these 3rd party products. Although we will attempt to answer questions through our Slack channel, because we want you to succeed and be happy.
66
+
67
+
56
68
57
69
## Feedback
58
70
59
71
We can be reached in the following ways. We encourage and welcome all feedback and suggestions
60
72
-[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
73
+
-[IBM Cloud Developer Tools GitHub repo](https://github.com/IBM-Cloud/ibm-cloud-developer-tools): Use to file any issues specific to installation of the tools
This settings JAR file can be imported into any of the [Jetbrains](https://www.jetbrains.com) based IDEs -- IntelliJ, WebStorm, Android Studio, etc -- that will provide a Tools menu entry to call IDT actions from within the IDE.
16
+
17
+

18
+
19
+
Notice: This helper is provided as-is. IBM does not explicitly endorse, nor support 3rd party products. We will attempt to answer questions through our Slack channel, because we want you to succeed and be happy.
20
+
21
+
22
+
## Installation
23
+
24
+
Note: You must have previously [installed](../README.md) the IBM Developer Tools CLI.
25
+
26
+
1. Download the [idt-jetbrains-settings.jar](idt-jetbrains-settings.jar) file
27
+
1. Open your preferred [Jetbrains IDE](https://www.jetbrains.com)
28
+
1. Select `File` > `Import Settings`, then locate the downloaded *idt-settings.jar* file.
29
+
30
+
Once complete, there will be a new "IBM Cloud Developer Tools" entry under the following menus:
31
+
- Main "Tools" menu
32
+
- Editor context (right-click) menu
33
+
- Project context menu
34
+
- Search results
35
+
36
+
37
+
## Usage
38
+
39
+
You can either start with an existing server-side app, and `Enable` it for the IBM Cloud, or use the IDT CLI to `Create` a new app from a StarterKit (`bx dev create`). Once you have your app's project, open it in your JetBrains IDE.
40
+
41
+
If you have a generic server-side app, select `Tools` > `IBM Cloud Developer Tools` > `Enable app for IBM Cloud`. This will check for, and add all required files to enable you to build the app locally, as well as deploy it to IBM Cloud using either as a Cloud Foundry app, or within a Kubernetes cluster.
42
+
43
+
Develop your cloud native app as normal, using the basic build/run/deploy actions from the IDT menu. If you need to perform actions that are not in the menu, simply open the Terminal tab and enter the desired commands manually.
44
+
45
+
For more information, see the [IBM Cloud Developer Tools documentation](https://console.bluemix.net/docs/cloudnative/dev_cli.html).
46
+
47
+
48
+
49
+
## Uninstall
50
+
51
+
If you wish to remove the IBM Developer Tools CLI helper, simply go into `Preferences` > `Tools` > `External Tools`, and then select and delete (minus sign) each entry under the "IBM Cloud Developer Tools" group. The group itself is removed once the final entry is deleted.
52
+
53
+
54
+
## Feedback
55
+
56
+
We can be reached in the following ways. We encourage and welcome all feedback and suggestions
57
+
-[IBM Cloud Tech Slack](https://slack-invite-ibm-cloud-tech.mybluemix.net/): Find us on the `#developer-tools` channel
58
+
-[IBM Cloud Developer Tools GitHub repo](https://github.com/IBM-Cloud/ibm-cloud-developer-tools): Use to file any issues specific to this Jetbrains helper
Copy file name to clipboardExpand all lines: windows-installer/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
PowerShell script that downloads and installs the IBM Cloud Developer Tools (IDT) CLI Plugin and all of its dependencies on Windows 10 or newer systems.
0 commit comments