Skip to content

Instantly share code, notes, and snippets.

@garystafford
Last active March 23, 2018 19:58
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 garystafford/f2aa9539692f1d8088a7ba4a3aa8448d to your computer and use it in GitHub Desktop.
Save garystafford/f2aa9539692f1d8088a7ba4a3aa8448d to your computer and use it in GitHub Desktop.
# view elephantsql service plans
cf marketplace -s elephantsql
# purchase elephantsql service plan
cf create-service elephantsql panda elections
# display details of running service
cf service elections
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment