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/05/17 15:58:46 UTC

[GitHub] dubee opened a new issue #301: Display appropriate message when an activation ID is not returned from a trigger fire.

dubee opened a new issue #301: Display appropriate message when an activation ID is not returned from a trigger fire.
URL: https://github.com/apache/incubator-openwhisk-cli/issues/301
 
 
   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 
   ```

----------------------------------------------------------------
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