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 2019/12/31 16:20:00 UTC

[GitHub] [openwhisk-cli] steven0711dong commented on issue #293: CLI handling of Trigger parameters vs Feed parameters

steven0711dong commented on issue #293: CLI handling of Trigger parameters vs Feed parameters
URL: https://github.com/apache/openwhisk-cli/issues/293#issuecomment-569953198
 
 
   @eweiter @mdeuser @dubee @csantanapr The problem lies in our cli argument digestion. Because both trigger param and feed param are mixed together using --param KEY VALUE and we do not query the feed parameters for a feed package, we don't know which parameter is for trigger and which is for feed param. I would suggest introducing a new parameter called --feed-param (-fp) so that trigger param and feed param could be properly distinguished.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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