-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
bugSomething isn't workingSomething isn't working
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.
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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working