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' }); ```
From discussion at #168 (comment)
Support supplying credentials earlier in the gcloud setup process.