Skip to content

Instantly share code, notes, and snippets.

@ramiyengar
Created January 19, 2021 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ramiyengar/a85a2ffbac80a3f89a40c735c178a4f5 to your computer and use it in GitHub Desktop.
Save ramiyengar/a85a2ffbac80a3f89a40c735c178a4f5 to your computer and use it in GitHub Desktop.
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