2 Matching Annotations
  1. Dec 2015
    1. By default, config.json is located in your ~/.cf directory. The new CF_HOME environment variable

      CF_HOME directs the CloudFoundry CLI to an alternate HOME (~), not an alternate .cf folder: Setting CF_HOME to /tmp/.cf will result in config.json living three folders deep, in /tmp/.cf/.cf.

      That is to say that CF_HOME replaces “~” when the cf command looks for ~/.cf .