apache / openwhisk-catalog

Curated catalog of Apache OpenWhisk packages to interface with event producers and consumers
https://openwhisk.apache.org/
Apache License 2.0
33 stars 49 forks source link

missing utils/README.md #190

Open csantanapr opened 7 years ago

csantanapr commented 7 years ago

The installed actions for utils package are not documented

$ wsk package get /whisk.system/utils --summary
package /whisk.system/utils: Building blocks that format and assemble data
 action /whisk.system/utils/date: Current date and time
 action /whisk.system/utils/head: Extract prefix of an array
   (parameters: lines, num)
 action /whisk.system/utils/split: Split a string into an array
   (parameters: payload, separator)
 action /whisk.system/utils/sort: Sorts an array
   (parameters: lines)
 action /whisk.system/utils/echo: Returns the input
   (parameters: payload)
 action /whisk.system/utils/cat: Concatenates input into a string
   (parameters: lines)