adobe / aio-cli-plugin-runtime

Adobe I/O Runtime plugin for the Adobe I/O CLI
https://www.adobe.io
Apache License 2.0
15 stars 31 forks source link

$envvar replacement not fully supported #251

Open purplecabbage opened 2 years ago

purplecabbage commented 2 years ago

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

aiojbot commented 2 years ago

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