apache / apache/openwhisk-cli

`wsk trigger get` is no longer showing info for a Feed based Trigger

Open
#196 0 comments 0 reactions 0 assignees View on GitHub
bug triggers
Dominant language
Go
Stars
109
Forks
98
PR merge metrics
No merged PRs in 30d

Description

This morning while testing I ran across the following,
When I run `wsk trigger get ` it was outputting what appeared as the invocation of the Trigger.

I then ran `wsk trigger get -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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.