cli icon indicating copy to clipboard operation
cli copied to clipboard

Function Config Parameters of array and dictionary types

Open vamshikrishna83 opened this issue 6 months ago • 0 comments

In func.yaml config parameters are always stored and read as strings as of now. It becomes complex to device and store custom serliazation format to store either arrays or dictionaries in config parameters.

Both file formats yaml and json have proper support for storing arrays and dictionaries in serialized format. It would be nice, if Fn cli add proper support to store and retreive configuration parameters of types other than strings - like arrays and dictionaries.

vamshikrishna83 avatar Aug 30 '24 13:08 vamshikrishna83