November 2018
Intermediate to advanced
556 pages
14h 42m
English
To explore the MindSphere ecosystem, first we have to sign in:
cf login -a https://api.cf.eu1.mindsphere.io --sso
We can then use the cf command to explore MindSphere's space. Here is a list of the most important cf commands:
|
cf login <endpoint> |
Used to sign in to the platform |
|
cf s |
Used to list services running on the space |
|
cf a |
Used to list applications running on the space |
|
cf push |
Used to deploy an application on the cloud using the locally-stored manifest.yml file |
|
cf m |
Used to list services that are available in the marketplace |
|
cf info <appname> |
Used to get information about the application |
|
cf log <appname> --recent |
Used to get a log |
For instance, we can list the ...