alexkli opened a new issue #72: URL: https://github.com/apache/openwhisk-wskdebug/issues/72
`wskdebug` is popular with and integrated into Adobe's use of OpenWhisk: [Adobe I/O Runtime](https://www.adobe.io/apis/experienceplatform/runtime.html) and [Project Firefly](https://www.adobe.io/apis/experienceplatform/project-firefly.html). It would be nicer to make it easier to use in that context without having to copy/duplicate sensitive credential files. 1. load a local `.env` file if present in current folder, treating it as environment variables (similar to [dotenv](https://www.npmjs.com/package/dotenv)) - this makes the [documented vs code setup](https://github.com/apache/openwhisk-wskdebug#control-wskprops-credentials) a bit simpler as the `.env` file loading will be done automatically in wskdebug 2. in addition to `WSK_*` variables, also read these [Adobe Firefly variables](https://www.adobe.io/apis/experienceplatform/project-firefly/docs.html#!AdobeDocs/project-firefly/master/getting_started/first_app.md) for specifying namespace credentials (but as lower prio than `WSK_*` variables): ``` AIO_runtime_auth= AIO_runtime_namespace= ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
