apache / openwhisk-client-go

Go client library for the Apache OpenWhisk platform
https://openwhisk.apache.org/
Apache License 2.0
35 stars 44 forks source link

Cli does not respect parameters when creating a trigger with a feed. #122

Closed style95 closed 5 years ago

style95 commented 5 years ago

It seems Cli does not response param field when creating a trigger with a feed.

$ wsk trigger create everyhour --feed /whisk.system/alarms/alarm --param cron  "*/10 * * * *" --param name "hello"

There is no default parameters configured in my trigger.

mdeuser commented 5 years ago

possible duplicate of https://github.com/apache/incubator-openwhisk-cli/issues/293

style95 commented 5 years ago

ok, it seems it comes from the fundamental issue between trigger parameters and feed parameters.

closing as it is duplicate.