This website recently got a major rebuild; if you're missing something, let Lorna know.

    Tag: cf


  1. Login and Switch Spaces With Bluemix CLI


    After answering a bunch of questions about the Bluemix CLI tool for IBM Cloud, I thought I'd share my personal cheatsheet in case it helps anyone looking for examples!

    Read more

  2. cfenv for Easier NodeJS on Cloud Foundry


    Now I'm working at IBM I am making extensive use of their Bluemix Platform, which is based on Cloud Foundry. The way that Cloud Foundry is set up is actually very neat, with everything you need contained in JSON structures within environment variables. Parsing out those values can be a pain however, so I thought I'd share the library that's helping me the most with this: cfenv.

    Read more