Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 2.1 KB

File metadata and controls

62 lines (40 loc) · 2.1 KB
copyright lastupdated
years
2015, 2018
2018-05-11

{:shortdesc: .shortdesc} {:codeblock: .codeblock} {:screen: .screen} {:tip: .tip} {:new_window: target="_blank"}

{{site.data.keyword.dev_cli_notm}} Overview

{: #overview}

{{site.data.keyword.dev_cli_notm}} is a command line approach for creating, developing, and deploying applications for developers who want to use a command line to develop end-to-end web, mobile, and microservice applications. Quickly get started with the recommended toolset by running one of the following scripts. {: shortdesc}

Prerequisites for {{site.data.keyword.dev_cli_notm}}

{: #prereq}

Sign up for {{site.data.keyword.Bluemix_notm}}.

  • If you're using Microsoft Windows ™, you must use Windows 10 or later.

  • You must use the stable channel for Docker, with a minimum version of 1.13.1.

How to install {{site.data.keyword.dev_cli_notm}}

{: #installation}

To install the toolset, you can run the relevant command to start the installer. This installs the following recommended tools for {{site.data.keyword.Bluemix_notm}} development (if not already installed): Homebrew (Mac only), Git, Docker, Helm, kubectl, curl, {{site.data.keyword.Bluemix_notm}} CLI, {{site.data.keyword.dev_cli_notm}} plug-in, Cloud Functions plug-in, Container Registry plug-in, Container Service plug-in, and sdk-gen plug-in.

Mac and Linux:

curl -sL https://ibm.biz/idt-installer | bash

{: codeblock}

Windows 10:

  • Note: Open Windows PowerShell by right-clicking and select "Run as Administrator".
Set-ExecutionPolicy Unrestricted; iex(New-Object Net.WebClient).DownloadString('http://ibm.biz/idt-win-installer')

{: codeblock}

Other links to further explore {{site.data.keyword.dev_cli_notm}}