ibm-cloud-developer-tools
IBM Cloud Developer Tools [DEPRECATED]
The IBM Cloud Developer Tools installer is no longer supported, please consider installing the IBM Cloud stand-alone client instead. See Installing the stand-alone IBM Cloud CLI for more information on installing the stand-alone client.
This repo provides support for the IBM Cloud Developer Tools (IDT) CLI environment. The IDT tools currently consists of the IBM Cloud CLI (ibmcloud) ‘dev’ and other plugins, as well as extensions to multiple IDEs.
These tools work for the following environments:
If you run into any issues, please let us know on the IBM Cloud Tech Slack :: #developer-tools or file an issue on our GitHub repo.
IDT MacOS & Linux Installation
The following command will install the IBM Cloud Developer Tools in a single invocation. Open up a terminal and run the following command:
$ curl -sL https://ibm.biz/idt-installer | bash
Once complete, there will be a shortcut defined to access the IBM Cloud CLI:
-
ic
: Shortcut for the ‘ibmcloud’ command
Access the platform-specific readme for additional details.
IDT Windows Installation
To install the IBM Cloud Developer Tools CLI on Windows 10 or newer:
- Open Windows PowerShell by right-clicking and select “Run as Administrator”.
- Run this command:
Set-ExecutionPolicy Unrestricted; iex(New-Object Net.WebClient).DownloadString('https://ibm.biz/idt-win-installer')
Access the Windows-specific readme for additional details.
3rd Party IDE Extensions
The following IDE extensions are available to enable access to IDT CLI directly from within the IDE.
- Visual Studio Code editor – IBM Developer Tools extension
- Jetbrains based IDEs (IntelliJ, WebStorm, Android Studio, etc) – External Tools Settings
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.
Feedback
We can be reached in the following ways. We encourage and welcome all feedback and suggestions
-
IBM Cloud Tech Slack: Find us on the
#developer-tools
channel - IBM Cloud Developer Tools GitHub repo: Use to file any issues specific to installation of the tools or the IDE extensions.