<!--- Provide a general summary of the issue in the Title above --> Could we list secret names for functions on faas-cli describe? ## Expected Behaviour <!--- If you're describing a bug, tell us what should happen --> <!--- If you're suggesting a change/improvement, tell us how it should work --> faas-cli describe should list secret names for the function https://github.com/openfaas/faas-provider/blob/master/types/function_status.go#L28 ## Current Behaviour <!--- If describing a bug, tell us what happens instead of the expected behaviour --> <!--- If suggesting a change/improvement, explain the difference from current behaviour --> Not available because it was only added to the API response recently. ## List All Possible Solutions and Workarounds <!--- Suggest a fix/reason for the bug, or ideas how to implement --> <!--- the addition or change --> <!--- Is there a workaround which could avoid making changes? --> See example printing code for annotations in the describe command https://github.com/openfaas/faas-cli/blob/master/commands/describe.go ## Which Solution Do You Recommend? <!--- Pick your preferred solution, if you were to implement and maintain this change --> Option 1 ## Steps to Reproduce (for bugs) <!--- Provide a link to a live example, or an unambiguous set of steps to --> <!--- reproduce this bug. Include code to reproduce, if relevant --> 1. Deploy a function with a secret 2. Run `faas-cli describe` and see no secrets listed ## Context <!--- How has this issue affected you? What are you trying to accomplish? --> <!--- Providing context helps us come up with a solution that is most useful in the real world --> ## Your Environment Should work the same on faas-netes and faasd.