From discussion at https://github.com/GoogleCloudPlatform/gcloud-node/issues/168#issuecomment-54723287 Support supplying credentials earlier in the gcloud setup process. ``` js var gcloud = require('gcloud'); gcloud.options({ keyFilename: !ON_COMPUTE && '/path/to/the/key.json' }); ```