ibm-cloud-docs / openwhisk

Prod repo for IBM Cloud Functions docs
9 stars 36 forks source link

Wrong trigger create command #190

Closed kpavel closed 4 years ago

kpavel commented 4 years ago

In this section the trigger create command is wrong. -f /myOrg_mySpace/Service credentials-1/messageHubFeed points to non existing resource instead of feed action.

I would recommend to ask user run: ibmcloud fn package list | grep MyEventStreamBind

And use the output in create trigger command. The myOrg_mySpace confusing as well: ibmcloud fn trigger create mytrigger -f <"output of the command above">/messageHubFeed -p topic mytopic

kersten1 commented 4 years ago

Agreed! Moved to internal issue

kersten1 commented 4 years ago

Updated in live site.