adobe / adobe/aio-cli-plugin-runtime

$envvar replacement not fully supported

Open
#251 1 comment 0 reactions 0 assignees View on GitHub
bug
Dominant language
JavaScript
Stars
21
Forks
33
PR merge metrics
No merged PRs in 30d

Description

It looks like the env var replacement of manifest.yml keys is not fully supported.

This example from the openwhisk docs does not seem to work.

```yml
actions:
hello_world_env_var_parms:
function: src/hello.js
inputs:
name: $FIRSTNAME
place: ${TOWN}, ${COUNTRY}
```
FIRSTNAME is replaced, but TOWN and COUNTRY are not.

https://github.com/apache/openwhisk-wskdeploy/blob/master/docs/wskdeploy_action_env_var_parms.md#actions

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.