November 2018
Intermediate to advanced
404 pages
10h 16m
English
The IBM Cloud CLI provides you with a shortcut to deploy your application to IBM Cloud. After you have tested and executed your local container successfully, you can run the following command to deploy it to the cloud:
$ ibmcloud dev deployIf it complains about an authorization failure to access the IBM Cloud, log out and then log in again to access IBM Cloud:
$ ibmcloud logout
$ ibmcloud login
$ ibmcloud target --cf
$ ibmcloud dev get-credentialsThe deployment takes some time when the dependencies of your application are being fetched and compiled on the remote server.
If you visit https://console.bluemix.net, you can click on Runtime on the left navigation panel and check the current status of the running instance ...
Read now
Unlock full access