jumapico opened a new pull request #21: Fix exercise 'binding triggers to 
actions' due api changes
URL: https://github.com/apache/incubator-openwhisk-workshop/pull/21
 
 
   Fix due changes in the api.
   
   Using client `2017-07-12T20:09:28+00:00`:
   
   ```
   $ wsk rule update first-trigger-rule rule-trigger first-trigger-action
   ok: updated rule first-trigger-rule
   $ wsk rule get first-trigger-rule
   ok: got rule first-trigger-rule
   {
       "namespace": "---",
       "name": "first-trigger-rule",
       "version": "0.0.1",
       "status": "active",
       "trigger": {
           "name": "rule-trigger",
           "path": "---"
       },
       "action": {
           "name": "first-trigger-action",
           "path": "---"
       },
       "publish": false
   }
   ```
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to