You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/01/17 15:33:10 UTC

[GitHub] eweiter opened a new issue #196: `bx wsk trigger get` is no longer showing info for a Feed based Trigger

eweiter opened a new issue #196: `bx wsk trigger get` is no longer showing info for a Feed based Trigger
URL: https://github.com/apache/incubator-openwhisk-cli/issues/196
 
 
   This morning while testing I ran across the following,
   When I run `wsk trigger get <trigger>` it was outputting what appeared as the invocation of the Trigger. 
   
   I then ran `wsk trigger get <trigger> -v` and noticed that it was getting the info for the Trigger but it was also invoking the READ event of the Feed. 
   
   I brought this info first to @mdeuser who noticed that a code change had been put in place to enable this behavior. 
   
   On the whisk-cli channel @abaruni confirmed that it was an intentional change.  Mark mentioned that when displaying the `get` for a feed-based trigger we no longer get some of the Trigger info, such as 
   `
     {
       "namespace": "mdeuser_dev",
       "name": "mytrig",
       "version": "0.0.1",
       "limits": {},
       "publish": false
     }
   `
   Mark suggested that when displaying the info for a feed-based Trigger we should append the Feed information  to the Trigger info that would have been returned in the past.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services