aio-cli-plugin-runtime icon indicating copy to clipboard operation
aio-cli-plugin-runtime copied to clipboard

$envvar replacement not fully supported

Open purplecabbage opened this issue 4 years ago • 1 comments

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.

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

purplecabbage avatar Oct 11 '21 19:10 purplecabbage

JIRA issue created: https://jira.corp.adobe.com/browse/ACNA-1374

aiojbot avatar Oct 13 '21 05:10 aiojbot