Display appropriate message when an activation ID is not returned from a trigger fire.
Open
bug
triggers
- Dominant language
- Go
- Stars
- 109
- Forks
- 98
- PR merge metrics
- No merged PRs in 30d
Description
Executing a trigger returns an activation ID only when there is rule linked to the trigger. As a result, the CLI should not display `with id` when an activation ID is not returned from a fired trigger.
```
$ wsk trigger create a
ok: created trigger a
$ wsk trigger fire a
ok: triggered /_/a with id
```
Contributor guide
Assessment
This issue has not been assessed yet.