This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cf api --skip-ssl-validation api.35.192.46.62.xip.io | |
cf login | |
#Supply login credentials. Once logged in, run the following | |
cf create-org SampleOrg | |
cf create-space -o SampleOrg dev | |
cf target -o SampleOrg -s dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment