Install IBM Cloud CLI Tools
install IBM Cloud CLI and other tools.
After we have IBM Cloud accounts ready, the next step is to install CLI tools
MacOS & Linux Installation
$ curl -sL https://ibm.biz/idt-installer | bashWindows Installation
Set-ExecutionPolicy Unrestricted; iex(New-Object Net.WebClient).DownloadString('https://ibm.biz/idt-win-installer')cURL tool
Install curl tool : https://curl.haxx.se/download.html
Last updated