rabbah commented on a change in pull request #2334: Added --last Activation
Flag
URL:
https://github.com/apache/incubator-openwhisk/pull/2334#discussion_r121005853
##########
File path: tools/cli/go-whisk-cli/commands/activation.go
##########
@@ -346,6 +386,11 @@ func init() {
activationListCmd.Flags().Int64Var(&flags.activation.since, "since", 0,
wski18n.T("return activations with timestamps later than `SINCE`; measured in
milliseconds since Th, 01, Jan 1970"))
activationGetCmd.Flags().BoolVarP(&flags.common.summary, "summary", "s",
false, wski18n.T("summarize activation details"))
+ activationGetCmd.Flags().BoolVarP(&flags.activation.last, "last", "l",
false, wski18n.T("retrieves the last activation"))
+
+ activationLogsCmd.Flags().BoolVarP(&flags.activation.last, "last", "l",
false, wski18n.T("retrieves the last activation"))
+
+ activationResultCmd.Flags().BoolVarP(&flags.activation.last, "last", "l",
false, wski18n.T("retrieves the last activation"))
Review comment:
That's a nice feature; with poll exiting Once result is ready.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services