openwhisk-cli
openwhisk-cli copied to clipboard
Display appropriate message when an activation ID is not returned from a trigger fire.
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
and should probably pass along a message that indicates the trigger was not really fired..
- no rule associate with trigger
- no action associated with trigger's rule (need to confirm this one)