apache / openwhisk-cli

Apache OpenWhisk Command Line Interface (CLI)
https://openwhisk.apache.org/
Apache License 2.0
104 stars 99 forks source link

add -e param to pass environment values in KEY VALUE format #484

Open dilox opened 4 years ago

dilox commented 4 years ago

adding support for env variables at init [wip - do not merge]

rabbah commented 3 years ago

@dilox i don't think this is sufficient. The way the cli handles -p and -a is with custom logic that has to be extended to -e. This will need some unit tests (or Scala integration tests).