steven0711dong commented on a change in pull request #479: Trigger parameter 
issue
URL: https://github.com/apache/openwhisk-cli/pull/479#discussion_r383542835
 
 

 ##########
 File path: commands/trigger.go
 ##########
 @@ -397,11 +397,15 @@ func init() {
        triggerCreateCmd.Flags().StringSliceVarP(&Flags.common.param, "param", 
"p", []string{}, wski18n.T("parameter values in `KEY VALUE` format"))
        triggerCreateCmd.Flags().StringVarP(&Flags.common.paramFile, 
"param-file", "P", "", wski18n.T("`FILE` containing parameter values in JSON 
format"))
        triggerCreateCmd.Flags().StringVarP(&Flags.common.feed, "feed", "f", 
"", wski18n.T("trigger feed `ACTION_NAME`"))
+       triggerCreateCmd.Flags().StringSliceVarP(&Flags.trigger.feedParam, 
"feed-param", "F", []string{}, wski18n.T("feed parameter values in `KEY VALUE` 
format"))
 
 Review comment:
   added 

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to