Pairing with @harrisj & @yozlet, we noticed that my user's ~/.cf/config.json had a different object key for the space GUID. This PR updates a fewspots that are currently using the old lowercase key (.guid).
This could be due to an update with the cf command line utils but not sure, I'm currently using:
cf version 6.18.1+a1103f0-2016-05-24
Also wanted to note that a future enhancement would be to no longer look in the user's ~/.cf/config.json as the space's GUID is also set in
Pairing with @harrisj & @yozlet, we noticed that my user's
~/.cf/config.json
had a different object key for the space GUID. This PR updates a few spots that are currently using the old lowercase key (.guid
).This could be due to an update with the cf command line utils but not sure, I'm currently using:
cf version 6.18.1+a1103f0-2016-05-24
Also wanted to note that a future enhancement would be to no longer look in the user's
~/.cf/config.json
as the space's GUID is also set incf env <app_name>
under
VCAP_APPLICATION.space_id