After the login to IBM Cloud using the CLI command ibmcloud login
I got the following message:
Use 'ibmcloud target --cf' to target Cloud Foundry org/space interactively, or use 'ibmcloud target --cf-api ENDPOINT -o ORG -s SPACE' to target the org/space.
So I searched and find the format:
ibmcloud target [-r REGION_NAME] [-c ACCOUNT_ID] [-g RESOURCE_GROUP]
[--cf] [-o ORG] [-s SPACE]
So I enter ibmcloud target - Dallas-c 1770253-g Default--cf-o lior2-s lior2
.
Is there somthing wrong with my format?