openwhisk-cli
openwhisk-cli copied to clipboard
support --count on wsk <collection> list
The API ~will soon~ now supports a count operation on collections. See https://github.com/apache/incubator-openwhisk/pull/3155.
@rabbah - is this example still a valid reflection of the updates
GET /namespaces/_/activations?count=truereturn{"activations": N}
Yes.
@mdeuser, @drcariel, we should support count for wsk activation list.